django/django
2016-09-03 06:52:25 -04:00
..
apps Fixed #26616 -- Improved error message when AppConfig.name is invalid. 2016-06-02 10:37:00 -04:00
bin
conf Fixed #26947 -- Added an option to enable the HSTS header preload directive. 2016-08-10 20:23:54 -04:00
contrib Fixed #26098 -- Used cdnjs.cloudflare for OpenLayers.js. 2016-09-03 06:52:25 -04:00
core Fixed #11331 -- Stopped closing pylibmc connections after each request. 2016-09-02 14:44:27 -04:00
db Fixed #27097 -- Added index type introspection to built-in db backends. 2016-09-02 21:14:12 -04:00
dispatch Fixed #13080 -- Corrected accepted values of sender parameter in Signal.connect() docstring. 2016-05-30 08:17:42 -04:00
forms Refs #27039 -- Fixed regression with field defaults in prefixed forms. 2016-09-01 09:13:21 -04:00
http Fixed #27153 -- Added validation for HttpResponse status. 2016-08-30 21:59:43 -04:00
middleware Fixed #26947 -- Added an option to enable the HSTS header preload directive. 2016-08-10 20:23:54 -04:00
template Fixed #5908 -- Added {% resetcycle %} template tag. 2016-09-01 15:52:21 -04: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 #25181 -- Added localdate() function to get date in a different time zone. 2016-08-31 17:19:33 -07:00
views Fixed #25181 -- Added localdate() function to get date in a different time zone. 2016-08-31 17:19:33 -07:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py
shortcuts.py