This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
docs
/
ref
/
forms
History
Mariusz Felisiak
beb3f3d559
[4.1.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator.
...
Thanks Seokchan Yoon for reports.
2023-07-03 08:27:05 +02:00
..
api.txt
[4.1.x] Refs
#32339
-- Updated Form API docs to prefer as_div() output style.
2022-12-07 11:08:05 +01:00
fields.txt
[4.1.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator.
2023-07-03 08:27:05 +02:00
formsets.txt
Removed versionadded/changed annotations for 3.2.
2021-09-20 21:23:01 +02:00
index.txt
Fixed
#15667
-- Added template-based widget rendering.
2016-12-27 17:50:10 -05:00
models.txt
Fixed
#26142
-- Allowed model formsets to prevent new object creation.
2022-01-27 20:45:21 +01:00
renderers.txt
[4.1.x] Fixed typo in docs/ref/forms/renderers.txt.
2022-08-06 13:44:05 +02:00
validation.txt
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
2020-04-28 10:49:00 +02:00
widgets.txt
[4.1.x] Fixed documentation of Widget.id_for_label() empty return value.
2022-06-03 20:01:16 +02:00