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_data.py
Age
Commit message (
Collapse
)
Author
2024-01-26
[5.0.x] Applied Black's 2024 stable style.
Mariusz Felisiak
https://github.com/psf/black/releases/tag/24.1.0 Backport of 305757aec19c9d5111e4d76095ae0acd66163e4b from main
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-26
Increased test coverage for django.contrib.gis.gdal.layer.Layer.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
These functions do nothing on Python 3.
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
Thanks Tim Graham for the review.
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham