..
class-based-views
[1.7.x] Fixed #23597 -- Clarified the manager that {Single,Multiple}ObjectMixin.model uses.
2014-10-06 08:24:07 -04:00
contrib
[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.
2014-10-06 17:46:26 -04:00
files
[1.7.x] Fixed spelling mistake in file docs.
2014-08-26 09:44:51 -04:00
forms
[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.
2014-09-29 18:17:13 -04:00
models
[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max length
2014-10-18 06:56:12 -04:00
templates
[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and includes.
2014-10-16 10:54:35 -04:00
applications.txt
[1.7.x] Checked more precisely whether the app registry is ready.
2014-07-12 18:50:23 +02:00
checks.txt
[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.
2014-10-17 00:36:43 +07:00
clickjacking.txt
Removed gender-based pronouns per [ c0a2daad78
].
2013-11-30 08:37:15 -05:00
databases.txt
[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
2014-10-27 09:17:31 +01:00
django-admin.txt
[1.7.x] Corrected --noinput docs for makemigrations; refs #23407 .
2014-09-24 13:30:23 -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] Removed reference to old middleware
2014-06-30 15:23:52 -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] Fixed typo in docs/ref/request-response.txt
2014-10-24 07:49:47 -04:00
schema-editor.txt
[1.7.x] Improved formatting and links of migration docs.
2014-04-27 15:06:08 -04:00
settings.txt
[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.
2014-10-16 19:42:05 -04:00
signals.txt
[1.7.x] Added missing import in docs/ref/signals.txt.
2014-09-02 08:15:02 -04: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] Fixed a typo in urlencode documentation.
2014-10-19 19:20:28 -04: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