1
0
mirror of https://github.com/django/django.git synced 2025-04-13 03:52:20 +00:00

22841 Commits

Author SHA1 Message Date
Tim Graham
adca9effe7 [1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.
Backport of 6b83f61e72637326605614d8a8e9e0077040d994 from master
2016-08-11 07:04:59 -04:00
an0o0nym
c52350bc6c [1.10.x] Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.
Backport of c412aaca735c7cc1c766b85c1512f9ff434ce63a from master
2016-08-10 19:52:49 -04:00
Sergey Fedoseev
7eefb39706 [1.10.x] Documented GeoHash's precision parameter.
Backport of 0d18b065622d0a06929cd6ffd07b010964473430 from master
2016-08-10 16:32:30 -04:00
Tim Graham
3fff7d3abb [1.10.x] Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at the model level.
Backport of 796cc620269bcefa36e7bbf5f1a63855f00b8ea8 from master
2016-08-10 15:52:37 -04:00
Tim Graham
0254985317 [1.10.x] Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Backport of 1e32e1cc951ac9bada52aa20a9523acc7cc6ecb3 from master
2016-08-10 11:27:29 -04:00
an0o0nym
7c04223c01 [1.10.x] Fixed #26952 -- Added tips for installing test suite dependencies.
Backport of 2b759c94c562c9ee9b6ca970739be15014050fda from master
2016-08-09 18:41:32 -04:00
Tim Graham
de2604db94 [1.10.x] Removed obsolete note about Sphinx version required for building docs.
Backport of cd58f13fb68d413443dae74ded5c781a2a285d9f from master
2016-08-09 18:13:05 -04:00
Claude Paroz
246e516f29 [1.10.x] Unified SpatiaLite spelling
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
2016-08-09 18:48:57 +02:00
Ville Skyttä
630613d719 [1.10.x] Fixed #27041 -- Documented that built-in middleware are compatible with MIDDLEWARE and MIDDLEWARE_CLASSES.
Backport of f95bd89e827d6ee46cc6c736dadc25a10ae25fc9 from master
2016-08-09 08:07:01 -04:00
Ed Morley
233ec837f6 [1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.
The spec refers to it as a 'directive' rather than a 'tag':
https://tools.ietf.org/html/rfc6797#section-6.1.2

Backport of 8c3bc5cd7801a307a0bc2969abebe7a6ca48d17f from master
2016-08-08 20:22:09 -04:00
Claude Paroz
c66f5d058a [1.10.x] Fixed typos in db-api GIS docs
Backport of 1b0287b4b8e76e17a2e1157d56e41e3df0c72674 from master
2016-08-08 10:03:57 -04:00
Adam Zapletal
06ba492611 [1.10.x] Fixed #27028 -- Clarified failed parallel tests message.
Backport of 2a11d2d7a7d5c6609c85dbc631fad6b8a8645a64 from master
2016-08-08 09:24:31 -04:00
Sjoerd Job Postmus
2f18cbc313 [1.10.x] Fixed #27026 -- Fixed state initialization of bulk_create() objects if can_return_ids_from_bulk_insert.
Backport of 3246d2b4bb981a8d782a349a99e9b89206028cee from master
2016-08-06 10:25:29 -04:00
Ben Demboski
d68b145a6f [1.10.x] Fixed #27027 -- Restored Client.force_login() defaulting to the first auth backend.
Backport of fc8f097117af7ada616fad20ae5b417fcf740413 from master
2016-08-06 08:42:17 -04:00
Adam Zapletal
9f79fe756f [1.10.x] Fixed a few grammar issues in working-with-git doc.
Backport of 4f113483d7ce642518883956e338be8d178e6a55 from master
2016-08-06 08:12:09 -04:00
Jarek Glowacki
1e16e141ac [1.10.x] Fixed #27004 -- Made migrations consistency check ignore unapplied squashed migrations.
Backport of d117567c7d65c3c28858c4dfc771483b182075e4 from master
2016-08-05 18:11:38 -04:00
Chris Jerdonek
bfd8f16fbd [1.10.x] Edited docs of test.utils.setup/teardown_test_environment().
Backport of 42f9d65107692528583786a0695e26e2cbfc51a0 from master
2016-08-05 17:41:49 -04:00
Liz Lemon
0d82389adf [1.10.x] Edited multi-db topic guide for grammar and clarity.
Backport of ea65c7cb4819cf18ac66215bc7b4df4af3fbe5ad from master
2016-08-05 12:56:12 -04:00
Tim Graham
bcdf6c190a [1.10.x] Fixed #26986 -- Documented force_login() delegation to auth backends.
Backport of 3c20aa49d746471ea55e106796cc1d349a5769b8 from master
2016-08-05 10:56:04 -04:00
Tim Graham
4a0c9e0545 [1.10.x] Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.
The underlying hasher only generates strings containing ASCII
characters so this is merely a cosmetic change.
Backport of 967aa7f6cc720b11e38b7e0cbeffc2c95c64fa05 from master
2016-08-04 10:57:57 -04:00
Claude Paroz
6757c94662 [1.10.x] Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field
Thanks weidwonder for the report.
Backport of 272eccf7ff0ced609e5a5e3bb6b4a40e773e0e66 from master.
2016-08-04 16:07:11 +02:00
Tim Graham
dcebeea270 [1.10.x] Fixed #27005 -- Fixed crash if request.META[''CONTENT_LENGTH']=''.
Backport of 5c63b3e5a797102d915e1683971517f747a28013 from master
2016-08-03 14:01:08 -04:00
Tim Graham
348406c381 [1.10.x] Fixed a GeoIP test failure with the latest data.
Backport of 4a696bbe13383b14b2762cc5accd45849e9dcfba from master
2016-08-03 11:16:15 -04:00
Alex Hill
86ae2b22ae [1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField with RadioSelect.
Backport of c5ebfda00226e3695cadbc13ea9ce4c5951d3ed0 from master
2016-08-03 10:53:42 -04:00
Sergey Yurchenko
a8b8ef114d [1.10.x] Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.
Backport of 4e64e3bb6e96a50b057bc1144fba3efdee7dfc10 from master
2016-08-03 09:14:27 -04:00
Tim Graham
b00a3f1720 [1.10.x] Fixed #26999 -- Documented model_to_dict() ManyToManyField change in 1.10.
Backport of f4b1f972dc69e519a78182353e43701a17bb43aa 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 ccd5a23fba91e66656bb19b60bb6d737cab728f5 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 54afa960d1ee8c63635225a0f0a2489971b5aab5 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 431cbd115b9aac22a539682820742d9966237a84 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 24123c31362b5f3783d84d133c160e9fe16805fe 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 9af0a587569b4b2379b8443c7c4d1c4dee0057a9 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. 1.10 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 95b47c009b7d3af4aeceb24dd49e6a442faede4c 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 ac3aaaa740dcf9c6efd2f88ee9219c1924c7695e 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 aad46c3e370e105f9117a337924090d05f1b001d 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 f530b4fdfc2be3c2a0edcf38ebeb12bb5a4f0b83 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 5fa4370543658aedd79dc554d8c52684d6c7cbca 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 4e861682904744b0ea3ead8552513c6f1a826c5a 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 36fbf9b7d1870121269a09540d689ffc16a56d74 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 b820b6108a7d3f11ec18774d16d657f4f63fe9fa 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 0850236a8c3647bc3c239bd34afae0488abe5c60 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 4178488881f4e703c4e47ea78720dd61e0230ce5 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 9031a4c13bdb1ee4d0f1253fcfcad73d26c25740 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 cd2e4293cbf3416af6c478c5aaab711cae88892c 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 68de48c96328e13d5dbdb1f3006e4a1ca74f3c34 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 a5f85d891b51d7ceb4f9e422e3e4f5c741062288 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 44a6b4028033890d4a3832875c774db321182de6 from master
2016-07-25 13:46:44 -04:00