Commit Graph

22916 Commits

Author SHA1 Message Date
Tim Graham b00a3f1720 [1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc from master
2016-08-03 08:54:16 -04:00
Tim Graham 7dd8e53cc8 [1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline (refs #19973).
Backport of ccd5a23fba from master
2016-08-02 19:13:40 -04:00
Tim Graham fa4b5c1b93 [1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous compatibility.
Thanks marktranchant for the report and review.

Backport of 54afa960d1 from master
2016-08-02 11:26:40 -04:00
Tim Graham 11c5c3b801 [1.10.x] Fixed #26991 -- Fixed a crash in MySQL where SELECT @@SQL_AUTO_IS_NULL doesn't return a result.
Backport of 431cbd115b from master
2016-08-02 10:52:49 -04:00
Tim Graham d5dbf2e166 [1.10.x] Fixed admin_utils test failures due to translation updates.
Backport of 24123c3136 from master
2016-08-01 15:44:20 -04:00
Tim Graham b8af4c17e8 [1.10.x] Added stub release notes for 1.10.1.
Backport of 9af0a58756 from master
2016-08-01 14:57:46 -04:00
Tim Graham 11ac8ccd67 [1.10.x] Post-release version bump. 2016-08-01 14:33:50 -04:00
Tim Graham e18ddd07f0 [1.10.x] Bumped version for 1.10 release. 2016-08-01 14:22:50 -04:00
Tim Graham 7c9b0c4b60 [1.10.x] Added release dates for 1.10 and 1.9.9
Backport of 95b47c009b from master
2016-08-01 13:55:31 -04:00
Claude Paroz f19cadd391 Pulled contrib translations from Transifex 2016-08-01 19:44:19 +02:00
Claude Paroz 760f076786 Pulled core Django translations from Transifex 2016-08-01 19:43:56 +02:00
Jon Dufresne 6a3f31fa33 [1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Backport of ac3aaaa740 from master
2016-08-01 10:49:37 -04:00
Tim Graham ddcf7dbae7 [1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Thanks Liz Lemon for the report and investigation and
Claude Paroz for the test.

Backport of aad46c3e37 from master
2016-08-01 07:57:25 -04:00
Claude Paroz 39387efbba [1.10.x] Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
Backport of f530b4fdfc from master.
2016-07-31 20:40:17 +02:00
Tim Graham 83b950e9ff [1.10.x] Refs #25550 -- Corrected deprecation message for assigning M2M relations.
Backport of 5fa4370543 from master
2016-07-30 20:50:54 -04:00
Tim Graham c6e5878410 [1.10.x] Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
Backport of 4e86168290 from master
2016-07-30 20:45:37 -04:00
Ana Balica ec19166b1f [1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.
Backport of 36fbf9b7d1 from master
2016-07-30 09:27:21 -04:00
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 625b8e9295d79650208bfb3fca8bf9e6aaf578e4:
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