prune_captcha 1.4.0__py3-none-any.whl → 1.6.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.
- captcha_prune/__init__.py +1 -1
- captcha_prune/apps.py +1 -1
- {prune_captcha-1.4.0.dist-info → prune_captcha-1.6.0.dist-info}/METADATA +3 -1
- {prune_captcha-1.4.0.dist-info → prune_captcha-1.6.0.dist-info}/RECORD +6 -6
- {prune_captcha-1.4.0.dist-info → prune_captcha-1.6.0.dist-info}/WHEEL +0 -0
- {prune_captcha-1.4.0.dist-info → prune_captcha-1.6.0.dist-info}/top_level.txt +0 -0
captcha_prune/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
default_app_config = "
|
1
|
+
default_app_config = "captcha_prune.apps.DjangoPuzzleConfig"
|
captcha_prune/apps.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prune_captcha
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.6.0
|
4
4
|
Summary: A tool to protect formulaire from spam.
|
5
5
|
Author-email: Arnout <bastien@prune.sh>
|
6
6
|
Project-URL: Made_by, https://prune.sh/
|
@@ -136,6 +136,8 @@ PUZZLE_IMAGE_STATIC_PATH = "website/images/"
|
|
136
136
|
|
137
137
|
| Version | Date | Notes |
|
138
138
|
| ------- | ---------- | ---------------------------------- |
|
139
|
+
| 1.6.0 | 2025-05-20 | added templates |
|
140
|
+
| 1.5.0 | 2025-05-20 | app config fixed, components ... |
|
139
141
|
| 1.4.0 | 2025-05-20 | added BaseModel in Captcha, ... |
|
140
142
|
| 1.3.0 | 2025-04-30 | deleted start_server, deleted ... |
|
141
143
|
| 1.2.0 | 2025-04-30 | fixed prune_captcha command, ... |
|
@@ -1,5 +1,5 @@
|
|
1
|
-
captcha_prune/__init__.py,sha256=
|
2
|
-
captcha_prune/apps.py,sha256=
|
1
|
+
captcha_prune/__init__.py,sha256=JerrqDuZCUa8pj_9pEv68rnlPsiXovRP4biKpCqyThs,61
|
2
|
+
captcha_prune/apps.py,sha256=VbD0Kdeaf1KlKlXdUwWOE9stFcGKimunG_FdSE8TVq8,422
|
3
3
|
captcha_prune/asgi.py,sha256=wi2rRLFltXOZyve8mAB_E8udaFyONOf5N42WrWIQX8M,403
|
4
4
|
captcha_prune/context_processors.py,sha256=RTHgIxoje5n2wr1YvefbgUlvwNfiCe7Eyz9VKVoN4ZA,383
|
5
5
|
captcha_prune/models.py,sha256=O8nxhVfPat3oaDGZzd88kQHkGayQIWZ_dOO9uu1R6P4,1240
|
@@ -17,7 +17,7 @@ commons/decorators.py,sha256=nU_3SyxENcWDdxo03VyNYEvoevplC6ig7BFogY8apNs,1306
|
|
17
17
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
tests/captcha_prune/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
tests/captcha_prune/test_views.py,sha256=h-Mrdiprh71s7kIJPYAt6xv4G_S7vp51WCpAzy4CZ6U,2364
|
20
|
-
prune_captcha-1.
|
21
|
-
prune_captcha-1.
|
22
|
-
prune_captcha-1.
|
23
|
-
prune_captcha-1.
|
20
|
+
prune_captcha-1.6.0.dist-info/METADATA,sha256=aBQjoHEwehMlbBWJpJ1dg7uvZ9V8-RfW_gQDgGRSVic,3869
|
21
|
+
prune_captcha-1.6.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
22
|
+
prune_captcha-1.6.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
|
23
|
+
prune_captcha-1.6.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|