prune_captcha 1.18.6__py3-none-any.whl → 1.18.7__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.
- prune_captcha/apps.py +1 -1
- {prune_captcha-1.18.6.dist-info → prune_captcha-1.18.7.dist-info}/METADATA +2 -1
- {prune_captcha-1.18.6.dist-info → prune_captcha-1.18.7.dist-info}/RECORD +5 -5
- {prune_captcha-1.18.6.dist-info → prune_captcha-1.18.7.dist-info}/WHEEL +0 -0
- {prune_captcha-1.18.6.dist-info → prune_captcha-1.18.7.dist-info}/top_level.txt +0 -0
prune_captcha/apps.py
CHANGED
@@ -11,7 +11,7 @@ class DjangoPuzzleConfig(AppConfig):
|
|
11
11
|
raise ImproperlyConfigured(
|
12
12
|
"prune_captcha: vous devez définir PUZZLE_IMAGE_STATIC_PATH dans settings.py"
|
13
13
|
)
|
14
|
-
if not hasattr(settings, "PUZZLE_HINT_TEXT
|
14
|
+
if not hasattr(settings, "PUZZLE_HINT_TEXT"):
|
15
15
|
raise ImproperlyConfigured(
|
16
16
|
"prune_captcha: vous devez définir PUZZLE_HINT_TEXT dans settings.py"
|
17
17
|
)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prune_captcha
|
3
|
-
Version: 1.18.
|
3
|
+
Version: 1.18.7
|
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/
|
@@ -126,6 +126,7 @@ Important: You must import the static files (css, js) present in "prune_captcha/
|
|
126
126
|
|
127
127
|
| Version | Date | Notes |
|
128
128
|
| ------- | ---------- | ---------------------------------- |
|
129
|
+
| 1.18.7 | 2025-05-28 | PUZZLE_HINT_TEXT fix |
|
129
130
|
| 1.18.6 | 2025-05-28 | added PUZZLE_HINT_TEXT |
|
130
131
|
| 1.18.5 | 2025-05-23 | ValueError fixed |
|
131
132
|
| 1.18.4 | 2025-05-23 | deleted var |
|
@@ -1,10 +1,10 @@
|
|
1
1
|
prune_captcha/__init__.py,sha256=289nX-nsT20GUbXE9Lm4Iv6H7b7XmJyLisg9Z2MRR0k,61
|
2
|
-
prune_captcha/apps.py,sha256=
|
2
|
+
prune_captcha/apps.py,sha256=b8ddQzaPTHeToxd2x1Z7GKIxPqwtVAWMXFpI6K09ruI,618
|
3
3
|
prune_captcha/utils.py,sha256=bj3-aDf2S23gID6V95WuYolXXVeA1oXZCJKHtuoHSVk,2059
|
4
4
|
prune_captcha/static/prune_captcha/css/captcha.css,sha256=ntZF_NsNLx_GUeG80oJ8GTDHZ3Le4MjKF9Ur88SSFTA,422
|
5
5
|
prune_captcha/static/prune_captcha/js/captcha.js,sha256=qcFESOTV_hCQSNkT6lcl7pkAqMyOyqMoJLldL8f02Kg,2202
|
6
6
|
prune_captcha/templates/prune_captcha/captcha.html,sha256=n0U_iFDdm5EOIc6M6Dxl5jhdG18zdJSceT1YIytczks,1105
|
7
|
-
prune_captcha-1.18.
|
8
|
-
prune_captcha-1.18.
|
9
|
-
prune_captcha-1.18.
|
10
|
-
prune_captcha-1.18.
|
7
|
+
prune_captcha-1.18.7.dist-info/METADATA,sha256=fI873VrtaN-E1MrP5EobwXKSa1Z9JcVtPoinQg2K8og,4848
|
8
|
+
prune_captcha-1.18.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
prune_captcha-1.18.7.dist-info/top_level.txt,sha256=v0fVjlwv7OWp7NHgpeR5Oj0xhlf81K24sP2r9DYw5Qg,14
|
10
|
+
prune_captcha-1.18.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|