1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/django
2017-09-05 09:14:41 -04:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin
conf Updated translations from Transifex 2017-05-31 21:43:40 +02:00
contrib Fixed #28126 -- Added GistIndex to contrib.postgres. 2017-09-04 21:08:02 -04:00
core Used dict comprehensions in BaseMemcachedCache.get_many() and set_many() for better readability. 2017-09-05 09:14:41 -04:00
db Removed useless condition from Oracle's NullBooleanField's check constraint. 2017-09-05 11:17:06 +02:00
dispatch
forms Removed useless itertools.chain() call in ChoiceWidget.optgroups(). 2017-08-31 08:04:36 -04:00
http Removed unneeded iter() calls. 2017-08-23 16:48:29 -04:00
middleware
template Removed unneeded iter() calls. 2017-08-23 16:48:29 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Used sets for CheckRegistry.registered_checks and deployment_checks. 2017-08-24 10:37:50 -04:00
urls Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
utils Used OrderedDict.fromkeys() to initialize OrderedDict with None values. 2017-08-23 11:40:17 -04:00
views Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to subclasses. 2017-09-04 10:55:18 -04:00
__init__.py
__main__.py
shortcuts.py