django/docs/ref
Tim Graham 82e651e948 [1.7.x] Fixed typo docs/ref/models/relations.txt
Backport of dfd4bd5fc5 from stable/1.8.x
2015-11-30 18:49:54 -05:00
..
class-based-views [1.7.x] Fixed #24439 -- Removed incorrect make_object_list attributes in CBV docs. 2015-03-02 13:33:47 -05:00
contrib [1.7.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txt 2015-08-11 09:33:50 -04:00
files [1.7.x] Fixed doc typos. 2015-03-14 12:29:54 -04:00
forms [1.7.x] Fixed typos in docs/ref/forms/validation.txt. 2015-02-03 12:27:20 -05:00
models [1.7.x] Fixed typo docs/ref/models/relations.txt 2015-11-30 18:49:54 -05:00
templates [1.7.x] Fixed #24657 -- Fixed include template tag example. 2015-04-17 07:55:03 -04:00
applications.txt [1.7.x] Fixed doc typos. 2015-03-14 12:29:54 -04:00
checks.txt [1.7.x] Added missing docs for 1_7.W001 check. 2014-11-13 20:09:51 +01:00
clickjacking.txt Removed gender-based pronouns per [c0a2daad78]. 2013-11-30 08:37:15 -05:00
databases.txt [1.7.x] Fixed link to the MySQL Connector/Python Django Backend documentation. 2015-10-02 12:34:11 -04:00
django-admin.txt [1.7.x] Fixed #24704 -- Clarified system check interaction with runserver. 2015-04-25 15:06:49 -04:00
exceptions.txt [1.7.x] Prevented data leakage in contrib.admin via query string manipulation. 2014-08-20 14:42:48 -04:00
index.txt Fixed warnings when building the documentation. 2014-02-22 21:43:50 +01:00
middleware.txt [1.7.x] Fixed typo in docs/ref/middleware.txt 2015-07-27 07:18:28 -04:00
migration-operations.txt [1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 2014-10-09 22:41:27 +07:00
request-response.txt [1.7.x] Added default value for default kwargs for QueryDict. 2015-09-05 08:22:35 -04:00
schema-editor.txt [1.7.x] Removed a broken link in the docs. 2015-03-14 15:06:55 -04:00
settings.txt [1.7.x] Fixed #24503 -- Corrected docs on how LANGUAGE_CODE works as a fallback. 2015-03-20 08:29:52 -04:00
signals.txt [1.7.x] Added notes on registering signals in ready() and using dispatch_uid. 2014-11-27 11:23:43 -05:00
template-response.txt Always use parentheses when documenting a method with no arguments. 2014-01-22 22:26:10 +01:00
unicode.txt [1.7.x] Updated MySQL links to version 5.6. 2014-08-02 10:27:26 -04:00
urlresolvers.txt [1.7.x] Fixed #22220 -- Added more examples to reverse() documention. 2014-04-16 20:31:01 -04:00
urls.txt [1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url(). 2014-03-27 07:02:02 -04:00
utils.txt [1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric. 2015-01-17 09:31:59 -05:00
validators.txt [1.7.x] Fixed #23639 -- Fixed doc error in RegexValidator.regex 2014-10-12 13:02:27 +01:00
views.txt [1.7.x] Fixed #21938 -- Moved documentation for error views to reference guide. 2014-06-01 13:07:19 -04:00