0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/django
2018-02-05 11:42:47 -05:00
..
apps
bin
conf Fixed #29090 -- Updated Hungarian time formats to use ':' instead of '.'. 2018-01-31 20:03:27 -05:00
contrib Fixed #8500 -- Allowed overriding the default admin site instance. 2018-02-03 18:51:10 -05:00
core Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings. 2018-02-05 11:42:47 -05:00
db Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings. 2018-02-05 11:42:47 -05:00
dispatch Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified docstring. 2018-02-05 10:29:38 -05:00
http Fixed #28828 -- Improved performance of HttpRequest.build_absolute_uri(). 2018-01-10 14:05:10 -05:00
middleware Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
template Fixed #29060 -- Made {% firstof %} assign '' to the asvar if all inputs are false. 2018-01-25 13:40:51 -05:00
templatetags Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
test Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
urls Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
utils Fixed #28977 -- Changed local-memory cache to use LRU culling. 2018-01-24 12:26:19 -05:00
views Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
__init__.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
__main__.py
shortcuts.py Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00