Skip to content

Commit c06d4fb

Browse files
committed
updated d-extensions hijack recaptcha constance
1 parent c993f8a commit c06d4fb

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
django-extensions = "==3.1.2"
7+
django-extensions = "==3.2.3"
88
django-bootstrap5 = "==23.3"
99
django-braces = "==1.14.0"
1010
pytz = "==2021.1"
1111
django-cron = "==0.6.0"
1212
html2text = "==2020.1.16"
1313
django-tinymce = "==4.1.0"
1414
mollie-api-python = "==2.12.0"
15-
django-hijack = "==3.2.6"
15+
django-hijack = "==3.6.2"
1616
jsonfield = "==3.1.0"
1717
openpyxl = "==3.1.0"
1818
simplejson = "==3.18.3"
1919
django-nose = "==1.4.7"
2020
nose = "==1.3.7"
21-
django-recaptcha = "==3.0.0"
22-
django-constance = {version = "==2.9.1", extras = ["database"]}
21+
django-recaptcha = "==4.0.0"
22+
django-constance = {version = "==3.1.0", extras = ["database"]}
2323
django-picklefield = "==3.2.0"
2424
psycopg2-binary = "==2.8.6"
2525
Django = "==4.2.16"

Pipfile.lock

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webapp/accounts/forms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from captcha.fields import ReCaptchaField
2-
from captcha.widgets import ReCaptchaV2Checkbox
1+
from django_recaptcha.fields import ReCaptchaField
2+
from django_recaptcha.widgets import ReCaptchaV2Checkbox
33
from django import forms
44
from django.conf import settings
55
from django.contrib.auth.forms import ReadOnlyPasswordHashField

webapp/vokou/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
'braces',
5353
'django_bootstrap5',
5454
"django_cron",
55-
"captcha",
55+
"django_recaptcha",
5656

5757
'mailing',
5858
'accounts',

0 commit comments

Comments
 (0)