django-forms-frontend-validation 1.0.5__py3-none-any.whl → 1.0.6__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.
- {django_forms_frontend_validation-1.0.5.dist-info → django_forms_frontend_validation-1.0.6.dist-info}/METADATA +1 -1
- {django_forms_frontend_validation-1.0.5.dist-info → django_forms_frontend_validation-1.0.6.dist-info}/RECORD +6 -6
- formvalidator/settings.py +1 -1
- {django_forms_frontend_validation-1.0.5.dist-info → django_forms_frontend_validation-1.0.6.dist-info}/LICENSE +0 -0
- {django_forms_frontend_validation-1.0.5.dist-info → django_forms_frontend_validation-1.0.6.dist-info}/WHEEL +0 -0
- {django_forms_frontend_validation-1.0.5.dist-info → django_forms_frontend_validation-1.0.6.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@ formvalidator/admin.py,sha256=suMo4x8I3JBxAFBVIdE-5qnqZ6JAZV0FESABHOSc-vg,63
|
|
3
3
|
formvalidator/apps.py,sha256=3C-Kq3f9oo1nB2RMXXC0jqYEYYV0MYkVg2nI1GIJE3Y,158
|
4
4
|
formvalidator/forms.py,sha256=PSOiyrwDN_5XuX-f9l8ZAQozZwNo5PhZCRTAKl_Jlig,775
|
5
5
|
formvalidator/models.py,sha256=Vjc0p2XbAPgE6HyTF6vll98A4eDhA5AvaQqsc4kQ9AQ,57
|
6
|
-
formvalidator/settings.py,sha256=
|
6
|
+
formvalidator/settings.py,sha256=F5R5OxPB0ZOMKfuYH69etPP-mdntmgHH1sVyv_tAd0Y,709
|
7
7
|
formvalidator/tests.py,sha256=jq5sY8A7Pe0VQ-j33gRJTRgBf-BPu4I6Z2sND68EP8A,842
|
8
8
|
formvalidator/urls.py,sha256=Y2NSQC0IzLEHU4HqNhx_8DnQhScV9D8Ssbc8WGueTMA,301
|
9
9
|
formvalidator/views.py,sha256=TYqBRjnpKccQZA-Dwajp0heJ7-rhEkHetkGqSd12cJs,1391
|
@@ -21,8 +21,8 @@ formvalidator/templates/base.html,sha256=husejzZpyn7DKk-3S6frsalTMz4-ZO5EV5GWobW
|
|
21
21
|
formvalidator/templates/formvalidator/sample.html,sha256=IKklx25wt-paXmfaMbSZfTZaWFzlq_BGMOuVKACNpyI,2048
|
22
22
|
formvalidator/templates/formvalidator/sample2.html,sha256=_E5Rtv4fWOut5dbpRsguoEUw-X_Hln6wok4g2KPlzCo,2129
|
23
23
|
formvalidator/templates/includes/header.html,sha256=5EWbHxj-JFu7fzmGUWWqOxoG2bwl03UwwUG_O68qzj0,946
|
24
|
-
django_forms_frontend_validation-1.0.
|
25
|
-
django_forms_frontend_validation-1.0.
|
26
|
-
django_forms_frontend_validation-1.0.
|
27
|
-
django_forms_frontend_validation-1.0.
|
28
|
-
django_forms_frontend_validation-1.0.
|
24
|
+
django_forms_frontend_validation-1.0.6.dist-info/LICENSE,sha256=gA3cqug2Eqh9zkbcEDQ1Ez1APddDnmbX6bO6_wcBRM8,1095
|
25
|
+
django_forms_frontend_validation-1.0.6.dist-info/METADATA,sha256=Wiaj50uTgNWofLUcRKc6i_VE-SoTi4Cht6pi7k2Bjug,5091
|
26
|
+
django_forms_frontend_validation-1.0.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
27
|
+
django_forms_frontend_validation-1.0.6.dist-info/top_level.txt,sha256=E9SLf9Mg8MAqnCin_sgh__XTquz_st_-Qyy9w3-3fms,14
|
28
|
+
django_forms_frontend_validation-1.0.6.dist-info/RECORD,,
|
formvalidator/settings.py
CHANGED
@@ -11,4 +11,4 @@ IGNORE_VALIDATION = [] + IGNORED_CLASSES
|
|
11
11
|
# the string keyword options are 'all', '__all__', '*'
|
12
12
|
# if you would like to keep the type as an array, but still want to hit all forms, you can just set
|
13
13
|
# index 0 as one of those keywords
|
14
|
-
VALIDATE_ONLY_ON_SUBMIT = [
|
14
|
+
VALIDATE_ONLY_ON_SUBMIT = []
|
File without changes
|
File without changes
|
File without changes
|