Commit Graph

25272 Commits

Author SHA1 Message Date
Dražen Odobašić 253f1b74da [2.0.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.
Regression in 3a148f958d.
Backport of 9f3b9ffd51 from master.
2018-07-31 10:11:18 -04:00
François Freitag c26f001967 [2.0.x] Fixed django/http/request.py docstring typo.
Backport of 93e721a0b8 from master
2018-07-16 14:44:49 +02:00
Tom 50e4f9adac [2.0.x] Refs #29451 -- Fixed test_isvalid_lookup on MySQL 8+.
Backport of f98e1c01ea from master
2018-07-06 09:06:08 -04:00
Sergey Fedoseev 9dd66ba5d5 [2.0.x] Corrected cached_property() signature in docs.
Backport of 82b9708c6f from master
2018-07-06 08:56:37 -04:00
Michal Čihař 1645471348 [2.0.x] Fixed #29544 -- Fixed regex lookup on MariaDB.
Regression in 4249076844.
Backport of 39e287d8bf from master
2018-07-05 12:12:11 -04:00
Mads Jensen 2ce830e683 [2.0.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Backport of ab251fdad2 from master
2018-07-05 11:38:35 -04:00
Tim Graham 76e0efeb59 [2.0.x] Added stub release notes for 2.0.8.
Backport of 2c3f198946 from master
2018-07-03 20:06:22 -04:00
Carlton Gibson 0496df8a26 [2.0.x] Post-release version bump. 2018-07-02 11:12:18 +02:00
Carlton Gibson e042eead94 [2.0.x] Bumped version for 2.0.7 release. 2018-07-02 10:52:57 +02:00
Carlton Gibson 1cfc950477 [2.0.x] Added release date for 1.11.14.
Backport of 65df375c40 from master
2018-07-02 10:14:31 +02:00
José L. Patiño a881499a77 [2.0.x] Fixed #29535 -- Updated email.MIME* references for Python 3.
Backport of b5dd6ef3d5 from master
2018-06-29 08:24:51 -04:00
Asif Saifuddin Auvi a684819193 [2.0.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ec from master
2018-06-28 11:06:38 -04:00
Tim Graham cba51003de [2.0.x] Refs #28814 -- Fixed migrations crash with namespace packages on Python 3.7.
Due to https://bugs.python.org/issue32303.

Backport of 0f0a07ac27 from master
2018-06-28 10:05:46 -04:00
Tim Graham da906ff1ae [2.0.x] Fixed location of a few doc labels.
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-28 08:58:36 -04:00
Tim Graham 4b3b9fab08 [2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header."
This reverts commit 8e082a6e0b as it
doesn't qualify for a backport.
2018-06-25 09:43:39 -04:00
Tim Graham 8e082a6e0b [2.0.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.
Backport of 7cdeb23ae7 from master
2018-06-22 09:33:05 +02:00
Adam Johnson cba1922742 [2.0.x] Updated a test example to use snake case.
Backport of ae38777698 from master
2018-06-21 17:37:34 -04:00
Tom f8a6488839 [2.0.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.
Backport of 4249076844 from master
2018-06-20 11:01:16 -04:00
Carlton Gibson 243f07bbb3 [2.0.x] Refs #29451 -- Fixed invalid SQL on MySQL in queries tests.
Backport of c4f099de1d from master
2018-06-20 11:00:19 -04:00
Tim Graham 83986af95d [2.0.x] Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
Backport of ec2c9c3531 from master
2018-06-15 10:12:44 -04:00
Tim Graham 4bccfac36f [2.0.x] Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
Backport of 0d8e3e608e from master
2018-06-15 10:12:40 -04:00
Tim Graham 9dfb6fcbd5 [2.0.x] Fixed 'invalid escape sequence' warning in GEOSGeometryBase.from_ewkt().
Backport of 7a266e25be from master.
2018-06-12 10:25:17 -04:00
Mariusz Felisiak 1033a8e7bc [2.0.x] Fixed typo in docs/releases/2.0.7.txt.
Backport of e0d0fc0b14 from master
2018-06-08 12:09:14 +02:00
Carlton Gibson 7f163aac3a [2.0.x] Added stub release notes for 2.0.6.
Backport of acae120680 from master
2018-06-08 08:44:29 +02:00
Tim Graham 744a44dfa1 [2.0.x] Refs #28462 -- Fixed 'invalid escape sequence' warning on Python 3.6+.
Backport of e9bd1a3e12 from master
2018-06-06 12:01:10 -04:00
Michael Kiros e072060203 [2.0.x] Fixed typo in docs/topics/auth/customizing.txt.
Backport of b37bac39b3 from master
2018-06-05 21:28:57 -04:00
Tim Graham f4bd168452 [2.0.x] Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.
Backport of 666be7b994 from master
2018-06-02 07:33:20 -04:00
Tim Graham 8f1692923f [2.0.x] Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.
Backport of 55f4eee75d from master
2018-06-01 22:32:31 -04:00
Carlton Gibson 0b39420bf2 [2.0.x] Updated version after release. 2018-06-01 17:38:53 +02:00
Carlton Gibson 3e36ecedff
[2.0.x] Bumped version for 2.0.6 release. 2018-06-01 17:07:43 +02:00
Adam Donaghy 22c7c2db1d [2.0.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.
Regression in 917cc288a3.

Backport of b18650a263 from master
2018-06-01 11:00:34 -04:00
Carlton Gibson b935f112e1 [2.0.x] Added release date for 2.0.6 release.
Backport of e1ebd22558 from master
2018-06-01 12:16:49 +02:00
Dr. Shubham Dipt e9d09f1f0e [2.0.x] Corrected typo in outputting-csv.txt.
Backport of 44441d673b from master
2018-06-01 12:09:24 +02:00
Tim Graham 925f3219f5 [2.0.x] Relaxed a GDAL raster test.
The exact metadata depends on the GDAL version.

Backport of 3dffcb5579 from master
2018-05-31 12:07:03 -04:00
Tim Graham ceeccc51d2 [2.0.x] Fixed #29460 -- Added support for GEOS 3.6.
Backport of f185d929fa from master
2018-05-31 11:36:43 -04:00
Mariusz Felisiak b57ea27d6b [2.0.x] Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL 5.7+.
Failure introduced in b6e48f514e.

Backport of d0ad03cded from master
2018-05-31 10:45:46 -04:00
Tim Graham 904adcc034 [2.0.x] Added stub release notes for 1.11.14.
Backport of 8a6fcfdc77 from master
2018-05-31 10:17:16 -04:00
Mariusz Felisiak 74bbef4ee0 [2.0.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL when using a RawSQL annotation.
Regression in 1d070d027c.

Backport of 4ab1f559e8 from master
2018-05-27 18:59:35 -04:00
Osaetin Daniel 66b834e73f [2.0.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.
Backport of cd242d185b from master
2018-05-27 16:51:30 -04:00
Daniel Hepper a5c5e51aa9 [2.0.x] Removed docs for obsolete ExceptionMiddleware.
Backport of a6fb5b1fe0 from master
2018-05-27 13:29:44 -04:00
Xaroth Brook 1adac352d3 [2.0.x] Fixed #29415 -- Fixed detection of custom URL converters in included patterns.
Backport of 39283c8edb from master
2018-05-26 20:52:48 -04:00
Ian Foote 0b1744b66c Fix typo in 2.0 release notes (#9986)
Backport of 257fb0a7d0 from master.
2018-05-26 16:17:50 +02:00
Ryan Rubin c2a1af883e [2.0.x] Fixed #29400 -- Fixed crash in custom template filters that use decorated functions.
Regression in 620e9dd31a.

Backport of a8d12bc280 from master
2018-05-25 11:22:06 -04:00
Philip James 4477d032ac [2.0.x] Fixed #29410 -- Added project_urls to setup.py.
Backport of 437c4b57ac from master
2018-05-16 22:30:59 -04:00
Richard Morrison cffe9a2497 [2.0.x] Added missing word to render_to_response deprecation warning.
Backport of 35b6a348de from master
2018-05-16 05:33:38 -04:00
Mariusz Felisiak 80a53202d4
[2.0.x] Alphabetized imports in various docs.
Follow-up of d97cce3409 and 7d3fe36c62.
Backport of 35319bf12c from master
2018-05-12 19:41:40 +02:00
Hasan Ramezani 840c0ed13d [2.0.x] Alphabetized imports in docs/ref/contrib/postgres/fields.txt.
Backport of 7d3fe36c62 from master
2018-05-07 09:40:02 -04:00
Carlton Gibson 2b0da16d43 [2.0.x] Fixed #29373 -- Added long_description in setup.py.
Backport of 2e1f674897 from master
2018-05-03 10:54:49 -04:00
Kelly Hogan 02114f9c49 [2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.
Backport of 9e86185936 from master
2018-05-02 21:32:39 -04:00
CHI Cheng 482ba9246e [2.0.x] Fixed #29375 -- Removed empty action attribute on HTML forms.
Backport of 4660ce5a69 from master
2018-05-02 09:35:26 -04:00