1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/django
2017-04-24 18:49:31 -04:00
..
apps
bin Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Updated core translations from Transifex 2017-04-04 12:38:20 +02:00
contrib Fixed #28115 -- Fixed IP address validation in geoip2 module 2017-04-22 20:10:24 +02:00
core Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings. 2017-04-22 14:08:57 -04:00
db Fixed #28120 -- Checked that CharField.max_length is not a boolean. 2017-04-24 18:49:31 -04:00
dispatch
forms Removed unneeded is True|False from bool expressions in widgets.py. 2017-04-21 12:34:18 -04:00
http
middleware
template Fixed #28001 -- Updated comment and tested context popping in ForNode.render(). 2017-04-06 19:04:29 -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 #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page. 2017-04-15 09:21:35 -04:00
__init__.py
__main__.py
shortcuts.py