1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django
2018-02-21 09:00:49 -05:00
..
apps
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 #28398 -- Added suggestions for mistyped management commands. 2018-02-21 09:00:49 -05:00
db Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField. 2018-02-20 21:58:43 -05:00
dispatch
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
middleware Fixed #28693 -- Fixed crash in CsrfViewMiddleware when an HTTPS request has an invalid host. 2018-02-14 20:24:01 -05:00
template
templatetags
test
urls
utils Fixed #28755 -- Made check_for_language() include apps' locale directories. 2018-02-20 21:34:40 -05:00
views
__init__.py
__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