Ed Henderson
|
6d0c9f95da
|
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e from master
|
2016-06-03 11:49:52 -04:00 |
|
shaunagm
|
a0ebfa0c56
|
[1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d374 from master
|
2016-06-03 08:50:39 -04:00 |
|
Holly Becker
|
cbc8ef6127
|
[1.9.x] Refs #26628 -- Documented CSRF failure logging.
Backport of ff9198ee0f from master
|
2016-06-02 20:44:23 -04:00 |
|
Chad Shryock
|
9d52cdfbbc
|
[1.9.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on database ordering.
Backport of e6c5e68acd from master
|
2016-06-02 19:43:08 -04:00 |
|
Brad Melin
|
95ed1514f0
|
[1.9.x] Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashing on non-dict JSON input.
Backport of f6517a5335 from master
|
2016-06-02 16:29:26 -04:00 |
|
Tim Graham
|
efe89f5760
|
[1.9.x] Updated release notes links to prevent warnings with Sphinx 1.4.2.
Backport of 149ace94df from master
|
2016-06-02 11:45:49 -04:00 |
|
Tim Graham
|
da3b6b3f96
|
[1.9.x] Ignored new warnings when building the docs with Sphinx 1.4.
Backport of af32737573 from master
|
2016-06-02 11:30:45 -04:00 |
|
Tim Graham
|
84698b89c8
|
[1.9.x] Fixed #26695 -- Clarified return value of View.options().
Thanks mmoreaux and DheerendraRathor.
Backport of db2a6b6bfa from master
|
2016-06-01 08:29:34 -04:00 |
|
Florian Apolloner
|
1f7ab35c88
|
[1.9.x] Fixed a typo in the docs.
Backport of 62e4f8ec43 from master.
|
2016-05-31 16:56:52 +02:00 |
|
Berker Peksag
|
4dc1bf89cb
|
[1.9.x] Fixed #26503 -- Removed an outdated example from session docs.
Backport of 698c8dfc2a from master
|
2016-05-31 07:21:20 -04:00 |
|
Ketan Bhatt
|
d4266dcaf1
|
[1.9.x] Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
Backport of 59523c06fe from master
|
2016-05-31 07:15:19 -04:00 |
|
Tim Graham
|
052f8499b9
|
[1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea from master
|
2016-05-28 17:33:32 -04:00 |
|
Sergey Fedoseev
|
0f1d5aef9d
|
[1.9.x] Fixed typo in docs/topics/forms/modelforms.txt
Backport of 26794f6657 from master
|
2016-05-27 10:31:49 -04:00 |
|
Nick Smith
|
db056b2a63
|
[1.9.x] Fixed typo in docs/ref/models/querysets.txt
Backport of 838386815f from master
|
2016-05-27 09:13:17 -04:00 |
|
MariKiev
|
8f96859e1e
|
[1.9.x] Added imports to docs/topics/db/aggregation.txt example.
Backport of 30d110ef43 from master
|
2016-05-25 09:57:48 -04:00 |
|
Tim Graham
|
d1c6e063ff
|
[1.9.x] Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-documentation.txt
Backport of 2e1d44e46d from master
|
2016-05-19 09:12:42 -04:00 |
|
Tim Graham
|
3a7f76a876
|
[1.9.x] Fixed #26636 -- Fixed typo in docs/ref/request-response.txt
Backport of 6d9c5d46e6 from master
|
2016-05-18 21:39:54 -04:00 |
|
Barthelemy Dagenais
|
47da073cb0
|
[1.9.x] Fixed #26627 -- Fixed on_commit callbacks execution order when callbacks make transactions.
Backport of a5c8072ab1 from master
|
2016-05-18 09:13:21 -04:00 |
|
Tim Graham
|
ff1eb0a6de
|
[1.9.x] Removed a redundant example in contenttypes docs.
Backport of aa69f36984 from master
|
2016-05-16 11:26:13 -04:00 |
|
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 |
|
Tim Graham
|
936a7df652
|
[1.9.x] Used 'classmethod' annotation in docs/topics/auth/customizing.txt
Backport of 5238af3257 from master
|
2016-05-14 18:59:33 -04:00 |
|
Tim Graham
|
04002bfc2f
|
[1.9.x] Fixed typo in docs/topics/db/models.txt
Backport of af69c9113c from master
|
2016-05-13 15:18:58 -04:00 |
|
eltronix
|
2d68371a65
|
[1.9.x] Fixed typo in docs/topics/conditional-view-processing.txt
Backport of f4bb2dce79 from master
|
2016-05-12 20:07:47 -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 |
|
Simon Charette
|
6a67dce9cc
|
[1.9.x] Fixed #26603 -- Forced lazy template names to text when computing cache key.
Refs #26536.
Thanks Sylvain Fankhauser for the very detailed report.
Backport of 207c5b4acd from master
|
2016-05-10 10:50:21 -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 |
|
Vasiliy Faronov
|
bb95d409a8
|
[1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Backport of 101dd787ec from master
|
2016-05-07 10:50:17 -04:00 |
|
Matthias K
|
1f28b948a7
|
[1.9.x] Fixed a typo in docs/topics/http/urls.txt
Backport of 8b2fce0f70 from master
|
2016-05-07 10:43:56 -04:00 |
|
shiblystory
|
219fc1f726
|
[1.9.x] Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
Backport of 6ae617dc57 from master
|
2016-05-07 06:53:29 -04:00 |
|
Claude Paroz
|
669b8e3d8f
|
[1.9.x] Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
Backport of b26fedacef from master.
|
2016-05-07 10:19:45 +02:00 |
|
Tim Graham
|
b3885b4ba3
|
[1.9.x] Fixed syntax highlighting in docs/topics/cache.txt
Backport of c6499d532d from master
|
2016-05-06 18:58:24 -04:00 |
|
vytisb
|
1dd567152d
|
[1.9.x] Fixed code example in docs/howto/custom-lookups.txt
Backport of b3acf35f13 from master
|
2016-05-06 08:26:20 -04:00 |
|
Dan Stephenson
|
90ea14a38a
|
[1.9.x] Fixed #26558 -- Removed need for request context processor on admin login page.
Backport of 1206eea11e from master
|
2016-05-04 09:48:17 -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 |
|
David D Lowe
|
3c6b9f0bbd
|
[1.9.x] Clarified that setting names must be uppercase.
Backport of c9c5ccbd41 from master
|
2016-05-03 12:53:55 -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 |
|
Tim Graham
|
068ffdb399
|
[1.9.x] Added stub release notes for 1.9.7.
Backport of 8a55982e70 from master
|
2016-05-02 19:02:51 -04:00 |
|
Tim Graham
|
7e27107e05
|
[1.9.x] Added release date for 1.9.6/1.8.13.
Backport of f0b8da7350 from master
|
2016-05-02 18:16:56 -04:00 |
|
Claude Paroz
|
4a6bdff430
|
[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the
initial patch.
Backport of b16b124996 from master.
|
2016-04-30 12:11:11 +02:00 |
|
Tim Graham
|
999e023125
|
[1.9.x] Refs #26557 -- Added forgotten release notes.
Backport of 9f8941eda4 from master
|
2016-04-29 10:19:47 -04:00 |
|
Joshua Phillips
|
e0af590bde
|
[1.9.x] Fixed #26557 -- Converted empty strings to None when saving GenericIPAddressField.
Backport of 4681d65048 from master
|
2016-04-29 10:14:48 -04:00 |
|
Tim Graham
|
d2338bae78
|
[1.9.x] Refs #26428 -- Added support for relative path redirects to the test client.
Thanks iktyrrell for the patch.
Backport of 2f698cd991 from master
|
2016-04-29 09:16:31 -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 |
|
Tim Graham
|
cc5c4ae35d
|
[1.9.x] Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.
Thanks Ankush Thakur for the report and Simon for the review.
Backport of fe70f280d7 from master
|
2016-04-27 15:26:10 -04:00 |
|