2205 Commits

Author SHA1 Message Date
Tommy Beadle
d22bac99b0 [1.9.x] Fixed #26704 -- Documented DjangoJSONEncoder.
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
2016-06-07 15:04:30 -04:00
Evan Palmer
aa1bdc07a9 [1.9.x] Fixed #25127 -- Documented how to organize models in a package.
Backport of 84d8d1d7151a4ee70ae35037d37f76a40d18da64 from master
2016-06-04 11:48:24 -04:00
Berker Peksag
fe4453fc49 [1.9.x] Used snippet directive in file upload example.
Backport of b9c04801d4b9ad37bd062cbca1a521eaf4047aa8 from master
2016-06-04 09:24:52 -04:00
Berker Peksag
7407440885 [1.9.x] Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt.
Backport of 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 from master
2016-06-03 17:42:17 -04:00
Ed Henderson
6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:52 -04:00
Berker Peksag
4dc1bf89cb [1.9.x] Fixed #26503 -- Removed an outdated example from session docs.
Backport of 698c8dfc2a5c5865a8bb163c1ae70b75d53e6415 from master
2016-05-31 07:21:20 -04:00
Tim Graham
052f8499b9 [1.9.x] Refs #22634 -- Removed unneeded app_label in custom session engine example.
Backport of cc0d1eaaea40dc9d784c6974be1ce631a2087c11 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 26794f6657a9d201d47a0748a449a94ad5d7c66e from master
2016-05-27 10:31:49 -04:00
MariKiev
8f96859e1e [1.9.x] Added imports to docs/topics/db/aggregation.txt example.
Backport of 30d110ef43d8a3c50ea8ec4e4fe49bd2bb859530 from master
2016-05-25 09:57:48 -04:00
Tim Graham
dbd72b850b [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples.
Backport of e475e849703d937e158e75e7a6d9cb99090857f6 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 5238af325729c4a3068f7e8e18edc9928972fab3 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 af69c9113ccf8e6185abdef0d5d0cd46c1daf78c 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 f4bb2dce798eac1e5270265893b2472afd4540f8 from master
2016-05-12 20:07:47 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master
2016-05-08 18:09:10 -04:00
Vasiliy Faronov
bb95d409a8 [1.9.x] Fixed #26566 -- Rewrote an incorrect Cache-Control example.
Backport of 101dd787eca588f32c4647fe45fc533072f0eb0b 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 8b2fce0f70f41518a4d20ee1c27f42fd7ad64bf4 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 6ae617dc57149216d264d3596cdb10a72dad1bca from master
2016-05-07 06:53:29 -04:00
Tim Graham
b3885b4ba3 [1.9.x] Fixed syntax highlighting in docs/topics/cache.txt
Backport of c6499d532d5909c29b4de68de75ea35d752940fb from master
2016-05-06 18:58:24 -04:00
Ville Skyttä
fef3f50e31 [1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e62de7550761970dc6797271d956c57 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 c9c5ccbd413332aafb45c47749fb6e8ede70eef4 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 ac77c55bc5fc54cd763a7ae426784650a8cc97c9 from master
2016-05-03 11:16:27 -04:00
Tim Graham
8a135cca4e [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a31737c6625205a8cd90eabdf1c33584 from master
2016-04-28 10:15:23 -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 fe70f280d7ea4402f676696c4013c4a23d4e4990 from master
2016-04-27 15:26:10 -04:00
eltronix
146ac71a21 [1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 from master
2016-04-27 08:02:14 -04:00
eltronix
4afead50cb [1.9.x] Fixed typo in docs/topics/testing/tools.txt
Backport of 75c5e547b5350b167aa8f30882c83446d86e8f2b from master
2016-04-26 18:19:16 -04:00
Jon Dufresne
7426c8fd82 [1.9.x] Fixed incorrect rendered widget in forms example.
Backport of 38ddd4ab553fb6b311c62d15fca7d848f84d539a from master
2016-04-20 21:08:13 -04:00
Tobias Kroenke
845d43e37e [1.9.x] Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
Backport of b040ac06ebba2348cece7390b88f746d2c91d07b from master
2016-04-20 13:11:33 -04:00
eltronix
f5b8e9b282 [1.9.x] Fixed typo in docs/topics/class-based-views/mixins.txt
Backport of f43da05cc5c76102c04fd2e76b4bada880265dbe from master
2016-04-18 20:26:13 -04:00
Tim Graham
12606d2b99 [1.9.x] Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache.
Backport of 2c4c67af94318b15df7d9d37b936e07e8168bc73 from master
2016-04-18 09:03:48 -04:00
Filipa Andrade
8bf5cede37 [1.9.x] Fixed #26493 -- Documented how built-in signals are sent.
Backport of 47fbbc33de805c803c39483344854caa2890c32c from master
2016-04-13 07:52:32 -04:00
Tim Graham
bdbfa1b1f8 [1.9.x] Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.
Backport of f6ca63a9f8b3d030097135e096c1041e09c29fd9 from master
2016-04-09 08:10:17 -04:00
Daniel Jilg
e043b85b15 [1.9.x] Refs #14131 -- Documented why paginating large QuerySets may be slow.
Backport of eed658d7c4dda695976c6845346b166960957eba from master
2016-04-06 11:08:03 -04:00
Tim Graham
9dc22b4ff6 [1.9.x] Removed a reference to Django 1.3.1 in docs.
Backport of 15a20dc9aff1bd8a055ee7c322631b3ca4d1c474 from master
2016-04-04 12:38:35 -04:00
Daniel Jilg
be1ac00379 [1.9.x] Fixed #14131 -- Added note to docs about Pagination and large Querysets
Backport of 55c843f2ef702b4ebcd024920d4193bdf4c3fe07 from master.
2016-04-02 16:12:28 +02:00
Simon Charette
a304e7ddff [1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.
Thanks Pablo Oubiña for the report.

Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master
2016-03-31 18:30:58 -04:00
Tim Graham
d58a324bea [1.9.x] Fixed #26410 -- Added a docs example for loader.render_to_string().
Backport of a65fc6df891ab449e9c24160f6f6a1d6d2ccb282 from master
2016-03-31 09:58:11 -04:00
Aymeric Augustin
6ec2ab1cda [1.9.x] Fixed #26408 -- Updated link to DEP 182.
Thanks kaifeldhoff for the report.

Backport of 7b1ce7f from master
2016-03-25 20:50:41 +01:00
Tim Shaffer
9d0c8d3dd9 [1.9.x] Fixed typo in docs/topics/db/aggregation.txt.
Backport of 8550566af6321fe111ac1fe6497720e6ac291824 from master
2016-03-25 13:38:35 -04:00
Tim Graham
7dee62ff68 [1.9.x] Fixed #26392 -- Corrected login_required/permission_required stacking example.
Backport of c41737dc00e2c8d34046b9f856f23fcc0cb4a82c from master
2016-03-21 19:58:42 -04:00
Andrew Abraham
2ed2b508ce [1.9.x] Fixed DiscoverRunner failfast parameter default in docs.
Backport of f2d9caa625084b0b96d60153f6b26ba43a1ab835 from master
2016-03-15 18:35:02 -04:00
Duane Hilton
0dc3822f56 [1.9.x] Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.
Backport of f8b23e52e86307428da2cf928bf4f1d9fdbd2694 from master
2016-03-15 10:14:29 -04:00
Moritz Sichert
27bed94e9c [1.9.x] Fixed #25804 -- Documented additions to Jinja2 context.
Backport of 6aef986cdbff72809b39880132959ef74827492f from master
2016-03-14 08:43:35 -04:00
Jakub Wilk
9ed08da6c6 [1.9.x] Fixed typos in docs.
Backport of 402da9ab7b2bae807b7ea30c23ef524b0aeb1903 from master
2016-03-14 08:09:02 -04:00
Claude Paroz
0e80ac4672 [1.9.x] Fixed #26256 -- Added note about primary key serialization
Thanks Sonu kumar for the report and Tim Graham for the review.
Backport of c5fda55edc from master.
2016-03-08 21:30:58 +01:00
Florian Apolloner
af7d09b0c5 [1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
This is a security fix.
2016-03-01 11:38:49 -05:00
Tim Graham
a23b387e5a [1.9.x] Corrected a run on sentence in doc/topics/db/models.txt.
Backport of 22d2a5b00ac99e638d95cbfe1cc41ef217fa50d4 from master
2016-02-25 14:24:18 -05:00
Tim Graham
d7881bfa5c [1.9.x] Refs #26270 -- Reorganized TestCase docs.
Backport of 7a7e403325427642905a5b3e26931c2b8e92d4b1 from master
2016-02-25 08:05:14 -05:00
Tim Graham
3e1aa37422 [1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
Backport of 441c537b66233ae57bf0023f02d8262474229e1a from master
2016-02-24 16:25:34 -05:00
Tim Graham
bd9dc810eb [1.9.x] Removed docs of deprecated SimpleTestCase warnings behavior.
Removed in Django 1.7 (4f6be9a0c43050500af598527e1453d27c5c5b85).

Backport of 6637cd0ef2fd5f063df82000c18c64c246bb6e1b from master
2016-02-24 09:59:16 -05:00
Markus Holtermann
5ca1d0a654 [1.9.x] Fixed spelling error
Backport of b14470c7b7ee73c328c9c60100165301e6c2e24b from master
2016-02-23 10:27:41 +11:00