Skip to content

Commit e0fe94b

Browse files
committed
Upgrade djgnao_altcha to latest version #235
Signed-off-by: tdruez <[email protected]>
1 parent 5dcddfd commit e0fe94b

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

dje/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
from crispy_forms.layout import Field
2525
from crispy_forms.layout import Fieldset
2626
from crispy_forms.layout import Layout
27+
from django_altcha import AltchaField
2728
from django_registration.backends.activation.views import ActivationView
2829
from django_registration.exceptions import ActivationError
2930
from django_registration.forms import RegistrationFormUniqueEmail
3031

31-
from django_altcha import AltchaField
3232
from dje.forms import StrictSubmit
3333
from dje.models import Dataspace
3434
from dje.models import History

dje/tests/test_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
from django.test import override_settings
1717
from django.urls import reverse
1818

19+
from django_altcha import AltchaField
1920
from django_registration.backends.activation.views import RegistrationView
2021

21-
from django_altcha import AltchaField
2222
from dje.registration import REGISTRATION_DEFAULT_GROUPS
2323
from dje.tests import refresh_url_cache
2424

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install_requires =
6767
django-debug-toolbar==5.0.1
6868
# CAPTCHA
6969
altcha==0.1.9
70-
django_altcha==0.1.1
70+
django_altcha==0.1.2
7171
# REST API
7272
djangorestframework==3.15.2
7373
# API documentation, `coreapi` and its requirements:
-5.32 KB
Binary file not shown.

thirdparty/dist/django_altcha-0.1.1-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 15 deletions
This file was deleted.
25.4 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: django_altcha-0.1.2-py3-none-any.whl
2+
name: django-altcha
3+
version: 0.1.2
4+
download_url: https://files.pythonhosted.org/packages/73/a9/64a0bc421b77ad85f30c0035b55421d6a1a86822a3c951bb02a689ad1054/django_altcha-0.1.2-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright Daniel Regeci
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: ffa24bdd7664d6a67ec59db10085e0a3
11+
checksum_sha1: ed8897927d09bf5b894b040a4abb7f3563ff2297
12+
licenses:
13+
- key: mit
14+
name: MIT License
15+
file: mit.LICENSE

0 commit comments

Comments
 (0)