1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2017-09-19 07:04:31 -04:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin
conf Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
contrib Refs #28334 -- Fixed crash in hstore/citext oid caching during test db creation. 2017-09-19 07:04:31 -04:00
core Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
db Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields. 2017-09-18 14:06:00 -04:00
dispatch
forms Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
http Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
middleware
template Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix. 2017-09-11 11:32:40 -04:00
urls Refs #28593 -- Moved django.conf.urls.include() to django.urls(). 2017-09-13 16:32:03 -04:00
utils Removed unnecessary parens in various code. 2017-09-13 21:20:29 -04:00
views Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
__init__.py
__main__.py
shortcuts.py