index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gis_tests
/
geoapp
/
test_expressions.py
Age
Commit message (
Expand
)
Author
2026-02-10
Added various missing test skips observed on MongoDB.
Tim Graham
2022-06-14
Fixed #33772 -- Added QuerySet.first()/last() error message on unordered quer...
Pablo Pissi
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-13
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2019-03-03
Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2018-05-31
Refs #29416 -- Fixed GeoExpressionsTests.test_multiple_annotation() on MySQL ...
Mariusz Felisiak
2018-01-27
Fixed #29054 -- Fixed a regression where a queryset that annotates with geome...
Mariusz Felisiak
2017-05-04
Made runtests.py run gis_tests only when using a GIS database backend.
Tim Graham
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2016-12-07
Fixed #25708 -- Fixed annotations with geometry values.
Sergey Fedoseev