1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2018-09-25 09:53:13 -04:00
..
apps
bin
conf Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
contrib Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
core Refs #29198 -- Fixed migrate --plan crash if RunSQL uses a list or tuple. 2018-09-19 17:13:39 -04:00
db Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py. 2018-09-25 09:53:13 -04:00
dispatch
forms Refs #29689 -- Moved FilePathField choices sorting outside the loop. 2018-08-29 06:19:32 -04:00
http Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
middleware Fixed #29728 -- Prevented session resaving if CSRF cookie is unchanged. 2018-09-08 11:46:13 -04:00
template Refs #29784 -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
templatetags
test Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON. 2018-08-25 10:57:05 -04:00
urls Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
utils Fixed #29772 -- Made LazyObject proxy __lt__() and __gt__(). 2018-09-19 13:51:01 -04:00
views Refs #29654 -- Replaced three dots with ellipsis character in output strings. 2018-08-22 09:13:58 -04: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