.. |
apps
|
Fixed #17379 -- Removed management commands deactivation of the locale.
|
2018-05-13 10:21:53 +02:00 |
bin
|
|
|
conf
|
Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is accessed and not set."
|
2018-05-26 21:06:58 -04:00 |
contrib
|
Refs #29353 -- Removed duplicated logic in StaticFilesHandler.get_response().
|
2018-06-05 11:58:38 +02:00 |
core
|
Added 'caches' to django.core.cache.__all__.
|
2018-05-28 09:14:46 -04:00 |
db
|
Refs #28748 -- Reallowed lazy model field choices.
|
2018-05-29 21:43:38 -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
|
Fixed #29432 -- Allowed passing an integer to the slice template filter.
|
2018-05-26 20:56:51 -04: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 #29415 -- Fixed detection of custom URL converters in included patterns.
|
2018-05-26 20:13:48 -04:00 |
utils
|
Advanced deprecation warnings for Django 2.2.
|
2018-05-17 11:05:45 -04:00 |
views
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
|
2018-05-15 18:12:11 +02:00 |
__init__.py
|
Bumped version; master is now 2.2 pre-alpha.
|
2018-05-17 09:37:06 -04:00 |
__main__.py
|
|
|
shortcuts.py
|
Added missing word to render_to_response deprecation warning.
|
2018-05-16 10:06:36 +02:00 |