.. |
apps
|
Fixed #17379 -- Removed management commands deactivation of the locale.
|
2018-05-13 10:21:53 +02:00 |
bin
|
|
|
conf
|
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
|
2018-04-19 21:30:00 -04:00 |
contrib
|
Increased the default PBKDF2 iterations for Django 2.1.
|
2018-05-13 20:06:20 -04:00 |
core
|
Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
|
2018-05-14 22:18:22 -04:00 |
db
|
Refs #28834 -- Moved ancestor field cached value fallback to related fields descriptor.
|
2018-05-14 21:17:02 -04:00 |
dispatch
|
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
2018-04-17 20:24:27 -04:00 |
forms
|
Refs #28312 -- Added an optimized __bool__() to ModelChoiceIterator.
|
2018-04-23 13:03:07 -04:00 |
http
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
|
2018-05-15 18:12:11 +02:00 |
middleware
|
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
|
2018-05-04 20:55:03 -04:00 |
template
|
Replaced TOKEN_* constants by TokenType enums.
|
2018-05-10 17:51:51 +02:00 |
templatetags
|
Replaced TOKEN_* constants by TokenType enums.
|
2018-05-10 17:51:51 +02:00 |
test
|
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
|
2018-05-09 11:40:28 -04:00 |
urls
|
Fixed #28982 -- Simplified code with and/or.
|
2018-01-03 20:12:23 -05:00 |
utils
|
Moved to_language() to django.utils.translation.
|
2018-05-12 15:03:38 -04:00 |
views
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
|
2018-05-15 18:12:11 +02:00 |
__init__.py
|
|
|
__main__.py
|
|
|
shortcuts.py
|
Fixed #29135 -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering.
|
2018-02-19 10:51:15 -05:00 |