Commit Graph

25141 Commits

Author SHA1 Message Date
Simon Charette 8d03356d35 [2.0.x] Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Regression in 4acae21846.
Thanks Stephen Brooks for the report.

Backport of d61fe24601 from master
2018-02-08 10:00:12 -05:00
Sergey Fedoseev 781a337242 [2.0.x] Fixed typo in bulk_create() documentation.
Backport of 01bfa9219b from master
2018-02-08 11:37:11 +01:00
Simon Charette 58ad942736 [2.0.x] Added stub release notes for 2.0.3.
Backport of 7515e1f3fc from master
2018-02-05 10:13:07 -05:00
Tim Graham ab505a272f [2.0.x] Added CVE-2018-6188 to the security release archive.
Backport of 66119ed642 from master
2018-02-01 10:16:35 -05:00
Tim Graham b91ff0b20d [2.0.x] Post-release version bump. 2018-02-01 09:46:47 -05:00
Tim Graham e9f9915ba8 [2.0.x] Bumped version for 2.0.2 release. 2018-02-01 09:25:52 -05:00
Tim Graham c37bb28677 [2.0.x] Fixed CVE-2018-6188 -- Fixed information leakage in AuthenticationForm.
Reverted 359370a8b8 (refs #28645).

This is a security fix.
2018-02-01 09:13:59 -05:00
Tim Graham 1bd45e2458 [2.0.x] Fixed #29094 -- Fixed crash when entering an invalid uuid in ModelAdmin.raw_id_fields.
Regression in 2f9861d823.

Thanks Carel Burger for the report and fix.

Backport of 552abffab1 from master
2018-02-01 08:46:13 -05:00
Rodrigo 6cbb9b4096 [2.0.x] Disambiguated "settings" in SpatiaLite note.
Backport of 4fe0e619e7 from master
2018-01-31 12:40:51 -05:00
Rodrigo 7ea392a974 [2.0.x] Doc'd specifying the ENGINE setting as part of configuring contrib.gis.
Backport of 9817add9e0 from master
2018-01-31 12:09:43 -05:00
Rodrigo 7c62f497da [2.0.x] Fixed location of spatialite_source label.
Backport of 7c5cf33127 from master
2018-01-31 11:28:25 -05:00
Tim Graham 4e891a39b7 [2.0.x] Renamed the "Supported versions" label.
Backport of 4775dcb521 from master
2018-01-31 10:18:15 -05:00
Tim Graham 834843ca4f [2.0.x] Fixed #29091 -- Fixed makemigrations crash if migrations directory doesn't have __init__.py.
Regression in aadd3aeb2b.

Backport of 0a37ea56d0 from master
2018-01-31 09:37:07 -05:00
Tim Graham 55e16f25e9 [2.0.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend doesn't accept a request but a later one does.
Regression in a3ba2662cd.
2018-01-31 08:34:11 -05:00
Tim Graham ddc49820f7 [2.0.x] Refs #29086 -- Doc'd how to detect bytestring mistakes.
Backport of c10cb9716f from master
2018-01-30 19:58:43 -05:00
Tim Graham 14f1c4d435 [2.0.x] Wrapped an import per isort. 2018-01-30 19:54:04 -05:00
Tim Graham bbc4a5a792 [2.0.x] Fixed #29081 -- Clarified comments in QuerySet.select_related() example.
Backport of e6f0e324e2 from master
2018-01-29 12:37:05 -05:00
Tim Graham c2962d8147 [2.0.x] Expanded docs for AbstractBaseUser.has_usable_password().
Backport of 92f48680db from master
2018-01-27 11:29:57 -05:00
Tim Graham ed206a9b99 [2.0.x] Fixed #29055 -- Doc'd that escapejs doesn't make template literals safe.
Backport of f229049d6c from master
2018-01-27 09:41:15 -05:00
Mariusz Felisiak 42622b8934
[2.0.x] Fixed #29054 -- Fixed a regression where a queryset that annotates with geometry objects crashes.
Made GEOSGeometryBase hashable.
Regression in 19b2dfd1bf.

Thanks Tim Graham for the review.
Backport of b002a032f9 from master
2018-01-27 11:14:42 +01:00
Jon Dufresne 61c74ae74f [2.0.x] Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) followed by annotate().
Regression in 4dfd6b88d5.

Backport of 3187c89d6f from master
2018-01-26 10:22:14 -05:00
Senthil d06381debc [2.0.x] Fixed #28784 -- Clarified how migrate --fake works.
Backport of cbac11f962 from master
2018-01-24 15:25:26 -05:00
Ashaba c6c73e3401 [2.0.x] Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.
Backport of 95fd5cf459 from master
2018-01-24 14:48:39 -05:00
Tim Graham f02c44396a [2.0.x] Fixed "template tag" spelling in docs.
Backport of f0f383b635 from master
2018-01-23 09:48:31 -05:00
Chris Jerdonek b749c35618 [2.0.x] Refs #25604 -- Removed docs for makemigrations --exit.
Follow up to e0910dcc92.
Backport of b98dc1706e from master
2018-01-20 10:45:10 -05:00
Mariusz Felisiak c881c4f1f8 [2.0.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.values().
Backport of 7fbb1bd00d from master
2018-01-19 08:57:28 +01:00
Peter Wischer fbe7c8f413 [2.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of 196c257a23 from master
2018-01-17 08:50:26 +01:00
Karmen 146317b734 [2.0.x] Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lowercase.
Backport of 4fcd28d442 from master
2018-01-15 10:36:31 -05:00
jaywelborn e5acbbe18e [2.0.x] Fixed #28761 -- Documented how an inline formset's prefix works.
Backport of 56e590cc0b from master
2018-01-13 16:39:53 -05:00
Étienne Loks 8f2e3857ce [2.0.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion.
Backport of 9a621edf62 from master
2018-01-13 13:10:02 -05:00
Tim Graham 62236b514e [2.0.x] Added stub release notes for 1.11.10.
Backport of cea5fe94c6 from master
2018-01-13 09:52:12 -05:00
Botond Béres 881f66bc55 [2.0.x] Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list.
Backport of 52aa26e697 from master
2018-01-12 19:56:36 -05:00
Himanshu Chauhan cc1bdce674 [2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages.
Backport of 1b753b2d60 from master
2018-01-12 19:33:07 -05:00
Tim Graham 3f951b1f94 [2.0.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073.
Backport of b9cec9fa1f from master
2018-01-12 18:31:52 -05:00
Tim Graham 8594d89527 [2.0.x] Removed note in tutorial about bypassing manage.py.
This isn't relevant for beginners.

Backport of a8e492bc81 from master
2018-01-11 19:06:24 -05:00
Tim Graham 3d144787c9 [2.0.x] Fixed #29002 -- Corrected cached template loader docs about when it's automatically enabled.
Thanks oTree-org for the suggestion.

Backport of 7c00f9fb1c from master
2018-01-11 06:52:58 -05:00
Tim Graham 26a20e4fba [2.0.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Backport of 66d74676e2 from master
2018-01-10 10:13:59 -05:00
Mariusz Felisiak 07fb89b420
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebc from master
2018-01-07 14:35:06 +01:00
Tim Graham 5bef733014 [2.0.x] Confirmed support for PostGIS 2.4.
Backport of 5d5a2bd299 from master
2018-01-04 17:53:09 -05:00
Tim Graham 41b30a992e [2.0.x] Added stub release notes for 2.0.2.
Backport of 0f5a741ada from master
2018-01-01 20:12:08 -05:00
Tim Graham 0cc2b30044 [2.0.x] Post-release version bump. 2018-01-01 20:11:42 -05:00
Tim Graham e4509136f3 [2.0.x] Bumped version for 2.0.1 release. 2018-01-01 19:41:05 -05:00
Tim Graham 45cf4ae862 [2.0.x] Added release date for 2.0.1 and 1.11.9.
Backport of 3ae2bcc768 from master
2018-01-01 19:35:05 -05:00
Philipp Bosch de29c1f950 [2.0.x] Fixed typo in TemplateCommand argument help text.
Backport of 248fa208cb from master
2018-01-01 19:31:39 -05:00
Mariusz Felisiak 8f67eeaef4
[2.0.x] Refs #28958 -- Added a test for ModelAdmin with query expressions in ordering.
This provides additional test coverage but isn't a regression test for
the ticket's issue.

Backport of 1d00923848 from master
2017-12-27 19:49:15 +01:00
Mariusz Felisiak b54302d226
[2.0.x] Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.

Backport of c815213740 from master
2017-12-27 18:46:05 +01:00
Tim Graham 1b27374b0d [2.0.x] Fixed #28966 -- Doc'd that the uuid URL path converter requires dashes
Backport of 038ea4f859 from master
2017-12-27 12:24:07 -05:00
Ran Benita 4e4619a2b8 [2.0.x] Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
Backport of c21f158295 from master
2017-12-26 12:18:39 -05:00
Claude Paroz 830636df73 [2.0.x] Fixed #28594 -- Removed Jython docs and specific code
Thanks Andrey Martyanov for the report, and Tim Graham for the review.
Backport of 23b21db31b from master.
2017-12-23 10:28:29 +01:00
Zac-HD 45d89856fc [2.0.x] Fixed #28878 -- Added python_requires in setup.py and a warning for older pips that don't recognize it.
Backport of 32ade4d73b from master
2017-12-22 18:30:50 -05:00