django1/django/forms
Alexander Kavanaugh 008ba77dfd [1.11.x] Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new.
Regression in 4a246a02bd.

Backport of 362fba87c9 from master
2017-05-03 08:59:41 -04:00
..
extras Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
jinja2/django/forms/widgets [1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 11:07:54 -04:00
templates/django/forms/widgets [1.11.x] Fixed #28059 -- Restored class attribute in <ul> of widgets that use multiple_input.html. 2017-04-20 11:07:54 -04:00
__init__.py Refs #25294 -- Moved BoundField to django.forms.boundfield. 2015-09-16 14:43:38 -04:00
boundfield.py [1.11.x] Fixed #28058 -- Restored empty BoundFields evaluating to True. 2017-04-17 08:56:15 -04:00
fields.py [1.11.x] Refs #23151 -- Removed RegexField's unused error_message parameter. 2017-02-20 19:09:43 -05:00
forms.py Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
formsets.py [1.11.x] Fixed #28130 -- Fixed formset min_num validation with initial, unchanged forms. 2017-04-28 09:32:52 -04:00
models.py [1.11.x] Fixed #28159 -- Fixed BaseInlineFormSet._construct_form() crash when using save_as_new. 2017-05-03 08:59:41 -04:00
renderers.py Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
utils.py Fixed #27642 -- Made forms.utils.flatatt() omit 'None' values from attrs. 2016-12-27 09:42:17 -05:00
widgets.py [1.11.x] Fixed #28157 -- Fixed choice ordering in form fields with grouped and non-grouped options. 2017-05-03 07:22:00 -04:00