0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/django
2018-02-20 21:34:40 -05:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin
conf Updated project template to use single quotes where appropriate. 2018-02-20 18:52:28 -05:00
contrib Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. 2018-02-16 13:58:55 -05:00
core Fixed #29140 -- Fixed EmailMessage crash when body is None. 2018-02-20 09:34:01 -05:00
db Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _connector='AND' since it's a default value. 2018-02-12 15:23:41 -05:00
dispatch Fixed #28984 -- Made assorted code simplifications. 2018-01-03 13:24:02 -05:00
forms Fixed #28171 -- Added an exception if Form's empty_permitted and use_required_attribute arguments conflict. 2018-02-15 13:44:26 -05:00
http Refs #27795 -- Replaced force_bytes() usage in django.http. 2018-02-07 14:28:15 -05:00
middleware Fixed #28693 -- Fixed crash in CsrfViewMiddleware when an HTTPS request has an invalid host. 2018-02-14 20:24:01 -05:00
template Refs #27795 -- Removed force_bytes() usage in django/template/loaders/cached.py. 2018-02-10 11:25:47 -05:00
templatetags Fixed #28544 -- Made unlocalize template filter behave like {% localize off %} tag 2017-11-07 20:48:15 +01:00
test Fixed #29106 -- Made DiscoverRunner display selected test tags. 2018-02-13 12:56:31 -05:00
urls Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
utils Fixed #28755 -- Made check_for_language() include apps' locale directories. 2018-02-20 21:34:40 -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 #29135 -- Prevented get_object/list_or_404() from hiding AttributeError raised by QuerySet filtering. 2018-02-19 10:51:15 -05:00