1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2017-04-26 14:44:07 -04:00
..
apps
bin
conf Updated core translations from Transifex 2017-04-04 12:38:20 +02:00
contrib Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
core Refs #23919 -- Removed File's Python 2 proxied methods. 2017-04-26 14:44:07 -04:00
db Refs #20939 -- Removed the Query._prepare_as_filter_value() hack. 2017-04-25 23:43:33 -04:00
dispatch
forms Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
http
middleware
template Replaced temporary lists used for passing arguments with iterables. 2017-04-26 10:54:20 -04:00
templatetags Fixed #27882 -- Allowed {% cache %} to cache indefinitely. 2017-03-15 13:01:21 -04:00
test Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
urls
utils Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError. 2017-04-11 12:44:52 -04:00
views Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. 2017-04-25 11:01:21 -04:00
__init__.py
__main__.py
shortcuts.py