1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/docs/ref
2019-05-31 12:35:15 +02:00
..
class-based-views
contrib Fixed #28831 -- Doc'd that InlineModelAdmin methods' obj argument is the parent object. 2019-05-31 12:35:15 +02:00
files Fixed "byte string" typo in various docs and comments. 2019-03-28 10:00:12 +01:00
forms Changed docs to link to Python's description of iterable. 2019-05-17 17:27:19 +02:00
models Fixed #30491 -- Clarified when save() on object with pk executes INSERT. 2019-05-28 11:02:26 +02:00
templates Refs #20122 -- Corrected documentation of pluralize template filter. 2019-05-03 11:35:19 +02:00
applications.txt
checks.txt Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names. 2019-05-02 09:13:20 +02:00
clickjacking.txt
csrf.txt Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs. 2019-03-28 19:51:54 -04:00
databases.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
django-admin.txt Fixed typo in docs/ref/django-admin.txt. 2019-05-07 11:17:24 +02:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename is available. 2019-05-17 12:07:27 +02:00
schema-editor.txt
settings.txt Refs #29548 -- Updated docs for MariaDB support. 2019-05-27 19:59:49 +02:00
signals.txt
template-response.txt
unicode.txt Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:49:44 -04:00
urlresolvers.txt
urls.txt
utils.txt Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). 2019-04-25 15:09:07 +02:00
validators.txt
views.txt