Commit graph

3119 commits

Author SHA1 Message Date
Tim Graham
dbd72b850b [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.
Backport of e475e84970 from master
2016-05-14 19:07:39 -04:00
Alex Simonides
b8db57ed68 [1.9.x] Updated ECMAScript link in docs/ref/request-response.txt
Backport of 0430ac95ab from master
2016-05-12 20:06:48 -04:00
Victor Oliveira da Silva
87fda1a6bb [1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt
Backport of 4065f429f5 from master
2016-05-12 08:16:33 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd from master
2016-05-08 18:09:10 -04:00
Tim Graham
86b346435a [1.9.x] Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDateTimeWidget.
Backport of 6b5926978b from master
2016-05-07 20:02:23 -04:00
Tobias McNulty
d2dc188652 [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods.
Backport of dbd99de6fa from master
2016-05-07 12:22:21 -04:00
Ville Skyttä
fef3f50e31 [1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e from master
2016-05-03 19:31:07 -04:00
Vasiliy Faronov
cb33e553ee [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616.
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.

Backport of ac77c55bc5 from master
2016-05-03 11:16:27 -04:00
Arthur Vuillard
d3a16b2bbe [1.9.x] Added --noinput in migrate commmand's docs.
Backport of 72ea289ab7 from master
2016-05-03 09:47:12 -04:00
eltronix
2d78b46d29 [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of ce32c3e2cc from master
2016-04-28 18:20:23 -04:00
Tim Graham
8a135cca4e [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a3 from master
2016-04-28 10:15:23 -04:00
eltronix
472c54084b [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of fed7004b8a from master
2016-04-27 15:41:51 -04:00
eltronix
7df7039df1 [1.9.x] Fixed typo in docs/ref/template-response.txt.
Backport of 7ba7d203d8 from master
2016-04-18 07:50:56 -04:00
Filipa Andrade
8bf5cede37 [1.9.x] Fixed #26493 -- Documented how built-in signals are sent.
Backport of 47fbbc33de from master
2016-04-13 07:52:32 -04:00
Claude Paroz
99bec24f99 [1.9.x] Fixed #15940 -- Added MySQL note about strict SQL mode
Backport of b2aab09fe9 from master.
2016-04-08 20:37:23 +02:00
Tim Graham
1ef5a328e3 [1.9.x] Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt
Backport of 5ac7c8f7ab from master
2016-04-08 11:43:38 -04:00
Mikkel Munch Mortensen
92d77f3160 [1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Backport of 4bb3ddbcc6 from master
2016-04-07 13:53:54 -04:00
Arnaud Limbourg
1920d4d5a8 [1.9.x] Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings.
Backport of 5cda4677b3 from master
2016-04-07 10:10:18 -04:00
Vaclav Ehrlich
147f9a0d2a [1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.
Backport of 369fa471f4 from master
2016-04-05 19:36:56 -04:00
Joshua Pereyda
f8b88f6a6b [1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.
Backport of f8b31dfdfc from master
2016-04-04 11:08:38 -04:00
Markus Amalthea Magnuson
dd1ab14990 [1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.
Backport of 23aa700b78 from master
2016-04-04 08:10:16 -04:00
bellisk
3ed8233759 [1.9.x] Corrected number of extra arguments in docs for FilePathField.
Backport of c08ad63a33 from master
2016-04-04 06:57:18 -04:00
Iacopo Spalletti
9956d89fa2 [1.9.x] Fixed #22268 -- Documented values_list() behavior for multivalued relations.a
Thanks Sai Krishna for the initial patch.

Backport of 7d485d5d75 from master
2016-04-02 07:24:01 -04:00
Tim Graham
bca42c709f [1.9.x] Removed some docs that should have been removed along with PROFANITIES_LIST.
Backport of 12dee89d9c from master
2016-03-31 13:23:29 -04:00
Francisco Capdevila
844f071c66 [1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Backport of 82243e5150 from master
2016-03-28 09:20:47 -04:00
Akshesh
367c092085 [1.9.x] Fixed grammatical typos in gis docs.
Backport of 2b31f14d89 from master
2016-03-21 11:15:01 -04:00
Tim Graham
4e80ec6a7b [1.9.x] Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs.
Backport of 6dd503851c from master
2016-03-21 08:13:32 -04:00
Tim Graham
379bab3544 [1.9.x] Fixed #26265 -- Clarified RadioSelect container's HTML id.
Backport of 53e8ab580f from master
2016-03-19 18:40:28 -04:00
Tim Graham
f6f24af1f4 [1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.
Backport of 1d0abeaf75 from master
2016-03-18 11:38:44 -04:00
Tim Graham
7b2ee75745 [1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.
Backport of 5695c142d2 from master
2016-03-14 08:29:28 -04:00
Jakub Wilk
9ed08da6c6 [1.9.x] Fixed typos in docs.
Backport of 402da9ab7b from master
2016-03-14 08:09:02 -04:00
Tim Graham
d3c2d82dde [1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonical form.
Backport of b3610f38fa from master
2016-03-12 12:58:16 -05:00
Duane Hilton
421ad283d3 [1.9.x] Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().
Backport of ca5c05ddbe from master
2016-03-12 12:42:22 -05:00
Tim Graham
e8d94cda9b [1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.
Backport of a496d10a8c from master
2016-03-09 10:01:21 -05:00
Tim Osborn
0bae867cd2 [1.9.x] Fixed indenting in "Serving files in development" code example
Backport of 8fb3a2877b from master
2016-03-09 14:56:58 +11:00
Michal Petrucha
d38da1cc40 [1.9.x] Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.
Backport of 2109975e90 from master
2016-03-05 19:40:48 -05:00
Tim Graham
377ca697a1 [1.9.x] Fixed #26321 -- Added missing "for_save" parameter in expressions example.
Thanks tomaszn for the patch.

Backport of de8a11ba18 from master
2016-03-03 19:38:03 -05:00
Alasdair Nicol
c6d39c644d [1.9.x] Fixed #26309 -- Documented that login URL settings no longer support dotted paths.
Backport of 2404d209a5 from master
2016-03-03 07:48:28 -05:00
Michal Petrucha
468c6a3b63 [1.9.x] Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.
Backport of fe8ea3ba3b from master
2016-03-01 10:34:15 -05:00
acemaster
73d8e646d7 [1.9.x] Fixed #26165 -- Added some FAQs about CSRF protection.
Thanks Florian Apolloner and Shai Berger for review.

Backport of a1b1688c7d from master
2016-03-01 09:04:16 -05:00
Taranjeet
46c6ac1ffc [1.9.x] Fixed typos in docs/ref/models/meta.txt.
Backport of 11a8207d42 from master
2016-03-01 08:34:16 -05:00
Simon Charette
48cf751640 [1.9.x] Fixed #26186 -- Documented how app relative relationships of abstract models behave.
This partially reverts commit bc7d201bdb.

Thanks Tim for the review.

Refs #25858.

Backport of 0223e213dd from master
2016-02-29 22:13:54 -05:00
inondle
e96cdc6f99 [1.9.x] Fixed #26275 -- Noted difference between o and Y date format chars.
Backport of 5fb9756eba from master
2016-02-27 08:07:39 -05:00
Tim Graham
7f02c1eded [1.9.x] Fixed #26278 -- Clarified apps.ready docs.
Backport of 1f8cfcf3b4 from master
2016-02-25 08:56:13 -05:00
Sergey Fedoseev
9c508e4de8 [1.9.x] Fixed some code blocks indentation in GIS docs.
Backport of dbaa1a6b59 from master
2016-02-19 08:35:11 -05:00
Juan José Conti
9357fdb613 [1.9.x] Used relative models imports in the GIS tutorial.
Backport of bb7042cda from master.
2016-02-19 08:29:36 +01:00
Tim Graham
277b39cbbc [1.9.x] Added intended use in the admin's introduction.
Backport of b954ad0640 from master
2016-02-18 09:12:06 -05:00
Tim Graham
477b82cf8a [1.9.x] Fixed #25687 -- Documented how to add database function support to third-party backends.
Thanks Kristof Claes for the initial patch.

Backport of 88034c9938 from master
2016-02-17 13:36:55 -05:00
Jon Dufresne
61f1b6ff21 [1.9.x] Followed recommended ValidationError use in docs.
Backport of 0db7e61076 from master
2016-02-17 09:07:11 -05:00
userimack
c5d591733f [1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
Backport of 75143fa13f from master
2016-02-09 09:49:55 -05:00