django/docs/ref
Tim Graham 7f6b013bf6 Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process(). 2018-08-16 10:37:33 +02:00
..
class-based-views
contrib Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process(). 2018-08-16 10:37:33 +02:00
files
forms Removed versionadded/changed annotations for 2.0. 2018-05-17 11:00:10 -04:00
models Fixed #28668 -- Allowed QuerySet.bulk_create() to ignore insert conflicts. 2018-08-03 17:40:46 -04:00
templates Fixed typo in docs/ref/templates/api.txt. 2018-08-06 20:15:22 -04:00
applications.txt
checks.txt
clickjacking.txt
csrf.txt
databases.txt Refs #28584 -- Documented removal of support for SQLite < 3.7.15. 2018-08-03 14:42:26 -04:00
django-admin.txt Fixed #29198 -- Added migrate --plan option. 2018-08-03 15:22:42 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt
signals.txt
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Refs #24733 -- Documented arguments for custom error views. 2018-07-31 17:02:40 -04:00
utils.txt Fixed utils.html.escape()'s docs with regards to string coercion. 2018-07-18 14:15:42 -04:00
validators.txt
views.txt