0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2016-02-11 18:13:03 -05:00
..
apps
bin
conf Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting. 2016-02-04 10:35:37 -05:00
contrib Updated some comments for BCryptSHA256PasswordHasher. 2016-02-11 11:57:12 -05:00
core Added a function for SECRET_KEY generation logic. 2016-02-11 08:07:59 -05:00
db Fixed #26196 -- Made sure __in lookups use to_field as default. 2016-02-11 11:09:08 -05:00
dispatch Corrected a few typos in Signal.send() docstring. 2016-01-12 08:27:02 -05:00
forms Fixed #25731 -- Removed unused choices kwarg for Select.render() 2016-02-02 18:03:19 -05:00
http Fixed #26014 -- Added WSGIRequest content_type and content_params attributes. 2016-02-10 18:19:23 -05:00
middleware Fixed typo in django/middleware/common.py docstring. 2016-02-09 08:06:26 -05:00
template Fixed #25758 -- Defaulted to current language FORMATs in date/time filters 2016-01-30 17:04:47 +01: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 #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False. 2016-02-08 07:21:54 -05:00
urls Removed unnecessary imports. 2016-01-23 15:11:05 +01:00
utils Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers. 2016-02-09 13:07:33 -05:00
views Fixed #26209 -- Masked sensitive settings in debug reports regardless of case. 2016-02-11 18:13:03 -05:00
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
__main__.py
shortcuts.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00