aa-bulletin-board 2.1.0__py3-none-any.whl → 2.2.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.
Files changed (25) hide show
  1. aa_bulletin_board/__init__.py +1 -1
  2. aa_bulletin_board/forms.py +0 -2
  3. aa_bulletin_board/locale/{cs → cs_CZ}/LC_MESSAGES/django.po +6 -6
  4. aa_bulletin_board/locale/de/LC_MESSAGES/django.po +5 -5
  5. aa_bulletin_board/locale/django.pot +3 -3
  6. aa_bulletin_board/locale/es/LC_MESSAGES/django.po +7 -7
  7. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo +0 -0
  8. aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po +8 -9
  9. aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po +5 -5
  10. aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo +0 -0
  11. aa_bulletin_board/locale/ja/LC_MESSAGES/django.po +20 -17
  12. aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po +5 -5
  13. aa_bulletin_board/locale/{nl → nl_NL}/LC_MESSAGES/django.po +6 -6
  14. aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po +5 -5
  15. aa_bulletin_board/locale/ru/LC_MESSAGES/django.po +5 -5
  16. aa_bulletin_board/locale/sk/LC_MESSAGES/django.po +5 -5
  17. aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo +0 -0
  18. aa_bulletin_board/locale/uk/LC_MESSAGES/django.po +11 -9
  19. aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po +5 -4
  20. {aa_bulletin_board-2.1.0.dist-info → aa_bulletin_board-2.2.1.dist-info}/METADATA +12 -12
  21. {aa_bulletin_board-2.1.0.dist-info → aa_bulletin_board-2.2.1.dist-info}/RECORD +25 -25
  22. /aa_bulletin_board/locale/{cs → cs_CZ}/LC_MESSAGES/django.mo +0 -0
  23. /aa_bulletin_board/locale/{nl → nl_NL}/LC_MESSAGES/django.mo +0 -0
  24. {aa_bulletin_board-2.1.0.dist-info → aa_bulletin_board-2.2.1.dist-info}/WHEEL +0 -0
  25. {aa_bulletin_board-2.1.0.dist-info → aa_bulletin_board-2.2.1.dist-info}/licenses/LICENSE +0 -0
@@ -5,5 +5,5 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.1.0"
8
+ __version__ = "2.2.1"
9
9
  __title__ = _("Bulletin Board")
@@ -56,8 +56,6 @@ class BulletinForm(ModelForm):
56
56
  Form for bulletins
57
57
  """
58
58
 
59
- title = forms.CharField()
60
-
61
59
  groups = SpecialModelMultipleChoiceField(
62
60
  required=False,
63
61
  queryset=Group.objects.all(),
@@ -6,12 +6,12 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
- "Language-Team: Czech <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/cs/>\n"
14
- "Language: cs\n"
12
+ "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/cs/>\n"
14
+ "Language: cs_CZ\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
17
  "Content-Transfer-Encoding: 8bit\n"
@@ -33,7 +33,7 @@ msgstr "Nástěnka"
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr "Nástěnka v{__version__}"
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
@@ -41,7 +41,7 @@ msgstr ""
41
41
  "Omez nástěnku pro určité skupiny. Pokud nejsou nastavena žádná omezení, "
42
42
  "všichni s přístupem k tomuto modulu můžou číst tuto nástěnku."
43
43
 
44
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
45
45
  msgid "You have forgotten the content!"
46
46
  msgstr "Zapomněl jsi obsah!"
47
47
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: German <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/de/>\n"
12
+ "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/de/>\n"
14
14
  "Language: de\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -32,7 +32,7 @@ msgstr "Bulletin Board"
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr "Bulletin Board v{__version__}"
34
34
 
35
- #: aa_bulletin_board/forms.py:65
35
+ #: aa_bulletin_board/forms.py:63
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
@@ -41,7 +41,7 @@ msgstr ""
41
41
  "Gruppenbeschränkungen bestehen, kann jeder der Zugriff auf dieses Modul hat, "
42
42
  "dieses Bulletin lesen."
43
43
 
44
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
45
45
  msgid "You have forgotten the content!"
46
46
  msgstr "Du hast den Inhalt vergessen!"
47
47
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-07-27 20:19+0200\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32,13 +32,13 @@ msgstr ""
32
32
  msgid "Bulletin Board v{__version__}"
33
33
  msgstr ""
34
34
 
35
- #: aa_bulletin_board/forms.py:65
35
+ #: aa_bulletin_board/forms.py:63
36
36
  msgid ""
37
37
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
38
  "place, everyone who has access to this module can read this bulletin."
39
39
  msgstr ""
40
40
 
41
- #: aa_bulletin_board/forms.py:112
41
+ #: aa_bulletin_board/forms.py:110
42
42
  msgid "You have forgotten the content!"
43
43
  msgstr ""
44
44
 
@@ -8,12 +8,12 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
12
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Geovanny David Morales De la cruz <moralesgeovanny1996@gmail"
14
- ".com>\n"
15
- "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/es/>\n"
13
+ "Last-Translator: Geovanny David Morales De la cruz "
14
+ "<moralesgeovanny1996@gmail.com>\n"
15
+ "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/es/>\n"
17
17
  "Language: es\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "Tablón de Anuncios"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Tablón de Anuncios v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -43,7 +43,7 @@ msgstr ""
43
43
  "Restringir este anuncio a ciertos grupos. Si no existen restricciones de "
44
44
  "grupo, todos los que tengan acceso a este módulo pueden leer este anuncio."
45
45
 
46
- #: aa_bulletin_board/forms.py:112
46
+ #: aa_bulletin_board/forms.py:110
47
47
  msgid "You have forgotten the content!"
48
48
  msgstr ""
49
49
 
@@ -9,17 +9,17 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
- "PO-Revision-Date: 2024-07-10 09:27+0000\n"
14
- "Last-Translator: Houbi_Houba <paul.lacape@live.fr>\n"
15
- "Language-Team: French <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/fr/>\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
+ "PO-Revision-Date: 2024-10-04 18:10+0000\n"
14
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
+ "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/fr/>\n"
17
17
  "Language: fr_FR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
20
20
  "Content-Transfer-Encoding: 8bit\n"
21
21
  "Plural-Forms: nplurals=2; plural=n > 1;\n"
22
- "X-Generator: Weblate 5.6.2\n"
22
+ "X-Generator: Weblate 5.7.2\n"
23
23
 
24
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -35,7 +35,7 @@ msgstr "Tableau d'affichage"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Tableau d'affichage v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  #, fuzzy
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
@@ -44,12 +44,11 @@ msgstr ""
44
44
  "Restreignez ce bulletin à certains groupes. Si aucune restriction de groupe "
45
45
  "n'est en place, tous ceux qui ont accès à ce module peuvent lire ce bulletin."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr "Vous avez oublié le contenu !"
50
50
 
51
51
  #: aa_bulletin_board/models.py:71
52
- #, fuzzy
53
52
  msgid "Can access this app"
54
53
  msgstr "Peut accéder à cette application"
55
54
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Italian <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/it/>\n"
13
+ "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/it/>\n"
15
15
  "Language: it_IT\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -2,15 +2,16 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Xrandier <xrandier@gmail.com>, 2024.
5
+ # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
5
6
  msgid ""
6
7
  msgstr ""
7
8
  "Project-Id-Version: PACKAGE VERSION\n"
8
9
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
10
- "PO-Revision-Date: 2024-07-08 06:27+0000\n"
11
- "Last-Translator: Xrandier <xrandier@gmail.com>\n"
12
- "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/ja/>\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
+ "PO-Revision-Date: 2024-08-05 10:10+0000\n"
12
+ "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
13
+ "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/ja/>\n"
14
15
  "Language: ja\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -24,49 +25,51 @@ msgstr ""
24
25
  #: aa_bulletin_board/templates/aa_bulletin_board/bulletin.html:5
25
26
  #: aa_bulletin_board/templates/aa_bulletin_board/edit-bulletin.html:8
26
27
  msgid "Bulletin Board"
27
- msgstr ""
28
+ msgstr "掲示板"
28
29
 
29
30
  #. Translators: This is the app name and version, which will appear in the Django Backend
30
31
  #: aa_bulletin_board/apps.py:21
31
32
  #, python-brace-format
32
33
  msgid "Bulletin Board v{__version__}"
33
- msgstr ""
34
+ msgstr "掲示板 v{__version__}"
34
35
 
35
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
36
37
  msgid ""
37
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
38
39
  "place, everyone who has access to this module can read this bulletin."
39
40
  msgstr ""
41
+ "この情報を特定のグループに制限する。グループ制限がない場合、このモジュールに"
42
+ "アクセスできる全員がこの情報を読むことができます。"
40
43
 
41
- #: aa_bulletin_board/forms.py:112
44
+ #: aa_bulletin_board/forms.py:110
42
45
  msgid "You have forgotten the content!"
43
- msgstr ""
46
+ msgstr "内容を忘れています!"
44
47
 
45
48
  #: aa_bulletin_board/models.py:71
46
49
  msgid "Can access this app"
47
- msgstr ""
50
+ msgstr "このアプリにアクセス可能です"
48
51
 
49
52
  #: aa_bulletin_board/models.py:72
50
53
  msgid "Can manage (add/change/remove) bulletins"
51
- msgstr ""
54
+ msgstr "情報の管理(追加/変更/削除)が可能"
52
55
 
53
56
  #: aa_bulletin_board/models.py:81
54
57
  msgid "Title"
55
- msgstr ""
58
+ msgstr "タイトル"
56
59
 
57
60
  #: aa_bulletin_board/models.py:84
58
61
  msgid "Content"
59
- msgstr ""
62
+ msgstr "内容"
60
63
 
61
64
  #. Translators: This is the date and time the bulletin has been created
62
65
  #: aa_bulletin_board/models.py:90
63
66
  msgid "Created"
64
- msgstr ""
67
+ msgstr "作成"
65
68
 
66
69
  #. Translators: This is the date and time the bulletin has been updated
67
70
  #: aa_bulletin_board/models.py:96
68
71
  msgid "Updated"
69
- msgstr ""
72
+ msgstr "アップデート"
70
73
 
71
74
  #: aa_bulletin_board/models.py:105
72
75
  msgid "User"
@@ -74,7 +77,7 @@ msgstr "ユーザー"
74
77
 
75
78
  #: aa_bulletin_board/models.py:111
76
79
  msgid "Group restrictions"
77
- msgstr ""
80
+ msgstr "グループの制限"
78
81
 
79
82
  #: aa_bulletin_board/models.py:122
80
83
  msgid "Bulletin"
@@ -9,11 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
13
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
14
14
  "Last-Translator: Rodpold Shard <rodpold@gmail.com>\n"
15
- "Language-Team: Korean <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/ko/>\n"
15
+ "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/ko/>\n"
17
17
  "Language: ko_KR\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -35,7 +35,7 @@ msgstr "불레틴 보드"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "불레틴 보드 v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -43,7 +43,7 @@ msgstr ""
43
43
  "불레틴 보드의 항목을 그룹별로 열람을 제한할 수 있습니다. 그룹 제한이 없다면, "
44
44
  "모듈의 접근 권한이 있는 모든 사용자가 이 항목을 열람할 수 있습니다."
45
45
 
46
- #: aa_bulletin_board/forms.py:112
46
+ #: aa_bulletin_board/forms.py:110
47
47
  msgid "You have forgotten the content!"
48
48
  msgstr "내용을 잊어버리셨군요!"
49
49
 
@@ -7,12 +7,12 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/nl/>\n"
15
- "Language: nl\n"
13
+ "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/nl/>\n"
15
+ "Language: nl_NL\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
18
18
  "Content-Transfer-Encoding: 8bit\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -6,11 +6,11 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: PACKAGE VERSION\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
9
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
10
10
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
- "Language-Team: Polish <https://weblate.ppfeufer.de/projects/"
13
- "alliance-auth-apps/aa-bulletin-board/pl/>\n"
12
+ "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-"
13
+ "apps/aa-bulletin-board/pl/>\n"
14
14
  "Language: pl_PL\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -33,13 +33,13 @@ msgstr ""
33
33
  msgid "Bulletin Board v{__version__}"
34
34
  msgstr ""
35
35
 
36
- #: aa_bulletin_board/forms.py:65
36
+ #: aa_bulletin_board/forms.py:63
37
37
  msgid ""
38
38
  "Restrict this bulletin to certain groups. If no group restrictions are in "
39
39
  "place, everyone who has access to this module can read this bulletin."
40
40
  msgstr ""
41
41
 
42
- #: aa_bulletin_board/forms.py:112
42
+ #: aa_bulletin_board/forms.py:110
43
43
  msgid "You have forgotten the content!"
44
44
  msgstr ""
45
45
 
@@ -9,11 +9,11 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: PACKAGE VERSION\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
13
13
  "PO-Revision-Date: 2024-06-07 13:27+0000\n"
14
14
  "Last-Translator: Roycce_ <malyasov.roma@mail.ru>\n"
15
- "Language-Team: Russian <https://weblate.ppfeufer.de/projects/"
16
- "alliance-auth-apps/aa-bulletin-board/ru/>\n"
15
+ "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-"
16
+ "apps/aa-bulletin-board/ru/>\n"
17
17
  "Language: ru\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -36,7 +36,7 @@ msgstr "Доска бюллетеней"
36
36
  msgid "Bulletin Board v{__version__}"
37
37
  msgstr "Доска бюллетеней v{__version__}"
38
38
 
39
- #: aa_bulletin_board/forms.py:65
39
+ #: aa_bulletin_board/forms.py:63
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
42
42
  "place, everyone who has access to this module can read this bulletin."
@@ -44,7 +44,7 @@ msgstr ""
44
44
  "Ограничить доступ к бюллетеню для конкретных групп. Если ограничение не "
45
45
  "задано, у всех пользователей модуля есть доступ к бюллетеню."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr "Вы забыли содержание!"
50
50
 
@@ -7,11 +7,11 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2024-03-20 17:29+0100\n"
10
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
11
11
  "PO-Revision-Date: 2024-05-10 13:57+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
- "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/"
14
- "alliance-auth-apps/aa-bulletin-board/sk/>\n"
13
+ "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-"
14
+ "apps/aa-bulletin-board/sk/>\n"
15
15
  "Language: sk\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,13 +34,13 @@ msgstr ""
34
34
  msgid "Bulletin Board v{__version__}"
35
35
  msgstr ""
36
36
 
37
- #: aa_bulletin_board/forms.py:65
37
+ #: aa_bulletin_board/forms.py:63
38
38
  msgid ""
39
39
  "Restrict this bulletin to certain groups. If no group restrictions are in "
40
40
  "place, everyone who has access to this module can read this bulletin."
41
41
  msgstr ""
42
42
 
43
- #: aa_bulletin_board/forms.py:112
43
+ #: aa_bulletin_board/forms.py:110
44
44
  msgid "You have forgotten the content!"
45
45
  msgstr ""
46
46
 
@@ -8,18 +8,18 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
12
- "PO-Revision-Date: 2024-05-10 13:57+0000\n"
13
- "Last-Translator: Kristof <kristof@teh.ninja>\n"
14
- "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/"
15
- "alliance-auth-apps/aa-bulletin-board/uk/>\n"
11
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
12
+ "PO-Revision-Date: 2024-10-04 18:10+0000\n"
13
+ "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
+ "Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-"
15
+ "apps/aa-bulletin-board/uk/>\n"
16
16
  "Language: uk\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
19
19
  "Content-Transfer-Encoding: 8bit\n"
20
20
  "Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : "
21
21
  "n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22
- "X-Generator: Weblate 5.5.3\n"
22
+ "X-Generator: Weblate 5.7.2\n"
23
23
 
24
24
  #: aa_bulletin_board/__init__.py:9 aa_bulletin_board/models.py:67
25
25
  #: aa_bulletin_board/templates/aa_bulletin_board/base.html:6
@@ -35,7 +35,7 @@ msgstr "Дошка оголошень"
35
35
  msgid "Bulletin Board v{__version__}"
36
36
  msgstr "Дошка оголошень v{__version__}"
37
37
 
38
- #: aa_bulletin_board/forms.py:65
38
+ #: aa_bulletin_board/forms.py:63
39
39
  msgid ""
40
40
  "Restrict this bulletin to certain groups. If no group restrictions are in "
41
41
  "place, everyone who has access to this module can read this bulletin."
@@ -44,7 +44,7 @@ msgstr ""
44
44
  "групових обмежень, кожен, хто має доступ до цього модуля, зможе прочитати "
45
45
  "цей бюлетень."
46
46
 
47
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
48
48
  msgid "You have forgotten the content!"
49
49
  msgstr ""
50
50
 
@@ -161,10 +161,12 @@ msgid ""
161
161
  "Do you want to help translate this app into your language or improve the "
162
162
  "existing translation?"
163
163
  msgstr ""
164
+ "Хочете допомогти перекласти цю програму вашою мовою чи покращити наявний "
165
+ "переклад?"
164
166
 
165
167
  #: aa_bulletin_board/templates/aa_bulletin_board/partials/footer/app-translation-footer.html:8
166
168
  msgid "Join our team of translators!"
167
- msgstr ""
169
+ msgstr "Приєднуйтесь до нашої команди перекладачів!"
168
170
 
169
171
  #: aa_bulletin_board/views.py:98
170
172
  #, python-brace-format
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: PACKAGE VERSION\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2024-03-15 18:14+0100\n"
13
+ "POT-Creation-Date: 2024-10-05 15:47+0200\n"
14
14
  "PO-Revision-Date: 2024-05-28 16:27+0000\n"
15
15
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
16
16
  "Language-Team: Chinese (Simplified) <https://weblate.ppfeufer.de/projects/"
@@ -36,14 +36,15 @@ msgstr "公告栏"
36
36
  msgid "Bulletin Board v{__version__}"
37
37
  msgstr "公告栏v{__version__}"
38
38
 
39
- #: aa_bulletin_board/forms.py:65
39
+ #: aa_bulletin_board/forms.py:63
40
40
  msgid ""
41
41
  "Restrict this bulletin to certain groups. If no group restrictions are in "
42
42
  "place, everyone who has access to this module can read this bulletin."
43
- msgstr "限制此公告为特定组可阅读。如果没有设置组限制,每个访问此模块的人都可以阅读此"
43
+ msgstr ""
44
+ "限制此公告为特定组可阅读。如果没有设置组限制,每个访问此模块的人都可以阅读此"
44
45
  "公告。"
45
46
 
46
- #: aa_bulletin_board/forms.py:112
47
+ #: aa_bulletin_board/forms.py:110
47
48
  msgid "You have forgotten the content!"
48
49
  msgstr "你忘记了内容!"
49
50
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: aa-bulletin-board
3
- Version: 2.1.0
3
+ Version: 2.2.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
@@ -700,7 +700,7 @@ Classifier: Topic :: Internet :: WWW/HTTP
700
700
  Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
701
701
  Requires-Python: >=3.10
702
702
  Requires-Dist: allianceauth-app-utils>=1.19.1
703
- Requires-Dist: allianceauth<5,>=4
703
+ Requires-Dist: allianceauth<5,>=4.3.1
704
704
  Requires-Dist: django-ckeditor-5>=0.2.11
705
705
  Requires-Dist: unidecode
706
706
  Provides-Extra: tests-allianceauth-latest
@@ -808,6 +808,14 @@ INSTALLED_APPS += [
808
808
 
809
809
  # Django CKEditor 5 Configuration
810
810
  if "django_ckeditor_5" in INSTALLED_APPS:
811
+ # CKEditor 5 File Upload Configuration
812
+ # Permissions not yet implemented by Django CKEditor 5, but it's coming …
813
+ # CKEDITOR_5_FILE_UPLOAD_PERMISSION = (
814
+ # "authenticated" # Possible values: "staff", "authenticated", "any"
815
+ # )
816
+ # Add more image upload file types if needed
817
+ CKEDITOR_5_UPLOAD_FILE_TYPES = ["jpg", "jpeg", "png", "gif", "bmp", "webp", "tiff"]
818
+
811
819
  MEDIA_URL = "/media/uploads/"
812
820
  MEDIA_ROOT = "/var/www/myauth/media/uploads"
813
821
 
@@ -969,11 +977,7 @@ if apps.is_installed("django_ckeditor_5"):
969
977
  # URL configuration for CKEditor 5
970
978
  urlpatterns = (
971
979
  [
972
- path(
973
- "ckeditor5/",
974
- include("django_ckeditor_5.urls"),
975
- name="ck_editor_5_upload_file",
976
- ),
980
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
977
981
  ]
978
982
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
979
983
  + urlpatterns
@@ -1000,11 +1004,7 @@ if apps.is_installed("django_ckeditor_5"):
1000
1004
  # URL configuration for CKEditor 5
1001
1005
  urlpatterns = (
1002
1006
  [
1003
- path(
1004
- "ckeditor5/",
1005
- include("django_ckeditor_5.urls"),
1006
- name="ck_editor_5_upload_file",
1007
- ),
1007
+ path("ckeditor5/", include("django_ckeditor_5.urls")),
1008
1008
  ]
1009
1009
  + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
1010
1010
  + urlpatterns
@@ -1,39 +1,39 @@
1
- aa_bulletin_board/__init__.py,sha256=1zjNTCT6O90I_n8neuJodSkYSTAOkk0g3Wg9Yxvpoxg,137
1
+ aa_bulletin_board/__init__.py,sha256=NoSfXox5d-zB0GwqcHxNBoch8mXWqyDYLFIDbC3VfWg,137
2
2
  aa_bulletin_board/apps.py,sha256=HOWDLTEbu28eBt4rggDhzqlZbv6iu1BfzNk7u4FnuUw,474
3
3
  aa_bulletin_board/auth_hooks.py,sha256=fVJczFcCOScsLGCiyp1aSGRKgbTkTRWKxzJa1HCE5KY,1437
4
- aa_bulletin_board/forms.py,sha256=aGLEKS3IiEiy6rsZuc9RlooBwLDMw69_QDNUXq4A8QQ,3221
4
+ aa_bulletin_board/forms.py,sha256=7760EbyjVd3XobM8vU8X4Xn8mvCW_ra-_2nD7QH1gpc,3190
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=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
10
+ aa_bulletin_board/locale/django.pot,sha256=DjXcn8QJ1199Rg-MiY_tuggdASR5cEN6lZ20XVxBhoc,4878
11
+ aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.mo,sha256=ZhKB7486VzGz4lS72jucN0JWc3TPzADIo7UuN2sf5S8,3462
12
+ aa_bulletin_board/locale/cs_CZ/LC_MESSAGES/django.po,sha256=tTmpF7towOjVUFLG-EgdaB2NGul29FIoruGRVCJDy3E,6254
13
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
14
+ aa_bulletin_board/locale/de/LC_MESSAGES/django.po,sha256=8K7wI673QUlnAta4H146ZaE8RA0rLtJFv2WrpNwJOFo,6162
15
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
16
+ aa_bulletin_board/locale/es/LC_MESSAGES/django.po,sha256=dDmfZsb1rDPeYz5MkhVPWwFl9x62zcIvcqS8GVEzRg8,6452
17
+ aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.mo,sha256=ESqwNi6a-f_hCa8m5EmAK5XkSpOZc2XahTUSy-QID0U,1316
18
+ aa_bulletin_board/locale/fr_FR/LC_MESSAGES/django.po,sha256=-d4oesb9CAgm5r6yN6XFTq5zrJtbv6NFy6kG23-jvj4,5735
19
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
20
+ aa_bulletin_board/locale/it_IT/LC_MESSAGES/django.po,sha256=lxht_BhILgPMHbaL7gu1ngOD56_wJPfZU8IP2D12yCQ,4971
21
+ aa_bulletin_board/locale/ja/LC_MESSAGES/django.mo,sha256=W8hWAIEQSTj1iJqMJFLjlp2Roeljr8dluVVSEHBw0bw,1503
22
+ aa_bulletin_board/locale/ja/LC_MESSAGES/django.po,sha256=MgsFNFk1RzBJiLq9xybHEN41BdmUZ7aLjRvXS4naO4w,5434
23
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
24
+ aa_bulletin_board/locale/ko_KR/LC_MESSAGES/django.po,sha256=6TUmSMMEZHyyqJnLE4ijdQmRxFU4mQZQ6skZW_yPANc,6545
25
+ aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.mo,sha256=tomc7fMl3JZoZ_I1hTgDDigFt3RyaiR-3sTD7xYhg98,483
26
+ aa_bulletin_board/locale/nl_NL/LC_MESSAGES/django.po,sha256=_vRrvw6Gk_e6E7MP2-oJsJpj2AdozsG26ARZJodKCqg,4969
27
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
28
+ aa_bulletin_board/locale/pl_PL/LC_MESSAGES/django.po,sha256=Ag233TTpvIooLdTnEbFeckmvohxkWAAZLMY00dz8lgo,5195
29
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
30
+ aa_bulletin_board/locale/ru/LC_MESSAGES/django.po,sha256=wm3zjalt3IL8IL-8MhtqSFprK0-thiIx8nV9miXMa4g,7246
31
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
32
+ aa_bulletin_board/locale/sk/LC_MESSAGES/django.po,sha256=Y2qSAmOQIw1PIA_RUBmE_cBu6CX0HSq1L7wU89DKVIc,5073
33
+ aa_bulletin_board/locale/uk/LC_MESSAGES/django.mo,sha256=JrpfYABCYBlbWNCKmjc9XCAluLKlEpPY42fS6a4PXMU,2515
34
+ aa_bulletin_board/locale/uk/LC_MESSAGES/django.po,sha256=hgpmod2_g9vR4I49dpgvNMklqPMs0AG11pZtO4whE_Y,7716
35
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
36
+ aa_bulletin_board/locale/zh_Hans/LC_MESSAGES/django.po,sha256=SbdqEOqTy6pzjvgBIvKk3JdOkod5ZScxbv_S_5WxDP0,5947
37
37
  aa_bulletin_board/migrations/0001_initial.py,sha256=bmw6yykfLuujYwQ6uR8rGKqcv94UyEa6ZVH34VR5APQ,2620
38
38
  aa_bulletin_board/migrations/0002_alter_bulletin_slug.py,sha256=j6jgInd8CB7cbRU0cKl87GQaWw6ifZercIs5WCWegKw,427
39
39
  aa_bulletin_board/migrations/0003_group_restrictions.py,sha256=zjWr5H8yfdSsJVLbqUUhgSAfrW6A2CVavrlFxfaFZGg,959
@@ -76,7 +76,7 @@ aa_bulletin_board/tests/test_bulletins.py,sha256=V2LucgSh3aPyavIBnDhRaqkZwJ5oPfv
76
76
  aa_bulletin_board/tests/test_templatetags.py,sha256=SzjXv8NspUZu7I91hl_3uzDHa7AMcTTAKHSjjePU68Q,1048
77
77
  aa_bulletin_board/tests/test_user_interface.py,sha256=bpEMmuzWs3-JTPpGtpf3b5dZMw-1kdMmTgEu0VRiHvc,8505
78
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,,
79
+ aa_bulletin_board-2.2.1.dist-info/METADATA,sha256=U6vT7Z0vvASQcHi7RLT8WI9DoPzr3n3OqxzWRluJIy4,58308
80
+ aa_bulletin_board-2.2.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
81
+ aa_bulletin_board-2.2.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
82
+ aa_bulletin_board-2.2.1.dist-info/RECORD,,