Olivier Le Thanh Duong
|
1b754d638d
Fixed #34629 -- Added filtering support to GIS aggregates.
|
1 年之前 |
Mariusz Felisiak
|
73766c1187
Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM storage engine.
|
2 年之前 |
Nick Pope
|
847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
|
3 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Tim Graham
|
c3b1e41288
Removed unneeded @no_oracle skips.
|
4 年之前 |
Tim Graham
|
755dbf39fc
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
|
4 年之前 |
Mariusz Felisiak
|
b435f82939
Reverted "Fixed relative paths imports per isort 4.3.5."
|
6 年之前 |
Mariusz Felisiak
|
463fe11bc8
Fixed relative paths imports per isort 4.3.5.
|
6 年之前 |
Mariusz Felisiak
|
1508e71c5b
Relaxed assertions to fix GIS test failures on Oracle 18c.
|
6 年之前 |
Simon Charette
|
9d93dff333
Fixed #28665 -- Change some database exceptions to NotImplementedError per PEP 249.
|
7 年之前 |
Tim Graham
|
f896eb30f6
Removed django.contrib.gis.geometry.backend.
|
7 年之前 |
Sergey Fedoseev
|
44a7b98abb
Fixed #27964 -- Made MySQL backend raise exception if spatial transformation is needed for query.
|
7 年之前 |
Tim Graham
|
890537253c
Made runtests.py run gis_tests only when using a GIS database backend.
|
8 年之前 |
Tim Graham
|
6b4f018b2b
Replaced type-specific assertions with assertEqual().
|
8 年之前 |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 年之前 |
Tim Graham
|
a0d166306f
Removed GeoManager and GeoQuerySet per deprecation timeline.
|
8 年之前 |
Tim Graham
|
c04207cd38
Replaced some GIS has_X_method skips with supports_X_aggr/has_X_function.
|
8 年之前 |
Jackie Leng
|
50613d957a
Fixed #26920 -- Made GEOSGeometry equality check consider the srid
|
8 年之前 |
Tim Graham
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 年之前 |
Tim Graham
|
9027fac841
Removed unneeded GeoManagers in tests.
|
9 年之前 |
Tim Graham
|
67732a9b18
Fixed #24687 -- Added select_related() validation for nested non-relational fields.
|
9 年之前 |
Tim Graham
|
5d383549ee
Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.
|
9 年之前 |
Tim Graham
|
aaacaeb096
Renamed RemovedInDjangoXYWarnings for new roadmap.
|
9 年之前 |
Alasdair Nicol
|
eaeea6f947
Fixed #24714 -- Used more specific assertions than assertEqual in tests.
|
10 年之前 |
Claude Paroz
|
d9bcba9b29
Removed many HAS_GEOS conditional imports
|
10 年之前 |
Tim Graham
|
ad0be620ae
Moved contrib.gis tests out of contrib.
|
10 年之前 |