..
apps
Fixed #30159 -- Removed unneeded use of OrderedDict.
2019-02-06 13:48:39 -05:00
bin
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
2019-12-06 12:11:44 +01:00
conf
Added Algerian Arabic language.
2019-12-14 16:26:31 +01:00
contrib
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
2019-12-18 13:15:38 +01:00
core
Fixed #26743 -- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable.
2019-12-13 11:38:09 +01:00
db
Fixed #31109 -- Disabled grouping by aliases on QuerySet.exists().
2019-12-23 09:24:03 +01:00
dispatch
Capitalized "Python" in docs and comments.
2018-10-09 09:26:07 -04:00
forms
Fixed #31086 -- Improved error message for admin model inlines with more than one foreign key to the same parent.
2019-12-17 09:15:01 +01:00
http
Fixed #30862 -- Allowed setting SameSite cookies flags to 'none'.
2019-12-12 10:52:31 +01:00
middleware
Fixed #30899 -- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
template
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
2019-12-18 13:15:38 +01:00
templatetags
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
2019-12-18 13:15:38 +01:00
test
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
2019-12-09 13:47:12 +01:00
urls
Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing.
2019-12-06 09:32:51 +01:00
utils
Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.
2019-12-18 13:15:38 +01:00
views
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
2019-12-18 13:15:38 +01:00
__init__.py
Bumped version; master is now 3.1 pre-alpha.
2019-09-10 11:54:25 +02:00
__main__.py
Fixed #24857 -- Added "python -m django" entry point.
2015-09-07 19:54:32 -04:00
shortcuts.py
Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.
2019-01-17 10:50:25 -05:00