1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
2018-03-20 21:09:08 -04:00
..
class-based-views Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00
contrib Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
files
forms Fixed a couple mistakes in docs/ref/forms/widgets.txt. 2018-03-12 09:39:09 -04:00
models Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). 2018-03-20 21:09:08 -04:00
templates Fixed #17419 -- Added json_tag template filter. 2018-02-07 18:38:12 -05:00
applications.txt
checks.txt Fixed #29227 -- Allowed BooleanField to be null=True. 2018-03-20 12:10:10 -04:00
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