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
/
test_measure.py
Age
Commit message (
Collapse
)
Author
2024-01-16
Fixed #35117 -- Added support for the hectare unit in Area.
Alexis Athlani
2023-06-25
Fixed #34676 -- Normalized Distance()/Area() exceptions for nonexistent units.
Andrew Northall
2022-07-23
Removed unneeded test suite creation for GIS measure tests.
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-01-18
Fixed #32358 -- Fixed queryset crash when grouping by annotation with ↵
Illia Volochii
Distance()/Area(). Made MeasureBase hashable.
2019-04-19
Fixed #30341 -- Added support for the furlong unit in Distance.
Dustin Neighly
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham