django1/django
Tim Graham 1c8c0837c6 Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #26033 -- Added Argon2 password hasher. 2016-03-08 11:22:18 -05:00
contrib Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable. 2016-03-25 13:47:42 -04:00
core Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string. 2016-03-21 13:01:38 -04:00
db Sorted single letter imports per the latest version of isort. 2016-03-28 11:45:31 -04:00
dispatch Corrected a few typos in Signal.send() docstring. 2016-01-12 08:27:02 -05:00
forms Fixed #25987 -- Made inline formset validation respect unique_together with an unsaved parent object. 2016-03-26 21:49:41 -04:00
http Fixed #26158 -- Rewrote http.parse_cookie() to better match browsers. 2016-03-15 12:24:06 -04:00
middleware Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently. 2016-03-23 09:23:19 -04:00
template Fixed #26306 -- Fixed memory leak in cached template loader. 2016-03-16 12:37:57 -04:00
templatetags Fixed #21221 -- Made form Media and static template tag use staticfiles if installed. 2015-12-10 14:30:19 -05:00
test Fixed #24987 -- Allowed inactive users to login with the test client. 2016-03-23 09:01:52 -04:00
urls Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns(). 2016-03-08 08:14:10 -05:00
utils Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser. 2016-03-26 12:48:29 -04:00
views Reused the DjangoTranslation class for the javascript_catalog view 2016-03-08 21:39:59 +01:00
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00