1
0
mirror of https://github.com/django/django.git synced 2025-03-18 05:10:44 +00:00

12 Commits

Author SHA1 Message Date
Mariusz Felisiak
5371342ed6
Fixed -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3. 2021-01-19 12:25:20 +01:00
Hasan Ramezani
275dd4ebba
Fixed -- Allowed database backends to skip tests and mark expected failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
2020-12-10 18:00:57 +01:00
Nick Pope
b312421511
Refs -- Added test for WAL option to Queryset.explain() on PostgreSQL 13+. 2020-08-24 11:47:38 +02:00
Mariusz Felisiak
20a8a443f0
Fixed -- Dropped support for MySQL 5.6. 2020-05-19 10:56:39 +02:00
Nick Pope
55df1750be Refs -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+. 2019-10-24 15:13:26 +02:00
Nick Pope
742961332e Refs -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+. 2019-10-24 15:13:23 +02:00
Nick Pope
6e9189c080 Refs -- Added test for SETTINGS option to Queryset.explain() on PostgreSQL 12+. 2019-10-23 14:07:18 +02:00
Nick Pope
a5c5ae7d91 Refs -- Used feature flag for PostgreSQL version check. 2019-10-23 14:07:13 +02:00
Mariusz Felisiak
0ddb4ebf7b Refs -- Made Meta.ordering not affect GROUP BY queries.
Per deprecation timeline.
2019-09-10 12:01:00 +02:00
Ramiro Morales
1b1f64ee5a Refs -- Deprecated Meta.ordering affecting GROUP BY queries.
Thanks Ramiro Morales for contributing to the patch.
2018-09-13 12:29:48 -04:00
Tim Graham
13fe5a87f9 Fixed MySQL QuerySet.explain() test when running tests in reverse. 2018-06-06 11:31:06 -04:00
Tom
c1c163b427 Fixed -- Added QuerySet.explain(). 2018-04-19 10:52:19 -04:00