This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
forms
History
Ties Jan Hefting
84400d2e9d
Fixed
#32905
-- Added CSS class for non-form errors of formsets.
2021-07-15 07:00:39 +02:00
..
jinja2/django/forms
/widgets
…
templates/django/forms
/widgets
…
__init__.py
…
boundfield.py
Fixed
#32917
-- Added BaseForm._widget_data_value()/_field_data_value().
2021-07-13 06:32:46 +02:00
fields.py
Fixed
#32807
-- Fixed JSONField crash when redisplaying None values.
2021-06-28 11:02:08 +02:00
forms.py
Fixed
#32917
-- Added BaseForm._widget_data_value()/_field_data_value().
2021-07-13 06:32:46 +02:00
formsets.py
Fixed
#32905
-- Added CSS class for non-form errors of formsets.
2021-07-15 07:00:39 +02:00
models.py
Fixed
#32347
-- Made ModelChoiceField include the value in ValidationError for invalid_choice.
2021-01-26 09:31:53 +01:00
renderers.py
Fixed
#32316
-- Deferred accessing __file__.
2021-04-01 14:33:30 +02:00
utils.py
Refs
#32365
-- Allowed use of non-pytz timezone implementations.
2021-01-19 11:59:37 +01:00
widgets.py
Refs
#32338
-- Removed 'for ="..."' from RadioSelect's <label>.
2021-06-22 10:59:29 +02:00