aa-bulletin-board 2.0.0b1__py3-none-any.whl → 2.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aa_bulletin_board/__init__.py +1 -1
- aa_bulletin_board/auth_hooks.py +1 -1
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/cs/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/de/LC_MESSAGES/django.po +44 -36
- aa_bulletin_board/locale/django.pot +39 -31
- aa_bulletin_board/locale/es/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/es/LC_MESSAGES/django.po +47 -39
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +42 -34
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +43 -35
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +43 -35
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +50 -38
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/nl/LC_MESSAGES/django.po +175 -0
- aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +47 -37
- aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +178 -0
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +48 -38
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
- aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +70 -59
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css +1 -2
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css +1 -1
- aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map +1 -1
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js +35 -37
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js +1 -1
- aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map +1 -1
- aa_bulletin_board/templates/aa_bulletin_board/dashboard.html +1 -1
- aa_bulletin_board/tests/test_auth_hooks.py +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/METADATA +13 -10
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/RECORD +41 -33
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/WHEEL +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: aa-bulletin-board
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: A simple bulletin board for Alliance Auth
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-bulletin-board/blob/master/CHANGELOG.md
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-bulletin-board/blob/master/README.md
|
@@ -702,7 +702,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
|
|
702
702
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
703
703
|
Requires-Python: >=3.8
|
704
704
|
Requires-Dist: allianceauth-app-utils>=1.19.1
|
705
|
-
Requires-Dist: allianceauth
|
705
|
+
Requires-Dist: allianceauth<5.0.0,>=4
|
706
706
|
Requires-Dist: django-ckeditor-5>=0.2.11
|
707
707
|
Requires-Dist: unidecode
|
708
708
|
Provides-Extra: tests-allianceauth-latest
|
@@ -735,7 +735,7 @@ ______________________________________________________________________
|
|
735
735
|
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=1 -->
|
736
736
|
|
737
737
|
- [AA Bulletin Board](#aa-bulletin-board)
|
738
|
-
- [
|
738
|
+
- [Before You Install This Module](#before-you-install-this-module)
|
739
739
|
- [Installation](#installation)
|
740
740
|
- [Step 1: Install the Package](#step-1-install-the-package)
|
741
741
|
- [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
|
@@ -757,7 +757,7 @@ ______________________________________________________________________
|
|
757
757
|
|
758
758
|

|
759
759
|
|
760
|
-
##
|
760
|
+
## Before You Install This Module<a name="before-you-install-this-module"></a>
|
761
761
|
|
762
762
|
This app needs quite some configuration done before working properly. You need to
|
763
763
|
modify your Apache/Nginx configuration as well as the global URL config of Alliance
|
@@ -768,11 +768,13 @@ these kinds of changes. For your own sanity, and mine :-)
|
|
768
768
|
|
769
769
|
> \[!NOTE\]
|
770
770
|
>
|
771
|
-
> **AA Bulletin Board needs at least Alliance Auth v4.0.0!**
|
771
|
+
> **AA Bulletin Board >=2.0.0 needs at least Alliance Auth v4.0.0!**
|
772
772
|
>
|
773
773
|
> Please make sure to update your Alliance Auth instance _before_ you install this
|
774
774
|
> module or update to the latest version, otherwise an update to Alliance Auth will
|
775
775
|
> be pulled in unsupervised.
|
776
|
+
>
|
777
|
+
> The last version compatible with Alliance Auth v3 is `1.13.2`.
|
776
778
|
|
777
779
|
**Important**: Please make sure you meet all preconditions before you proceed:
|
778
780
|
|
@@ -808,8 +810,8 @@ INSTALLED_APPS += [
|
|
808
810
|
|
809
811
|
# Django CKEditor 5 Configuration
|
810
812
|
if "django_ckeditor_5" in INSTALLED_APPS:
|
811
|
-
MEDIA_URL = "/media/"
|
812
|
-
MEDIA_ROOT =
|
813
|
+
MEDIA_URL = "/media/uploads/"
|
814
|
+
MEDIA_ROOT = "/var/www/myauth/media/uploads"
|
813
815
|
|
814
816
|
customColorPalette = [
|
815
817
|
{"color": "hsl(4, 90%, 58%)", "label": "Red"},
|
@@ -962,6 +964,7 @@ following block right before the `handler` definitions:
|
|
962
964
|
from django.apps import apps # Only if not already imported earlier
|
963
965
|
from django.conf import settings # Only if not already imported earlier
|
964
966
|
from django.conf.urls.static import static # Only if not already imported earlier
|
967
|
+
from django.urls import path # Only if not already imported earlier
|
965
968
|
|
966
969
|
# If django_ckeditor_5 is loaded
|
967
970
|
if apps.is_installed("django_ckeditor_5"):
|
@@ -984,14 +987,14 @@ After this, your `urls.py` should look similar to this:
|
|
984
987
|
```python
|
985
988
|
from django.apps import apps
|
986
989
|
from django.conf import settings
|
987
|
-
from django.urls import include, re_path
|
988
990
|
from django.conf.urls.static import static
|
991
|
+
from django.urls import include, path, re_path
|
989
992
|
|
990
993
|
from allianceauth import urls
|
991
994
|
|
992
995
|
# Alliance auth urls
|
993
996
|
urlpatterns = [
|
994
|
-
|
997
|
+
path(r"", include(urls)),
|
995
998
|
]
|
996
999
|
|
997
1000
|
# If django_ckeditor_5 is loaded
|
@@ -1,31 +1,39 @@
|
|
1
|
-
aa_bulletin_board/__init__.py,sha256=
|
1
|
+
aa_bulletin_board/__init__.py,sha256=SGun3Y01jZEdN7S0urlWuoehSxnFz2TdFBvywy9wiE4,137
|
2
2
|
aa_bulletin_board/apps.py,sha256=HOWDLTEbu28eBt4rggDhzqlZbv6iu1BfzNk7u4FnuUw,474
|
3
|
-
aa_bulletin_board/auth_hooks.py,sha256=
|
3
|
+
aa_bulletin_board/auth_hooks.py,sha256=fVJczFcCOScsLGCiyp1aSGRKgbTkTRWKxzJa1HCE5KY,1437
|
4
4
|
aa_bulletin_board/forms.py,sha256=aGLEKS3IiEiy6rsZuc9RlooBwLDMw69_QDNUXq4A8QQ,3221
|
5
5
|
aa_bulletin_board/helpers.py,sha256=921-X-4DogXt-MgjkPMy_NpP64c8JRHpylZf_NeN_Ow,772
|
6
6
|
aa_bulletin_board/managers.py,sha256=BIoUNyLOpJftKs4I05eG2DC6zPGWzCrFhL2nAGUMVos,1066
|
7
7
|
aa_bulletin_board/models.py,sha256=w3tVY5N-foS5rj-QlABD8fCRHGjBBAc6G5I6w4dtUps,3613
|
8
8
|
aa_bulletin_board/urls.py,sha256=giE7z-t8zpC3mPzPYblMLrkSTn5v7ad4NoJsSk-Jsfg,595
|
9
9
|
aa_bulletin_board/views.py,sha256=Eo5UHFMgbt1fuoh02gUKot58SG4d60XEfQWI1uJhlc8,6531
|
10
|
-
aa_bulletin_board/locale/django.pot,sha256=
|
11
|
-
aa_bulletin_board/locale/
|
12
|
-
aa_bulletin_board/locale/
|
13
|
-
aa_bulletin_board/locale/
|
14
|
-
aa_bulletin_board/locale/
|
15
|
-
aa_bulletin_board/locale/
|
16
|
-
aa_bulletin_board/locale/
|
17
|
-
aa_bulletin_board/locale/
|
18
|
-
aa_bulletin_board/locale/
|
19
|
-
aa_bulletin_board/locale/
|
20
|
-
aa_bulletin_board/locale/
|
21
|
-
aa_bulletin_board/locale/
|
22
|
-
aa_bulletin_board/locale/
|
23
|
-
aa_bulletin_board/locale/
|
24
|
-
aa_bulletin_board/locale/
|
25
|
-
aa_bulletin_board/locale/
|
26
|
-
aa_bulletin_board/locale/
|
27
|
-
aa_bulletin_board/locale/
|
28
|
-
aa_bulletin_board/locale/
|
10
|
+
aa_bulletin_board/locale/django.pot,sha256=Fo_Bn2e1r3FsUDTo_HewH-1HmAtXDDwcwDhKfA33nwI,4878
|
11
|
+
aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo,sha256=glqE4MKp-hwqdvJcYhu4YFWGvVsuUTOGRFWUWi8tHOY,565
|
12
|
+
aa_bulletin_board/locale/cs/LC_MESSAGES/django.po,sha256=KZQHs6kvuJ9VpwzUuBmByncJQcs-vhS9DYT2ixC3zCc,5077
|
13
|
+
aa_bulletin_board/locale/de/LC_MESSAGES/django.mo,sha256=m0YvI06FxR60jNRQDoy7_k-Yl1thl2VAoOqKoDeMdNg,3404
|
14
|
+
aa_bulletin_board/locale/de/LC_MESSAGES/django.po,sha256=ytu4agpGIjkb6yeW8SNwfRwALZ82xh2xXP8Re-qFA4c,6162
|
15
|
+
aa_bulletin_board/locale/es/LC_MESSAGES/django.mo,sha256=VytVOwwDM1qI43pWnTVUaoCgIOqaB3LrFIrhlGp6vRk,2592
|
16
|
+
aa_bulletin_board/locale/es/LC_MESSAGES/django.po,sha256=WyT1qupM4a9vkKI6Vqva3SWRgJqxdbSgsIP5G4R74bY,6452
|
17
|
+
aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo,sha256=g2lR1T3sSnIzAbUwRBfP-K_Rum-y2HIA55nTOqXvwfM,937
|
18
|
+
aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po,sha256=WtCY2HsMQm0sOOT3BqWZlpsD78bGyUi9mWXqC0c-zdY,5226
|
19
|
+
aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.mo,sha256=xRNhacbTQXc4rjzfnhfxQvzhnadwyWrYbc-xCJHEytk,487
|
20
|
+
aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po,sha256=lD3GjBHKc_mHDu6xp6I1Cd31LN-5GrPtqYyJhITjFpA,4971
|
21
|
+
aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo,sha256=2kdQy4plWLx3mTpzqL0GUbtOt49eG-lliC7sYJKSKR0,484
|
22
|
+
aa_bulletin_board/locale/ja/LC_MESSAGES/django.po,sha256=P2JzUVTQBZ1j_B3-CoBJBMvyoq6bDV7njTGzQ_Rq69Q,4951
|
23
|
+
aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.mo,sha256=mTVxpRnoj-ErNxF0Y5gdbKVqNT0Za4p5DW0tBs2tURw,2569
|
24
|
+
aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po,sha256=5ipXp7cI-aYIMHc0VXIcNUZu99cfEV_R7EA540uDzXc,6545
|
25
|
+
aa_bulletin_board/locale/nl/LC_MESSAGES/django.mo,sha256=tomc7fMl3JZoZ_I1hTgDDigFt3RyaiR-3sTD7xYhg98,483
|
26
|
+
aa_bulletin_board/locale/nl/LC_MESSAGES/django.po,sha256=1s66D1spX14jlBTNoTxsHEnYMZ1gbddwtjyCOYDOwhQ,4966
|
27
|
+
aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.mo,sha256=W2q9nAX8EDr7lLDhaJW1WChLwF1v7hy1H71g5n38f18,876
|
28
|
+
aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po,sha256=5UdTRUG8Mw9EBsv_-olBat2eO3ab7fJ0CRKAB4kBmdE,5195
|
29
|
+
aa_bulletin_board/locale/ru/LC_MESSAGES/django.mo,sha256=spm_aarOqMZqtioRlrnRNpm3TfQoZ9onOmV486Lf5gw,4159
|
30
|
+
aa_bulletin_board/locale/ru/LC_MESSAGES/django.po,sha256=Vy5QskhncUoQiWTDjfDJAytdlNVHkwAlpiF4oMOFy3k,7191
|
31
|
+
aa_bulletin_board/locale/sk/LC_MESSAGES/django.mo,sha256=qbQEKRh_K6GhMhKVY-xR1tC5YIofxLCprGaDq6bltcM,562
|
32
|
+
aa_bulletin_board/locale/sk/LC_MESSAGES/django.po,sha256=Df5WBcycXR3olHgG21qy-CROFtB2NbDdJV0Ch2X6FUA,5073
|
33
|
+
aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo,sha256=no767LYhX1S66avWpHc_Fbf02MwVWHGsg94jJxGoPOA,2098
|
34
|
+
aa_bulletin_board/locale/uk/LC_MESSAGES/django.po,sha256=YtE1NuY2RObt5vg-LNV8GMx7HmgYIn2EC9m0KN8Cd10,7471
|
35
|
+
aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.mo,sha256=2WaPTdDxoU-jKqaYDLMm7dwc_neo8y2fsBXc8-4og_c,3087
|
36
|
+
aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po,sha256=I20pj57lUFhK0Bsr0fxA1-3a6YnfmhSpiWX32erhp6E,5896
|
29
37
|
aa_bulletin_board/migrations/0001_initial.py,sha256=bmw6yykfLuujYwQ6uR8rGKqcv94UyEa6ZVH34VR5APQ,2620
|
30
38
|
aa_bulletin_board/migrations/0002_alter_bulletin_slug.py,sha256=j6jgInd8CB7cbRU0cKl87GQaWw6ifZercIs5WCWegKw,427
|
31
39
|
aa_bulletin_board/migrations/0003_group_restrictions.py,sha256=zjWr5H8yfdSsJVLbqUUhgSAfrW6A2CVavrlFxfaFZGg,959
|
@@ -33,21 +41,21 @@ aa_bulletin_board/migrations/0004_model_translation.py,sha256=6No0DfwjGqB0MdW3UW
|
|
33
41
|
aa_bulletin_board/migrations/0005_alter_general_options.py,sha256=ZpUZwLvYG72r6jHMzuKFNl3mXmZfh6D1CCWPd6Q3Yoc,683
|
34
42
|
aa_bulletin_board/migrations/0006_switch_to_ckeditor_5.py,sha256=E1SF5594jVHFvyql8dnkuyADR-EYFqX0edZF7WsHgb4,524
|
35
43
|
aa_bulletin_board/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
|
-
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css,sha256=
|
37
|
-
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css,sha256=
|
38
|
-
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map,sha256=
|
44
|
+
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.css,sha256=ZHDsnu5YOkVjNi_wQu8iJejj_bnUh1OLpfX_H4N28S8,2806
|
45
|
+
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css,sha256=j_8zLtON_tHZsz2B_wSccWs_lMGnW8YWWxjax6AktG0,1771
|
46
|
+
aa_bulletin_board/static/aa_bulletin_board/css/aa-bulletin-board.min.css.map,sha256=23IhYD-Lo1egvlyio8PzlQP0ITgzf69uoW-oPIhWZA8,3514
|
39
47
|
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.js,sha256=ealgzl7yJuGX_DkICfwHTlNOSHp04CQ_Z6A3TqjA4Ek,897
|
40
48
|
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js,sha256=NgxbPJHR8tAQ9G3NZzDxSS25Y-7vXPR-2Umy588trmI,446
|
41
49
|
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-equal-height.min.js.map,sha256=9B1eyz3RMB4C7Tk7wIjIFKrMieiE8ogsiP5JytOcoS4,802
|
42
|
-
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js,sha256=
|
43
|
-
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js,sha256=
|
44
|
-
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map,sha256=
|
50
|
+
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.js,sha256=WmbM7LsZ62lDO3PPvT4efKrl7CKhVbE0V8KHNWgCicY,1842
|
51
|
+
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js,sha256=MwizTA_2dQTUjlOZPMhVSUYJJmOTCenNSQV5Zi3dcj0,566
|
52
|
+
aa_bulletin_board/static/aa_bulletin_board/javascript/aa-bulletin-board-oembed.min.js.map,sha256=wP9I8N_LADhFyUGxUIzBLEHmb-0eKZ_XCvXv6jB4wvo,747
|
45
53
|
aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.js,sha256=zu8vdTI3bQ3HJh9Cfb0TF4P7RfDYr4nUB6S6uDOBMok,34280
|
46
54
|
aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/jquery.sumoselect.min.js,sha256=WX_oi7gk4FlUyESV3C9_hajlgknuy6SbOGvdDu_DHi4,22226
|
47
55
|
aa_bulletin_board/static/aa_bulletin_board/libs/sumoselect/3.4.8/sumoselect.min.css,sha256=0muqXQE7xbwFLUkp34AfrbvlKi2OPXgKtUgIZOUYqnY,7610
|
48
56
|
aa_bulletin_board/templates/aa_bulletin_board/base.html,sha256=hL8bzygUC-XYcKO7L014DVZZfXpYYUa_yNwC-1ceBPo,887
|
49
57
|
aa_bulletin_board/templates/aa_bulletin_board/bulletin.html,sha256=1NfrhsJ6dDX8UpPHq2YxEaF6mCXzCQqNB-q9l7-sldY,1599
|
50
|
-
aa_bulletin_board/templates/aa_bulletin_board/dashboard.html,sha256=
|
58
|
+
aa_bulletin_board/templates/aa_bulletin_board/dashboard.html,sha256=LpFK4leA3O17WCu4zilztSFd-tcINbmyzghBKpFXagU,3030
|
51
59
|
aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html,sha256=4RIz9FoEXZHXWWtTk04ycuHwDHN82wGZvIrTJhPnVKc,2618
|
52
60
|
aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-css.html,sha256=RFC3JFIg9ZA0ONXi5ZQD34f4hzueoSs84mGgfQr9Bhg,142
|
53
61
|
aa_bulletin_board/templates/aa_bulletin_board/bundles/aa-bulletin-board-equal-height-js.html,sha256=TCCDto0FuJI9JQlQrFB1nZ5_96xHZRk9iP2L0yeEW6g,154
|
@@ -63,12 +71,12 @@ aa_bulletin_board/templatetags/__init__.py,sha256=sP2D1ovt2gGAPLcGQkByRgXYhvUJ6C
|
|
63
71
|
aa_bulletin_board/templatetags/aa_bulletin_board.py,sha256=ZNdLdHjTbqZwufP9fQEcmVcs5TZQEKe32yAHIK8urpQ,538
|
64
72
|
aa_bulletin_board/tests/__init__.py,sha256=dcMq6O8W1_8NSZobuRedXFQ3o4Zd6Q6Ti7eY-D6JaYI,18
|
65
73
|
aa_bulletin_board/tests/test_access.py,sha256=I2GaJMI4yQWLb0UIOGPdk754B-Rcw0ORXufa8z9-ljU,6874
|
66
|
-
aa_bulletin_board/tests/test_auth_hooks.py,sha256=
|
74
|
+
aa_bulletin_board/tests/test_auth_hooks.py,sha256=8BdVYqfrR0dxvBtOBShklmBXA7MCn2VuF-CT4NdV1xg,2386
|
67
75
|
aa_bulletin_board/tests/test_bulletins.py,sha256=V2LucgSh3aPyavIBnDhRaqkZwJ5oPfvxvcIul3c6kCU,8633
|
68
76
|
aa_bulletin_board/tests/test_templatetags.py,sha256=SzjXv8NspUZu7I91hl_3uzDHa7AMcTTAKHSjjePU68Q,1048
|
69
77
|
aa_bulletin_board/tests/test_user_interface.py,sha256=bpEMmuzWs3-JTPpGtpf3b5dZMw-1kdMmTgEu0VRiHvc,8505
|
70
78
|
aa_bulletin_board/tests/utils.py,sha256=jZK6256fYT3v_DRLewQRX_AccwALUcEx1dQISig4wTk,2226
|
71
|
-
aa_bulletin_board-2.0.
|
72
|
-
aa_bulletin_board-2.0.
|
73
|
-
aa_bulletin_board-2.0.
|
74
|
-
aa_bulletin_board-2.0.
|
79
|
+
aa_bulletin_board-2.0.1.dist-info/METADATA,sha256=_0VQspxFX4sl1sVIjXtM_XfR_eLOal3TGTk78Ya5rk4,58207
|
80
|
+
aa_bulletin_board-2.0.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
81
|
+
aa_bulletin_board-2.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
82
|
+
aa_bulletin_board-2.0.1.dist-info/RECORD,,
|
File without changes
|