1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/docs/ref
2018-03-01 11:45:08 -05:00
..
class-based-views Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
contrib Refs #27728 -- Made cosmetic edits to admin template tag template overriding. 2018-03-01 11:45:08 -05:00
files Removed versionadded/changed annotations for 1.11. 2017-09-22 12:51:18 -04:00
forms Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
models Refs #28643 -- Added Ord, Chr, Left, and Right database functions. 2018-02-23 10:23:22 -05:00
templates Fixed #17419 -- Added json_tag template filter. 2018-02-07 18:38:12 -05:00
applications.txt
checks.txt
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #24270 -- Doc'd that django_bash_completion is only in the source distribution. 2018-02-12 09:42:56 -05:00
exceptions.txt
index.txt
middleware.txt Updated various links in docs to use HTTPS. 2018-01-07 14:28:41 +01:00
migration-operations.txt
request-response.txt Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
schema-editor.txt
settings.txt Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS. 2018-02-26 09:05:18 -05:00
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Corrected doc'd type of some parameters from string to str. 2018-02-12 09:16:57 -05:00
utils.txt Fixed #27449 -- Added django.utils.translation.get_supported_language_variant(). 2018-02-23 14:49:00 -05:00
validators.txt
views.txt