eltronix
3f93f8d8e3
[1.9.x] Fixed typo in docs/howto/deployment/wsgi/index.txt
...
Backport of c6b83db29936aa7ca60336bbb4685e17c96a8b63 from master
2016-04-27 10:31:16 -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
eltronix
658ab34008
[1.9.x] Fixed reference to Question model in management command how-to.
...
Backport of e2cb1018cb1e8b95fbd15de53f8b2ba70e45d36b from master
2016-04-26 09:24:11 -04:00
Simon Charette
a06fa6e7d3
[1.9.x] Fixed #26536 -- Preserved leading dashes of the cached template loader keys.
...
Thanks Anders Roos for the report.
Backport of bd145e7209a0e628cced10384bd6f62d65c0f211 from master
2016-04-24 22:17:36 -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
Nicolas Noé
ebb55a247c
[1.9.x] Refs #24621 -- Added a test for SessionBase.pop()'s 'default' argument.
...
Backport of 973f393761253f5fbf031f435d103545f1927041 from master
2016-04-20 12:57:42 -04:00
Michal Petrucha
576e8b6210
[1.9.x] Fixed typo in GenericRelatedObjectManager.add() error message.
...
Backport of cb65e62c84dd8f6b412151e81cf665975143d397 from master
2016-04-20 10:08:28 -04:00
Matthew Schinckel
799e81ef6b
[1.9.x] Fixed #26475 -- Added functools.partial() support to migrations autodetector.
...
Backport of 5402f3ab09413a571fd9d3aa27f6c76ec42ff891 from master
2016-04-19 10:17:29 -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
Lukasz Wiecek
51400cbce8
[1.9.x] Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
...
Thanks adamchainz for the report and review.
Backport of d3c87a2425b30400c3e6ea76585a9a537b6d0386 from master
2016-04-18 09:49: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
eltronix
7df7039df1
[1.9.x] Fixed typo in docs/ref/template-response.txt.
...
Backport of 7ba7d203d8044da923b2b18fa82e59e62e4bf809 from master
2016-04-18 07:50:56 -04:00
Katie McLaughlin
364f6b2ce8
[1.9.x] Updated Windows docs for completeness
...
- Update installer option for PATH installation
- Add link directly to pip install docu, ref get-pip.py
- Add note about installing Django to the virtualenv that was setup in the previous step
Backport of 393811c67a04130fd387a502b16d85dc8aa135a2 from master
2016-04-16 16:25:38 -04:00
Tim Graham
bc1505e1ba
[1.9.x] Added stub release notes for 1.8.13.
...
Backport of ad3c72118fd79d27c9f958f41d354b59d883d403 from master
2016-04-13 13:21:46 -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
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
Tim Graham
13d1676498
[1.9.x] Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txt
...
Backport of 7d6e6e83675ef62b7aaafc945444a9ac99415540 from master
2016-04-06 12:36:53 -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
Michal Petrucha
5c1944f918
[1.9.x] Refs #26384 , #24995 -- Avoided a module-level MySQL query in the schema tests.
...
Backport of d81d02d449edd046a94de5f171f4ae87fa331c7d from master
2016-04-02 08:18:03 -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 7d485d5d75bd9faab0b949fd34d4f098f8079452 from master
2016-04-02 07:24:01 -04:00
Attila Tovt
0325483e37
[1.9.x] Made MakeMigrationsTests call proper parent method
...
Backport of 00dbd02f7ecbd369eddcb00ef138e452f84b4ae3 from master
2016-04-02 10:13:15 +02: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
d3f2f6fd4d
[1.9.x] Post-release version bump.
2016-04-01 14:02:17 -04:00
Tim Graham
b29316c54b
[1.9.x] Bumped version 1.9.5 release.
1.9.5
2016-04-01 13:34:09 -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
97ccab126c
[1.9.x] Refs #25532 -- Removed a failing test on Django 1.9
...
That test is failing on Django 1.9, that issue has been fixed on master
only as it touches a part of form validation that is too important to
touch for a stable release.
2016-04-01 15:51:16 +02: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
a0e3cbaa2b
[1.9.x] Refs #26384 , #24995 -- Skipped a schema test on older MySQL versions.
...
Backport of f3595b25496691966d4ff858a3b395735ad85a6e from master
2016-03-31 12:16:31 -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