Denis Afonso
cc38262d40
[1.9.x] Fixed #26485 -- Fixed typo in docs/intro/tutorial07.
...
Backport of b1b05a017ac87ef0ede3236a89a0627bf11d053a from master
2016-04-10 14:20:20 -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
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 5ac7c8f7ab2b2e1fec50abb14539a2eb520d1995 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 4bb3ddbcc674601743c63311d7efbf0e1fd19742 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 5cda4677b3df1be971000ef27470d3efc308d3be from master
2016-04-07 10:10:18 -04:00
rixx
59ae2292df
[1.9.x] Fixed #24016 -- Added "Migrating data between third-party apps" howto.
...
Thanks to Markus, Marten and Sergei for help and review.
Backport of b7ea494d65e4d9703a0a24f0cd708293df88f48b and
c643b4c9f2acfdcb562bdbec1d74ac797b890b9b from master
2016-04-06 12:16:42 -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
Vaclav Ehrlich
147f9a0d2a
[1.9.x] Fixed #26201 -- Documented the consequences of rotating the CSRF token on login.
...
Backport of 369fa471f46cd517edf5fc82e4ef6138de3cff6 from master
2016-04-05 19:36:56 -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
Joshua Pereyda
f8b88f6a6b
[1.9.x] Fixed #26419 -- Added a link in ALLOWED_HOSTS docs.
...
Backport of f8b31dfdfc0cf6a516bcbc10c4e2f696ce3a9bda 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 23aa700b788e073e6efc4585425c0bd6d3092569 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 c08ad63a33d443d88d3b2bf9243b5e5794f1340e from master
2016-04-04 06:57:18 -04:00
Tim Graham
192b065949
[1.9.x] Fixed #26428 -- Added support for relative path redirects in assertRedirects().
...
Thanks Trac alias master for the report and review.
Backport of d2569f89f28883d07ede0e44a0a69ae678d3b35f from master
2016-04-02 10:35:55 -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
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 7d485d5d75bd9faab0b949fd34d4f098f8079452 from master
2016-04-02 07:24:01 -04:00
Tim Graham
6200a5e526
[1.9.x] Added stub release notes for 1.9.6.
...
Backport of a637ed879d5698f6dc696dfd4d84fec0507bdbdf from master
2016-04-01 14:10:08 -04:00
Tim Graham
d8725878ed
[1.9.x] Added release date for 1.9.5 and 1.8.12.
...
Backport of 93539ba2f42fe56bacefd09a9e8f93b31565f746 from master
2016-04-01 13:30:33 -04:00
Claude Paroz
6a8ba2eef4
[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input values
...
Thanks David Szotten for the report and Tommy Beadle for code inspiration.
Thanks Tim Graham for the review.
Partial backport of db19619545 from master.
2016-04-01 09:10:35 +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
cac320bfaa
[1.9.x] Fixed #26436 -- Added a link to the settings filtering in the error reporting howto.
...
Thanks mlissner for the suggestion.
Backport of 8928823b135b9ce2c7b18f4da0d2602b113a247e from master
2016-03-31 13:46:40 -04:00
Tim Graham
bca42c709f
[1.9.x] Removed some docs that should have been removed along with PROFANITIES_LIST.
...
Backport of 12dee89d9c1fbe6b47984c544505aa8ff77e92bc from master
2016-03-31 13:23:29 -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
Alex Hill
ed87af3266
[1.9.x] Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK on SQLite.
...
Backport of 4b2cf1cd27587a30b3b081091627d7ee13141afe from master
2016-03-29 13:26:59 -04:00
Simon Charette
026574e03c
[1.9.x] Fixed #26413 -- Fixed a regression with abstract model inheritance and explicit parent links.
...
Thanks Trac alias trkjgrdg for the report and Tim for investigation and review.
Backport of 67cf5efa31acb2916034afb15610b700695dfcb0 from master
2016-03-28 21:15:16 -04:00
Joshua Pereyda
97c5539a81
[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/reusable-apps.txt.
...
Backport of 0c0e8f0a62eb369bb05ff770ad53656831c8c01a from master
2016-03-28 18:31:16 -04:00
Francisco Capdevila
844f071c66
[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
...
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
2016-03-28 09:20:47 -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 Graham
1f15d442bf
[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
...
Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master
2016-03-25 14:22:38 -04: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
ieatkittens
ccc367fd48
[1.9.x] Fixed #26293 -- Fixed CommonMiddleware to process PREPEND_WWW and APPEND_SLASH independently.
...
Backport of 9390da7fb6e251eaa9a785692f987296cb14523f from master
2016-03-23 09:29:37 -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
Akshesh
367c092085
[1.9.x] Fixed grammatical typos in gis docs.
...
Backport of 2b31f14d89cb144fad10389824828e90fd1a2dcc 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 6dd503851c91197364f7c7b915cabb604fadb755 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 53e8ab580f7c0fcfc589ba0b1b6cc2556080e0b2 from master
2016-03-19 18:40:28 -04:00
Jason Parrott
4e8c265319
[1.9.x] Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a subquery.
...
Backport of 4c1c93032f4a015cbb4b33958603d18ac43515b4 from master
2016-03-19 17:55:31 -04:00
Amine
2d178b3d2c
[1.9.x] Fixed a broken link in docs/internals/contributing/writing-documentation.txt.
...
Backport of 8b5a4fa941ba6e308b5ebd831b7953440fc0ee9b from master
2016-03-19 16:19:51 -04:00
Tim Graham
f6f24af1f4
[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.
...
Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master
2016-03-18 11:38:44 -04:00
Berker Peksag
b4bb2ad13d
[1.9.x] Fixed #26297 -- Fixed collectstatic --clear
crash if storage doesn't implement path().
...
Backport of 28bcff82c5ed4694f4761c303294ffafbd7096ce from master
2016-03-17 09:51:48 -04:00
Alex Hill
f49cfb76c7
[1.9.x] Fixed #26306 -- Fixed memory leak in cached template loader.
...
Backport of ecb59cc6579402b68ddfd4499bf30edacf5963be from master
2016-03-16 12:43:37 -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
Vincenzo Pandolfo
c6424efbc6
[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
...
Backport of d0fe6c915665fa3220e84bd691ba7002a357e5c5 from master
2016-03-14 20:24:19 -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
Tim Graham
7b2ee75745
[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.
...
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-03-14 08:29:28 -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
Tim Graham
d3c2d82dde
[1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonical form.
...
Backport of b3610f38facb33704c1fd77590c6a2fa07c40fa7 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 ca5c05ddbe91f4aae38c4543240dbda5f1fb1db2 from master
2016-03-12 12:42:22 -05:00
Tim Graham
5b6c751230
[1.9.x] Fixed #26324 -- Fixed DurationField with fractional seconds on SQLite.
...
Backport of 4f0cd0fd162122da96978b357ac9fc9534529410 from master
2016-03-10 19:16:20 -05:00
Tim Graham
301edde86d
[1.9.x] Fixed #26255 -- Fixed orphaned include() reference following tutorial reordering.
...
Backport of 4323676ea5ab6994feb1385522665069d84f397b from master
2016-03-09 12:19:41 -05:00