1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/django
2017-09-27 09:42:04 -04:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin
conf Updated translation catalogs 2017-09-24 13:54:54 +02:00
contrib Fixed #28603 -- Clarified comment in collectstatic's collect(). 2017-09-27 08:45:10 -04:00
core Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientific notation. 2017-09-27 09:42:04 -04:00
db Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
dispatch
forms Refs #15667 -- Removed support for Widget.render() methods without the renderer argument. 2017-09-22 12:51:18 -04:00
http Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
middleware Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline. 2017-09-22 12:51:18 -04:00
template Merged startswith() calls. 2017-09-25 09:18:29 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Refs #27857 -- Replaced json.loads() ValueError exception catching with JSONDecodeError. 2017-09-25 17:11:06 -04:00
urls Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
utils Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
views Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates. 2017-09-21 10:23:23 -04:00
__init__.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
__main__.py
shortcuts.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00