1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/django
2018-01-31 10:02:01 -05:00
..
apps
bin
conf Added Kabyle language 2017-12-01 21:52:06 +01:00
contrib Expanded docs for AbstractBaseUser.has_usable_password(). 2018-01-27 11:03:41 -05:00
core Removed unused os_err_exc_type kwarg from core.management.utils.popen_wrapper(). 2018-01-31 10:02:01 -05:00
db Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py. 2018-01-31 09:36:36 -05:00
dispatch Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed #29036 -- Fixed HTML5 required validation on SelectDateWidget if the attribute is added by JavaScript. 2018-01-30 19:09:31 -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
__main__.py
shortcuts.py Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00