1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
Matt Johnson 907ef9d0d1 Fixed #20555 -- Make subwidget id attribute available
In `BoundField.__iter__`, the widget's id attribute is now passed to
each subwidget. A new id_for_label property was added to ChoiceInput.
2013-08-13 13:23:05 -04:00
..
bin
conf Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
contrib Apply autoescaping to AdminURLFieldWidget. 2013-08-13 11:06:41 -05:00
core Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 2013-08-12 07:15:59 -04:00
db Fixed #20883 -- Made model inheritance find parent links in abstract parents 2013-08-13 15:14:11 +03:00
dispatch
forms Fixed #20555 -- Make subwidget id attribute available 2013-08-13 13:23:05 -04:00
http Fixed #19987 -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts
template Fixed #17778 -- Prevented class attributes on context from resolving as template variables. 2013-08-12 12:41:39 -04:00
templatetags
test Fixed #18356 -- Gave the test client signals.template_rendered call a unique dispatch_uid 2013-08-09 12:22:42 -04:00
utils Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S. 2013-08-13 11:06:22 -05:00
views Unlocalize line numbers and ids in debug 500 view. 2013-08-12 21:59:27 -03:00
__init__.py