1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django
2019-09-20 13:52:04 +02:00
..
apps
bin
conf Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS. 2019-09-20 13:52:04 +02:00
contrib Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS. 2019-09-20 13:52:04 +02:00
core Fixed #30772 -- Optimized make_template_fragment_key(). 2019-09-18 14:53:05 +02:00
db Fixed #30771 -- Fixed exact lookup against queries with selected columns. 2019-09-20 10:42:14 +02:00
dispatch
forms
http
middleware Fixed #29406 -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
template Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline. 2019-09-10 12:01:00 +02:00
templatetags
test Refs #28478 -- Removed support for TestCase's allow_database_queries and multi_db per deprecation timeline. 2019-09-10 12:01:00 +02:00
urls
utils Advanced deprecation warnings for Django 3.1. 2019-09-10 12:01:00 +02:00
views
__init__.py Bumped version; master is now 3.1 pre-alpha. 2019-09-10 11:54:25 +02:00
__main__.py
shortcuts.py