django1/django
Jon Dufresne abeed587b1 Refs -- Removed force_bytes() usage in db/backends/base/schema.py. 2018-09-25 09:54:06 -04:00
..
apps Fixed -- Removed management commands deactivation of the locale. 2018-05-13 10:21:53 +02:00
bin Reverted "Fixed , refs -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Refs -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
contrib Refs -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
core Refs -- Fixed migrate --plan crash if RunSQL uses a list or tuple. 2018-09-19 17:13:39 -04:00
db Refs -- Removed force_bytes() usage in db/backends/base/schema.py. 2018-09-25 09:54:06 -04:00
dispatch Fixed -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
forms Refs -- Moved FilePathField choices sorting outside the loop. 2018-08-29 06:19:32 -04:00
http Refs -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
middleware Fixed -- Prevented session resaving if CSRF cookie is unchanged. 2018-09-08 11:46:13 -04:00
template Refs -- Normalized Python docs links to omit the version. 2018-09-25 10:19:42 +02:00
templatetags Replaced TOKEN_* constants by TokenType enums. 2018-05-10 17:51:51 +02:00
test Fixed -- Allowed the test client to serialize list/tuple as JSON. 2018-08-25 10:57:05 -04:00
urls Fixed -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
utils Fixed -- Made LazyObject proxy __lt__() and __gt__(). 2018-09-19 13:51:01 -04:00
views Refs -- 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 Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Added missing word to render_to_response deprecation warning. 2018-05-16 10:06:36 +02:00