aa-bulletin-board 2.0.0b1__py3-none-any.whl → 2.1.0__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 +181 -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 +67 -47
- 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 +46 -39
- 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 +46 -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 +71 -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/tests/utils.py +1 -2
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/METADATA +14 -13
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/RECORD +42 -34
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.dist-info}/WHEEL +1 -1
- {aa_bulletin_board-2.0.0b1.dist-info → aa_bulletin_board-2.1.0.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.1.0
|
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
|
@@ -693,16 +693,14 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
693
693
|
Classifier: Operating System :: OS Independent
|
694
694
|
Classifier: Programming Language :: Python
|
695
695
|
Classifier: Programming Language :: Python :: 3 :: Only
|
696
|
-
Classifier: Programming Language :: Python :: 3.8
|
697
|
-
Classifier: Programming Language :: Python :: 3.9
|
698
696
|
Classifier: Programming Language :: Python :: 3.10
|
699
697
|
Classifier: Programming Language :: Python :: 3.11
|
700
698
|
Classifier: Programming Language :: Python :: 3.12
|
701
699
|
Classifier: Topic :: Internet :: WWW/HTTP
|
702
700
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
|
703
|
-
Requires-Python: >=3.
|
701
|
+
Requires-Python: >=3.10
|
704
702
|
Requires-Dist: allianceauth-app-utils>=1.19.1
|
705
|
-
Requires-Dist: allianceauth
|
703
|
+
Requires-Dist: allianceauth<5,>=4
|
706
704
|
Requires-Dist: django-ckeditor-5>=0.2.11
|
707
705
|
Requires-Dist: unidecode
|
708
706
|
Provides-Extra: tests-allianceauth-latest
|
@@ -735,7 +733,7 @@ ______________________________________________________________________
|
|
735
733
|
<!-- mdformat-toc start --slug=github --maxlevel=6 --minlevel=1 -->
|
736
734
|
|
737
735
|
- [AA Bulletin Board](#aa-bulletin-board)
|
738
|
-
- [
|
736
|
+
- [Before You Install This Module](#before-you-install-this-module)
|
739
737
|
- [Installation](#installation)
|
740
738
|
- [Step 1: Install the Package](#step-1-install-the-package)
|
741
739
|
- [Step 2: Configure Alliance Auth](#step-2-configure-alliance-auth)
|
@@ -757,7 +755,7 @@ ______________________________________________________________________
|
|
757
755
|
|
758
756
|

|
759
757
|
|
760
|
-
##
|
758
|
+
## Before You Install This Module<a name="before-you-install-this-module"></a>
|
761
759
|
|
762
760
|
This app needs quite some configuration done before working properly. You need to
|
763
761
|
modify your Apache/Nginx configuration as well as the global URL config of Alliance
|
@@ -768,11 +766,13 @@ these kinds of changes. For your own sanity, and mine :-)
|
|
768
766
|
|
769
767
|
> \[!NOTE\]
|
770
768
|
>
|
771
|
-
> **AA Bulletin Board needs at least Alliance Auth v4.0.0!**
|
769
|
+
> **AA Bulletin Board >=2.0.0 needs at least Alliance Auth v4.0.0!**
|
772
770
|
>
|
773
771
|
> Please make sure to update your Alliance Auth instance _before_ you install this
|
774
772
|
> module or update to the latest version, otherwise an update to Alliance Auth will
|
775
773
|
> be pulled in unsupervised.
|
774
|
+
>
|
775
|
+
> The last version compatible with Alliance Auth v3 is `1.13.2`.
|
776
776
|
|
777
777
|
**Important**: Please make sure you meet all preconditions before you proceed:
|
778
778
|
|
@@ -808,8 +808,8 @@ INSTALLED_APPS += [
|
|
808
808
|
|
809
809
|
# Django CKEditor 5 Configuration
|
810
810
|
if "django_ckeditor_5" in INSTALLED_APPS:
|
811
|
-
MEDIA_URL = "/media/"
|
812
|
-
MEDIA_ROOT =
|
811
|
+
MEDIA_URL = "/media/uploads/"
|
812
|
+
MEDIA_ROOT = "/var/www/myauth/media/uploads"
|
813
813
|
|
814
814
|
customColorPalette = [
|
815
815
|
{"color": "hsl(4, 90%, 58%)", "label": "Red"},
|
@@ -962,6 +962,7 @@ following block right before the `handler` definitions:
|
|
962
962
|
from django.apps import apps # Only if not already imported earlier
|
963
963
|
from django.conf import settings # Only if not already imported earlier
|
964
964
|
from django.conf.urls.static import static # Only if not already imported earlier
|
965
|
+
from django.urls import path # Only if not already imported earlier
|
965
966
|
|
966
967
|
# If django_ckeditor_5 is loaded
|
967
968
|
if apps.is_installed("django_ckeditor_5"):
|
@@ -984,14 +985,14 @@ After this, your `urls.py` should look similar to this:
|
|
984
985
|
```python
|
985
986
|
from django.apps import apps
|
986
987
|
from django.conf import settings
|
987
|
-
from django.urls import include, re_path
|
988
988
|
from django.conf.urls.static import static
|
989
|
+
from django.urls import include, path, re_path
|
989
990
|
|
990
991
|
from allianceauth import urls
|
991
992
|
|
992
993
|
# Alliance auth urls
|
993
994
|
urlpatterns = [
|
994
|
-
|
995
|
+
path(r"", include(urls)),
|
995
996
|
]
|
996
997
|
|
997
998
|
# If django_ckeditor_5 is loaded
|
@@ -1,31 +1,39 @@
|
|
1
|
-
aa_bulletin_board/__init__.py,sha256=
|
1
|
+
aa_bulletin_board/__init__.py,sha256=1zjNTCT6O90I_n8neuJodSkYSTAOkk0g3Wg9Yxvpoxg,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=jnO1n7Lnp6QBcK0pW2ZejJhLh3raBI5QycAa3AXY828,4878
|
11
|
+
aa_bulletin_board/locale/cs/LC_MESSAGES/django.mo,sha256=ZhKB7486VzGz4lS72jucN0JWc3TPzADIo7UuN2sf5S8,3462
|
12
|
+
aa_bulletin_board/locale/cs/LC_MESSAGES/django.po,sha256=QDvgZo0Y0lqn87ABc4ldh0oWI1ieirZKUmBOOgAo_s8,6251
|
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=wMU6vVyrwGZs_HLjyaV2bFVG89VE_MnPZNO_zUGZiXc,1245
|
18
|
+
aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po,sha256=tNjZwvbvWzah0qxj9JkiFBwGm2WaLK2EWrPCqPIAqGo,5745
|
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=ARpylKSN_t4ivM2q_j3CmjcA1w0RLr14F17ArUovpDE,526
|
22
|
+
aa_bulletin_board/locale/ja/LC_MESSAGES/django.po,sha256=PPw1kTBYR7KavldZY0MMgmTf9vYH1HNjwjP8nP3w0BI,4960
|
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=ZUmnbwwBgHs5m0RzyMPZvtpVkaV9Rylwg1gQCa9-dcc,4341
|
30
|
+
aa_bulletin_board/locale/ru/LC_MESSAGES/django.po,sha256=GYM64LwNDgNFI4LXGuz_loZD4tUtH4sT9OKVZ2Gjmoc,7246
|
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=eWtNtT-OkgeZTQwCAZmM82eo_0vAvt_zmnPnNLHT5w8,3087
|
36
|
+
aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po,sha256=4AYRUQtBZzz3URFvMUqODqVAyHDwu3RkRnwXdnv806I,5944
|
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
|
-
aa_bulletin_board/tests/utils.py,sha256=
|
71
|
-
aa_bulletin_board-2.0.
|
72
|
-
aa_bulletin_board-2.0.
|
73
|
-
aa_bulletin_board-2.0.
|
74
|
-
aa_bulletin_board-2.0.
|
78
|
+
aa_bulletin_board/tests/utils.py,sha256=Dh_jVV7s9Z_OOg_08FxwsZtVU3omrcI260-uQ_Bc_90,2202
|
79
|
+
aa_bulletin_board-2.1.0.dist-info/METADATA,sha256=aiCgQA3MErDM9RAe2PdkYS4OiLZP3R9SnLKqN74YQbw,58104
|
80
|
+
aa_bulletin_board-2.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
81
|
+
aa_bulletin_board-2.1.0.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
82
|
+
aa_bulletin_board-2.1.0.dist-info/RECORD,,
|
File without changes
|