django/django
Jon Dufresne e24c0a2d7c Fixed #26524 -- Fixed crash in admin change view when displaying many to many forward refs.
Thanks Tim Graham for the regression test.
2016-09-12 19:20:35 -07:00
..
apps
bin
conf Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale. 2016-09-12 10:21:15 -04:00
contrib Fixed #26524 -- Fixed crash in admin change view when displaying many to many forward refs. 2016-09-12 19:20:35 -07:00
core Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes 2016-09-12 09:26:33 +02:00
db Used a database feature to prevent the jsonb test model from being migrated. 2016-09-12 20:07:35 -04:00
dispatch
forms Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
http Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
middleware Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
template Fixed #27175 -- Deprecated silencing exceptions from the {% include %} template tag. 2016-09-08 18:24:22 -07:00
templatetags
test Fixed #24112 -- Fixed assertInHTML()'s counting if needle has no root element. 2016-08-31 20:41:34 -04:00
urls Fixed #27018 -- Fixed admindocs crash with a view in a class. 2016-08-20 10:01:57 -04:00
utils Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
views Fixed #27083 -- Added support for weak ETags. 2016-09-10 08:14:52 -04:00
__init__.py
__main__.py
shortcuts.py