django1/django
Jeff Willette 7148929a5e Fixed #27216 -- Corrected import location in admin deprecation messages. 2016-09-13 13:45:24 -04:00
..
apps Fixed #26616 -- Improved error message when AppConfig.name is invalid. 2016-06-02 10:37:00 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale. 2016-09-12 10:21:15 -04:00
contrib Fixed #27216 -- Corrected import location in admin deprecation messages. 2016-09-13 13:45:24 -04: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 Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring. 2016-05-30 08:17:42 -04:00
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 Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
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 Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00