1
0
mirror of https://github.com/django/django.git synced 2025-01-11 10:56:28 +00:00
django/docs/ref
2020-02-29 20:35:11 +01:00
..
class-based-views Fixed #31270 -- Doc'd RedirectView.get_redirect_url() arguments. 2020-02-14 08:30:16 +01:00
contrib Updated the GeoJSON format specification link to RFC 7946. 2020-01-29 09:35:18 +01:00
files
forms
models Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs. 2020-02-27 08:33:05 +01:00
templates Fixed #20995 -- Added support for iterables of template names to {% include %} template tag. 2020-02-18 06:56:05 +01:00
applications.txt
checks.txt Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject checks when using Meta.constraints. 2020-02-27 10:53:29 +01:00
clickjacking.txt
csrf.txt Fixed #31291 -- Renamed salt to mask for CSRF tokens. 2020-02-25 14:16:19 +01:00
databases.txt
django-admin.txt
exceptions.txt
index.txt
middleware.txt
migration-operations.txt Removed outdated note about not supporting partial indexes by Django. 2020-02-29 20:35:11 +01:00
paginator.txt
request-response.txt
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt