django1/django/forms
Alexander Kavanaugh 362fba87c9 Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
Regression in 4a246a02bd.
2017-05-03 07:45:51 -04:00
..
jinja2/django/forms/widgets Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 10:06:34 -04:00
templates/django/forms/widgets Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 10:06:34 -04:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
fields.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
forms.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
formsets.py Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms. 2017-04-28 09:32:40 -04:00
models.py Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new. 2017-05-03 07:45:51 -04:00
renderers.py Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. 2017-01-20 08:01:02 -05:00
utils.py Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
widgets.py Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options. 2017-05-03 07:21:44 -04:00