Sergey Fursov
bcdd13de93
[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.
...
Allowed ServerFormatter to handle simple string messages or messages with
formatting arguments. The formatter will set the server_time variable on
the log record if it's required by the format string but wasn't passed in
extra parameters.
Backport of 6709ea4ae91b906742506ac0c42a3a272991001f from master
2016-09-27 09:48:08 -04:00
Adam Chainz
6855dac0f9
[1.10.x] Removed missing name in django.db __all__.
...
'backend' hasn't existed since 051c666acac770dea1af2fc223cc695f985f02f7.
Backport of b29c6c96c738bd7250a408b079dd8a4d4657849a from master
2016-09-26 19:04:52 -04:00
Tim Graham
a1c2b2095f
[1.10.x] Added CVE-2016-7401 to the security release archive.
...
Backport of 6fe846a8f08dc959003f298b5407e321c6fe3735 from master
2016-09-26 18:22:14 -04:00
Tim Graham
550fa7b892
[1.10.x] Added a CVE role for Sphinx.
...
Backport of a46742e738b91f79dd7b2e6ecba6dd1604e14d05 from master
2016-09-26 18:22:14 -04:00
Tim Graham
8fec24f7c3
[1.10.x] Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
...
Backport of 8d233a2132c20d85f4e863a3eb62168f667c45df from master
2016-09-26 13:58:37 -04:00
Tim Graham
5731342dbc
[1.10.x] Added release notes for 1.9.10 and 1.8.15 releases.
2016-09-26 12:57:18 -04:00
Jonatas CD
76155b85e2
[1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
...
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
2016-09-26 10:38:53 -04:00
Tim Graham
dec77af525
[1.10.x] Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
...
Thanks Kifsif for the suggestion.
Backport of 8110673aafd48e9345c17458638c10fb12ab4f2a from master
2016-09-26 09:55:23 -04:00
Berker Peksag
69839e97b9
[1.10.x] Simplified has_perm() example in topics/auth/customizing.txt.
...
Backport of 0a6ed6b1d9dadd0916e887ff9026cf206be36a5c from master
2016-09-23 15:28:47 -04:00
Claude Paroz
90949a156a
[1.10.x] Fixed #27261 -- Added missing python-brace-format marker
...
Thanks Maxime Vdb for the report.
Backport of 2c501203601c9610e69155c57bfe235f155344e2 from master.
2016-09-23 20:02:25 +02:00
Tim Graham
0b59ea3343
[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
...
Thanks Matt Westcott for the review.
Backport of 3507d4e773aa9ff2336e7230ba231c4ba6eb568f from master
2016-09-22 13:07:23 -04:00
Alasdair Nicol
190cd0e49f
[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SLASH=False.
...
Thanks strycore for the report and timgraham for suggesting the
solution.
Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master
2016-09-19 21:01:09 -04:00
aruseni
9c3f864305
[1.10.x] Fixed a typo in docs/topics/auth/default.txt.
...
Backport of cdde2eac5b4653ef113b892e0a7279cf79ac70c2 from master
2016-09-17 20:09:38 -04:00
zhuanyenan
ddd77d5fd3
[1.10.x] Corrected docs for return type of Field.formfield().
...
Backport of 17677d510f65012531a5af57fd056fb15cfe1067 from master
2016-09-17 14:28:08 -04:00
Tim Graham
393b1c6d45
[1.10.x] Fixed typo in tests/migrations/test_loader.py.
...
Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master
2016-09-16 12:56:41 -04:00
Tim Graham
740dde1afc
[1.10.x] Fixed typo in docs/ref/settings.txt.
...
Backport of 43c471e81c27542e4dc392dfa2310c5a52db35d9 from master
2016-09-15 19:53:26 -04:00
Michael Scott
416004c043
[1.10.x] Fixed #15143 -- Doc'd how to set the language for the test client.
...
Backport of 3c447b108ac70757001171f7a4791f493880bf5b from master
2016-09-14 20:14:29 -04:00
Jeff Willette
ca825b1779
[1.10.x] Fixed #27216 -- Corrected import location in admin deprecation messages.
...
Backport of 7148929a5ef4a5fb8332a43f7d39394618313476 from master
2016-09-13 13:46:01 -04:00
Tim Graham
3c9f6eb0c0
[1.10.x] Removed an empty test app.
...
Backport of 94b838387c2a7f398c9bad7f5faa86ac4aedcade from master
2016-09-12 18:51:46 -04:00
Tim Graham
1701fd3d3c
[1.10.x] Fixed #27212 -- Fixed typo in docs/howto/static-files/index.txt.
...
Backport of c2e94bd8df9703b4565af7e180bcc043ae339055 from master
2016-09-12 16:05:53 -04:00
Simon Charette
23cf7e50d1
[1.10.x] Fixed #27209 -- Fixed typo in docs/ref/models/database-functions.txt.
...
Thanks Valentin Ignatyev for the report.
Backport of 767ba009764c6640b20ea6a6dc6ee2559cc87800 from master
2016-09-12 08:07:43 -04:00
Tim Graham
244c4c06f9
[1.10.x] Normalized spelling of ETag.
...
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
2016-09-09 11:00:58 -04:00
Nicola Jordan
1f3c66fe9f
[1.10.x] Fixed #27143 -- Allowed combining SearchQuery with more than one & or | operators.
...
Backport of 978a00e39fee25cfa99065285b0de88366710fad from master
2016-09-07 15:28:59 -04:00
Ankur Gupta
9a03d30d94
[1.10.x] Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
...
Backport of 40d501147176352b694ec8b67b09127b20193ad2 from master
2016-09-07 14:16:33 -04:00
Markus Gerards
baa1790b4d
[1.10.x] Fixed #27180 -- Fixed a crash in MySQL checks where SELECT @@sql_mode doesn't return a result.
...
Backport of 2b64ff68cc375b5688174b4087bf44be9edd2558 from master
2016-09-07 11:19:25 -04:00
Tim Graham
a41405175a
[1.10.x] Added stub release notes for 1.10.2.
...
Backport of de7f9758aca472a5dfd94a46ec272b847229940f from master
2016-09-07 11:19:16 -04:00
Chris Jerdonek
d923733234
[1.10.x] Fixed #27172 -- Closed database cursor explicitly in two doc examples
...
Backport of ccf7adb064a70eb1b1ec5857f1dd54988f5c983c from master.
2016-09-07 12:16:31 +02:00
Tim Graham
fd183e1f81
[1.10.x] Doc'd how to remove old references in migration files.
...
Backport of 5bd967e1c52bfe811daffaccd3ef8964f8a3cb35 from master
2016-09-02 10:03:03 -04:00
Jeff Willette
2216cb5303
[1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
...
Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master
2016-09-02 09:42:52 -04:00
Tim Graham
2a51cad8de
[1.10.x] Post-release version bump.
2016-09-01 19:20:15 -04:00
Tim Graham
2389ae7f2d
[1.10.x] Bumped version for 1.10.1 release
1.10.1
2016-09-01 18:53:32 -04:00
Shai Berger
57f7d8968d
[1.10.x] Refs #25850 , #27142 , #27110 -- Documented migration history consistency checks.
...
Backport of c93ac9cf42bff259ab71b70a89b693b9c38e4666 from master
2016-09-01 18:50:09 -04:00
Tim Graham
02c6122938
[1.10.x] Added release date for 1.10.1.
...
Backport of 894df3e327587793348ca50cff65c13df0a0b867 from master
2016-09-01 16:25:23 -04:00
Tim Graham
3e913d2141
[1.10.x] Fixed #27142 , #27110 -- Made makemigrations consistency checks respect database routers.
...
Partially reverted refs #27054 except for one of the tests as this
solution supersedes that one.
Thanks Shai Berger for the review.
Backport of 098c07a03286b5ed133102733e67a83061647ea0 from master
2016-09-01 16:19:49 -04:00
Riccardo Magliocchetti
51e5ca4462
[1.10.x] Clarified URL regex check message with respect to include().
...
Backport of 7ed8b98f42cd3a9fa530bbb764d3d79230e0a7a7 from master
2016-09-01 14:06:59 -04:00
Claude Paroz
0a81f540c9
[1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
...
Thanks Tim Graham for the review.
Backport of 6b54504e667da3f6bc53b887ffd7e8cc113a94b1 from master
2016-09-01 14:06:22 -04:00
Tim Graham
2078b187f7
[1.10.x] Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
...
Backport of 789f9c9b29dc79c3007b2b31cb75cf8d037f266d from master
2016-09-01 09:53:51 -04:00
Alex Hill
db3eabfae5
[1.10.x] Refs #27039 -- Fixed regression with field defaults in prefixed forms.
...
Backport of d9c083cfee853272ded14c6c87623e910c9e81c4 from master
2016-09-01 09:18:34 -04:00
Ed Morley
e19490d4b1
[1.10.x] Made settings docs link to cache parameters more specific.
...
Backport of 1d54fb4483f034d2dced86f1b012671c8ee6ef5d from master
2016-08-31 12:31:51 -04:00
Olexander Yermakov
7c57f5cf8c
[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
...
Thanks Tim for the review.
Backport of b7fb608142a0be568bc5dce952de5e6aefc2488c from master
2016-08-31 08:28:47 -04:00
Mike Fiedler
c6c1d940c1
[1.10.x] Fixed typo in docs/topics/testing/overview.txt
...
Backport of b961b51eaf5b57fabcee89ca09a76fdebfd6500d from master
2016-08-31 07:35:09 -04:00
Tim Graham
f79dce16bc
[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899 .
...
Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
2016-08-30 21:41:27 -04:00
Ed Morley
255456becd
[1.10.x] Fixed #19914 -- Fixed test failures with pylibmc.
...
Backport of 674e3fe13e5156344bfafbea59018b8837eb3044 from master
2016-08-29 16:28:22 +01:00
Ed Morley
306545d805
[1.10.x] Fixed #27132 -- Allowed testing MemcachedCache and PyLibMCCache during the same test run.
...
Backport of 047c1d48a613cc2a16f078a9094cc799f06e6b0c from master
2016-08-29 16:28:16 +01:00
Ed Morley
547c7e6756
[1.10.x] Refs #27132 -- Added pylibmc to test requirements.
...
Backport of 5d978c46216df53884fbca590a9abe660a739774 from master
2016-08-29 16:28:02 +01:00
Ed Morley
5756edd46d
[1.10.x] Refs #19914 -- Split the test_invalid_keys cache test into two.
...
The first half of the test fails when using pylibmc (so will need
to be skipped).
Backport of cfd1f93d55d3b9317bdf26b426fe21d935ab3399 from master
2016-08-29 10:26:41 -04:00
Ed Morley
fb8eea5680
[1.10.x] Fixed #27124 -- Excluded cull-related cache configs from memcached tests.
...
Since the `cull` and `zero_cull` test cache configs set `MAX_ENTRIES`
and `CULL_FREQUENCY` in `OPTIONS`, which are only intended for use with
the locmem, filesystem, and database backends. This prevents test
failures once refs #20892 is fixed.
Backport of 606a303856afee684563f9349c2a55578854f1ba from master
2016-08-29 10:24:13 -04:00
Tim Graham
4541ff2e39
[1.10.x] Added Django 1.11, 2.0 to Python version support table.
...
Backport of 38cf9ef390eb0cd0703d99893f826153865f6ba6 from master
2016-08-26 17:23:09 -04:00
Baptiste Mispelon
0cb1032982
[1.10.x] Fixed incorrect variable name in {% regroup %} docs.
...
Backport of 7968bb7fada503b79d8b0e8c92aa076d60c17241 from master
2016-08-26 16:25:39 -04:00
Tim Graham
325dd0befe
[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
...
Backport of 4bc6b939944183533ae74791d21282e613f63a96 from master
2016-08-24 19:37:04 -04:00