Commit Graph

8 Commits

Author SHA1 Message Date
Carlton Gibson 57468eaff3 [3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices.
Regression in 2d38eb0ab9

Backport of 29c126bb34 from master
2020-01-15 15:36:28 +01:00
Carlton Gibson 6aac9f6b11 [3.0.x] Refs #31097 -- Added release notes for 2f565f84ac.
.

Backport of 927c903f3c from master
2020-01-14 14:36:25 +01:00
Mariusz Felisiak 92866682c6 [3.0.x] Fixed #31155 -- Fixed a system check for the longest choice when a named group contains only non-string values.
Regression in b6251956b6.

Thanks Murat Guchetl for the report.
Backport of 6f7998adc7 from master
2020-01-11 19:49:38 +01:00
Adam Johnson 16297e7d5e [3.0.x] Fixed #31154 -- Added support for using enumeration types in templates.
Enumeration helpers are callables, so the template system tried to call
them with no arguments.

Thanks Rupert Baker for helping discover this.

Backport of 5166097d7c from master
2020-01-10 09:13:36 +01:00
Mariusz Felisiak 0379da59bd [3.0.x] Fixed #31141 -- Relaxed system check of translation settings for sublanguages.
Regression in 4400d8296d.

Thanks Enrique Matías Sánchez for the report.
Backport of 53d8646f79 from master
2020-01-08 08:06:33 +01:00
Mariusz Felisiak 4f81f6d236 [3.0.x] Fixed #31136 -- Disabled grouping by aliases on QuerySet.values()/values_list().
Regression in fb3f034f1c.

Thanks Sigurd Ljødal for the report.
Backport of 0f843fdd5b from master
2020-01-04 20:49:43 +01:00
Simon Charette 02cda09b13 [3.0.x] Fixed #31133 -- Fixed crash when subtracting against a subquery annotation.
The subtract_temporals() database operation was not handling expressions
returning SQL params in mixed database types.

Regression in 3543129822.

Thanks Reupen Shah for the report.

Backport of 9bcbcd599a from master
2020-01-03 10:35:44 +01:00
Mariusz Felisiak eb94e7ad6b [3.0.x] Added stub release notes for 3.0.3.
Backport of 69331bb851 from master
2020-01-02 08:41:58 +01:00