.. |
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 #12405 -- Added LOGOUT_REDIRECT_URL setting.
|
2016-02-04 10:35:37 -05:00 |
contrib
|
Fixed #25304 -- Allowed management commands to check if migrations are applied.
|
2016-02-12 13:34:56 -05:00 |
core
|
Fixed #25304 -- Allowed management commands to check if migrations are applied.
|
2016-02-12 13:34:56 -05:00 |
db
|
Removed unneeded hint=None/obj=None in system check messages.
|
2016-02-12 13:01:25 -05:00 |
dispatch
|
Corrected a few typos in Signal.send() docstring.
|
2016-01-12 08:27:02 -05:00 |
forms
|
Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2
|
2016-02-15 22:51:46 +02: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 #11665 -- Made TestCase check deferrable constraints after each test.
|
2016-02-13 06:53:39 -05:00 |
urls
|
Removed unnecessary imports.
|
2016-01-23 15:11:05 +01:00 |
utils
|
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
|
2016-02-15 11:44:29 -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
|
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 |