index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
forms
Age
Commit message (
Expand
)
Author
2024-06-17
[5.1.x] Fixed #35483 -- Added NUL (0x00) character validation to ModelChoiceF...
Alexander Lötvall
2024-06-14
[5.1.x] Fixed #35488 -- Fixed BaseModelFormSet.validate_unique() crash due to...
Madalin Popa
2024-05-14
Fixed #29942 -- Restored source file linking in docs by using the Sphinx link...
Joachim Jablon
2024-04-30
Refs #32819 -- Avoided adding 'aria-describedby' to hidden inputs.
David Smith
2024-03-14
Refs #34488 -- Made ClearableFileInput preserve "Clear" checked attribute whe...
Johannes Maron
2024-02-26
Fixed #35241 -- Cached model's full parent list.
Adam Johnson
2024-02-20
Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()...
Adam Johnson
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-23
Fixed #32923 -- Refactored out Field._clean_bound_field().
Syed Waheed
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-24
Fixed #34818 -- Prevented GenericIPAddressField from mutating error messages.
Parth Verma
2023-11-20
Refs #31026 -- Simplified BaseForm.get_context().
David Smith
2023-11-17
Refs #32819 -- Established relationship between form fieldsets and their help...
David Smith
2023-11-16
Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...
David Smith
2023-11-02
Fixed #34927 -- Fixed admin system check for inlines with foreign keys to pro...
Antoine Cheneau
2023-09-04
Refs #31262 -- Renamed ChoiceIterator to BaseChoiceIterator.
Nick Pope
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-08-01
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Gregor Jerše
2023-07-24
Fixed #34532 -- Made formset_factory() respect Form's default_renderer.
Christopher Cave-Ayland
2023-07-12
Fixed #34705 -- Reallowed BoundField.as_widget()'s attrs argument to set aria...
Sage Abdullah
2023-07-07
Fixed #32210 -- Fixed model inlines with to_field that has a default.
Neeraj Kumar
2023-07-06
Fixed #32819 -- Established relationship between form fields and their help t...
Gregor Jerše
2023-07-03
Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLVa...
Mariusz Felisiak
2023-06-16
Fixed #34473 -- Fixed step validation for form fields with non-zero minimum v...
Jacob Rief
2023-05-17
Refs #32339 -- Fixed super() call in deprecated renderers.
Carlton Gibson
2023-05-03
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validatio...
Mariusz Felisiak
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2023-04-27
Avoided creating default form fields in fields_for_model() when declared on f...
Mariusz Felisiak
2023-04-21
Fixed #34488 -- Made ClearableFileInput preserve "Clear" checked attribute wh...
Marcelo Galigniana
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-03-22
Fixed #34424 -- Fixed SelectDateWidget crash for inputs raising OverflowError.
Jure Slak
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-02-20
Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is d...
Laurens Verhoeven
2023-02-07
Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing...
Bakdolot
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-19
Refs #32528 -- Simplified Media.merge().
Nick Pope
2023-01-19
Fixed #32528 -- Replaced django.utils.topological_sort with graphlib.Topologi...
Nick Pope
2023-01-18
Refs #32339 -- Deprecated transitional form renderers.
Mariusz Felisiak
2023-01-17
Refs #32339 -- Changed default form and formset rendering style to div-based.
Mariusz Felisiak
2023-01-17
Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...
Mariusz Felisiak
2023-01-17
Refs #31026 -- Removed BaseForm._html_output() per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2022-11-18
Fixed #34119 -- Prevented callable default hidden widget value from being ove...
David Sanders
2022-11-18
Fixed #34148 -- Reverted "Fixed #32901 -- Optimized BaseForm.__getitem__()."
Francesco Panico
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-25
Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid ...
Marcelo Galigniana
2022-09-09
Fixed #33995 -- Fixed FormSet.empty_form crash when empty_permitted is passed...
DevilsAutumn
2022-08-25
Fixed #33830 -- Fixed VariableDoesNotExist when rendering ClearableFileInput.
Neeraj Kumar
2022-08-08
Fixed #31721 -- Allowed ModelForm meta to specify form fields.
Kamil Turek
[next]