django/docs/ref
Claude Paroz 983c158da7 Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
2016-03-19 09:24:27 +01:00
..
class-based-views Fixed #26375 -- Used a more generic name in a reusable template example. 2016-03-18 11:37:20 -04:00
contrib Fixed #26345 -- Clarified which RangesFields always return a canonical form. 2016-03-12 12:54:16 -05:00
files
forms Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
models Fixed #26239 -- Added a note about how auto_now works with QuerySet.update(). 2016-03-12 12:39:00 -05:00
templates
applications.txt
checks.txt Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many 2016-03-19 09:24:27 +01:00
clickjacking.txt
csrf.txt
databases.txt
django-admin.txt Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables. 2016-03-18 08:41:15 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt
signals.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
validators.txt
views.txt Fixed indenting in "Serving files in development" code example 2016-03-09 14:55:55 +11:00