1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/docs/ref
Alex Gaynor 9a56b4b13e Fixed #27863 -- Added support for the SameSite cookie flag.
Thanks Alex Gaynor for contributing to the patch.
2018-04-13 20:58:31 -04:00
..
class-based-views Added a pagination example to ListView docs. 2018-03-26 11:40:54 -04:00
contrib Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission(). 2018-04-04 19:21:50 -04:00
files
forms Fixed a couple mistakes in docs/ref/forms/widgets.txt. 2018-03-12 09:39:09 -04:00
models Fixed reference to nonexistent __between lookup. 2018-04-04 09:43:36 -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 Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
databases.txt
django-admin.txt Fixed #29250 -- Added 'django_version' context to startapp/project docs. 2018-03-22 21:06:50 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04:00
schema-editor.txt
settings.txt Fixed #27863 -- Added support for the SameSite cookie flag. 2018-04-13 20:58:31 -04: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