Tomas Pazderka
d61dbc20cf
[1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
...
Backport of b820b6108a
from master
2016-07-29 14:16:03 -04:00
Tim Graham
8735710def
[1.10.x] Fixed a typo in tests/middleware/test_security.py
...
Backport of 0850236a8c
from master
2016-07-28 22:01:12 -04:00
Sergey Fedoseev
25581e6382
[1.10.x] Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.
...
Backport of 4178488881
from master
2016-07-28 18:09:47 -04:00
Sergey Fedoseev
9805726ddc
[1.10.x] Fixed #26657 -- Made GeomValue omit SRID for MySQL.
...
This fixes some test failures on MySQL 5.7+.
Backport of 9031a4c13b
from master
2016-07-28 17:12:57 -04:00
Kenneth Schnall
7997c65019
[1.10.x] Removed extra periods in docs/howto/static-files/index.txt headers.
...
Backport of cd2e4293cb
from master
2016-07-27 13:50:45 -04:00
Olexander Yermakov
714e287d9a
[1.10.x] Fixed #26949 -- Fixed crash of disabled forms.JSONField.
...
Backport of 68de48c963
from master
2016-07-27 08:43:07 -04:00
Tim Graham
3744fc1666
[1.10.x] Fixed #26917 -- Fixed crash in disabled ModelChoiceFields.
...
Partially reverted refs #25532 to fix a regression in Django 1.10.
This reintroduces a crash for disabled forms.JSONField (refs #26949 ),
however, that issue is also present on Django 1.9.
Thanks Ryan Schave for the test.
Backport of a5f85d891b
from master
2016-07-27 08:36:49 -04:00
Alex Hill
d53e3c1e07
[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from view middleware.
...
Backport of 44a6b40280
from master
2016-07-25 13:46:44 -04:00
Tim Graham
13c107b149
[1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic's ignore_patterns.
...
Backport of ec4a6b33a9
from master
2016-07-25 10:05:56 -04:00
Markus Holtermann
738a65a597
[1.10.x] Refs #25232 -- Documented AllowAll*Backend in "new features" section of 1.10 release notes.
...
Backport of e69091b34a
from master
2016-07-25 09:10:21 -04:00
Naved Khan
ec6b3cc6e9
[1.10.x] Fixed #26941 -- Corrected uwsgi "env = LANG=…" configuration in docs.
...
Backport of 9a5a789da2
from master
2016-07-25 07:01:20 -04:00
Tim Graham
a4df6577df
[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
...
Backport of 3aaf6cf0f3
from master
2016-07-25 06:25:26 -04:00
Jon Dufresne
c0026a9d2d
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
...
Backport of 348cfccd90
from master
2016-07-24 18:25:43 +02:00
Jon Dufresne
ff56d6c023
[1.10.x] Added stub release notes for 1.9.9.
...
Backport of b2e54aec58
from master
2016-07-24 18:25:40 +02:00
Alex Hill
4e8ccb3274
[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a list
...
Backport of 971120778a
from master
2016-07-24 17:20:40 +02:00
Preetham Nosum
b4fa102503
[1.10.x] Fixed #18348 -- Documented SesssionStore.create()
...
Backport of 32cf01c1c1
from master
2016-07-22 17:18:40 -04:00
Dmitry Dygalo
b3f96b5f73
[1.10.x] Fixed #26922 -- Fixed SimpleTestCase.assertHTMLEqual() crash on Python 3.5+.
...
Backport of d7a097265b
from master
2016-07-21 17:06:48 -04:00
Raphaël Hertzog
2d1aeccacc
[1.10.x] Fixed #26923 -- Fixed template_tests with numpy < 1.9.0.
...
Backport of 8e5cbc884f
from master
2016-07-21 13:01:10 -04:00
petedmarsh
5cc6190788
[1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.
...
Backport of 7bf3ba0d0c
from master
2016-07-21 10:29:06 -04:00
Tim Graham
c8d166241f
[1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument.
...
Backport of a05d86a69a
from master
2016-07-21 10:07:24 -04:00
Simon Charette
dcf0a35b08
[1.10.x] Fixed #26916 -- Fixed prefetch_related when using a cached_property as to_attr.
...
Thanks Trac alias karyon for the report and Tim for the review.
Backport of 271bfe65d9
from master
2016-07-19 16:09:23 -04:00
Tim Graham
53d17f9e75
[1.10.x] Fixed a GeoIP test failure with the latest data.
...
Backport of 081fdaf110
from master
2016-07-19 09:28:39 -04:00
Tim Graham
658f545b0c
[1.10.x] Added CVE-2016-6186 to the security release archive.
...
Backport of bc53af13cb
from master
2016-07-18 15:20:30 -04:00
Tim Graham
5623ffd5ac
[1.10.x] Bumped version for 1.10 release candidate 1.
2016-07-18 11:33:14 -04:00
Tim Graham
6fa150b2f8
[1.10.x] Fixed XSS in admin's add/change related popup.
...
This is a security fix.
2016-07-18 11:17:19 -04:00
Tim Graham
a03ac61332
[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.
...
Backport of 7c33aa8a87
from master
2016-07-16 08:47:29 -04:00
Tim Graham
6646a396cc
[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txt
...
Backport of ba246bd5fe
from master
2016-07-15 13:43:05 -04:00
Marc-Aurèle Brothier
a8b2445a78
[1.10.x] Fixed #26868 -- Changed MySQL version detection to use a query.
...
Workaround a bug with MariaDB and MySQL native client not stripping the
`5.5.5-` prefix.
Backport of f8bfa80680
from master
2016-07-15 10:22:28 -04:00
Claude Paroz
cb78011402
[1.10.x] Updated contrib.postgres translation catalog
2016-07-15 09:47:30 +02:00
Claude Paroz
de9af3912c
[1.10.x] Refs #26897 -- Added cleanup to i18n test
2016-07-14 22:39:28 +02:00
Claude Paroz
208eead787
[1.10.x] Refs #26897 -- Missing directory containment in i18n test
2016-07-14 21:44:47 +02:00
Marten Kenbeek
06323dafc7
[1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.
...
Fixed a regression in 625b8e9295
:
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().
Backport of 389a5318a0
from master
2016-07-14 14:42:23 -04:00
Claude Paroz
96a37a0266
[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII file names
...
Thanks Tim Graham for the review.
Backport of 3e71f6544f
from master.
2016-07-14 20:39:00 +02:00
Jon Dufresne
acb804e552
[1.10.x] Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.
...
Backport of 76e19da5b0
from master
2016-07-14 09:39:18 -04:00
Tim Graham
5c56ce7a3f
[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migrations during test database creation"
...
This reverts commit 157d7f1f1d
since it
disables migrations all the time, not just during tests.
Backport of 944e66cb1d
from master
2016-07-14 09:22:06 -04:00
Tim Graham
3b92272c55
[1.10.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt
...
Backport of a117190477
from master
2016-07-14 08:04:53 -04:00
Tom Carrick
8c385b7697
[1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt
...
Backport of 46e2010460
from master
2016-07-14 07:53:00 -04:00
Daniel Rice
bec0faa154
[1.10.x] Reworded a sentence in tutorial 7.
...
Backport of 08c723fbae
from master
2016-07-14 07:51:02 -04:00
Jon Dufresne
1a2ee697e0
[1.10.x] Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
...
Backport of 2e4cfcd2b9
from master
2016-07-13 21:55:25 -04:00
Andrey Fedoseev
ded5020241
[1.10.x] Fixed #17657 -- Made ModelForm respect ModelMultipleChoiceField's to_field_name.
...
Follow up to 67d984413c
.
Backport of 81963b37a9
from master
2016-07-12 16:20:28 -04:00
Md. Sadaf Noor
5d8332aaee
[1.10.x] Fixed #26831 -- Documented session data must be JSON encodable for JSONSerializer.
...
Backport of 1f82b857ce
from master
2016-07-12 13:46:49 -04:00
Tim Graham
a01d3d5776
[1.10.x] Linked "Features removed" release notes to corresponding deprecation notes.
...
Backport of ee2f0f311a
from master
2016-07-11 15:23:34 -04:00
Julien Hartmann
39c25b772b
[1.10.x] Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.
...
Backport of f4afb85d7e
from master
2016-07-11 13:34:18 -04:00
Baptiste Mispelon
4b6560f5a9
[1.10.x] Fixed numpy deprecation warning silencing in template_tests.
...
Backport of 418658f453
from master
2016-07-09 10:24:27 -04:00
Loïc Bistuer
a2af2420ce
[1.10.x] Fixed #26881 -- Fixed duplicate managers in migrations.
...
When both parent and child models had managers with the same name and
a migrations opt-in both were added to the migration state.
Backport of dab83e5ba1
from master
2016-07-09 18:12:18 +07:00
Simon Charette
cf6f0e9978
[1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.
...
Backport of 90468079ec
from master
2016-07-08 12:37:24 -04:00
Sean Marlow
fda151e512
[1.10.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name
...
Backport of 8b9e16ec85
from master
2016-07-08 11:30:26 -04:00
Mathieu Richardoz
d58a27c349
Fixed a typo in docs/ref/contrib/postgres/search.txt.
2016-07-07 07:05:49 -04:00
Tim Graham
48a570164e
[1.10.x] Fixed capitalization of "URL pattern".
...
Backport of 415ae960bb
from master
2016-07-06 15:31:44 -04:00
Daniel Rice
cdb6d83f44
[1.10.x] Improved grammar in tutorial01.
...
Backport of 1f9deba1b3
from master
2016-07-06 15:25:00 -04:00