1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django
2018-08-31 10:59:57 -04:00
..
apps Fixed #17379 -- Removed management commands deactivation of the locale. 2018-05-13 10:21:53 +02:00
bin
conf Updated core translations from Transifex 2018-08-01 09:23:55 -04:00
contrib Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument. 2018-08-30 11:22:50 +02:00
core Fixed #29703 -- Deprecated QuerySetPaginator alias. 2018-08-27 16:23:43 -04:00
db Refs #27795 -- Removed force_text() in Model._get_FIELD_display(). 2018-08-31 10:59:57 -04:00
dispatch Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
forms Refs #29689 -- Moved FilePathField choices sorting outside the loop. 2018-08-29 06:19:32 -04:00
http Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values. 2018-08-02 21:56:26 -04:00
middleware Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-08-01 09:28:42 -04:00
template Fixed #29654 -- Made text truncation an ellipsis character instead of three dots. 2018-08-21 17:46:45 +02:00
templatetags Replaced TOKEN_* constants by TokenType enums. 2018-05-10 17:51:51 +02:00
test Fixed #29687 -- Allowed the test client to serialize list/tuple as JSON. 2018-08-25 10:57:05 -04:00
urls Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware. 2018-08-01 09:28:42 -04:00
utils Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py. 2018-08-28 08:03:23 -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