This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
091f5b5a4e
django1
/
django
/
contrib
/
gis
/
tests
/
geo3d
History
Thomas Chaumeny
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
...
Thanks Collin Anderson for the review.
2014-09-29 00:01:38 +07:00
..
__init__.py
Fixed
#11433
-- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`.
2009-11-16 18:49:00 +00:00
models.py
Properly assigned app_label to GIS test models.
2014-01-01 11:01:46 +01:00
tests.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00
views.py
Fixed
#11433
-- 3D geometry fields are now supported with PostGIS; EWKB is now used by `PostGISAdaptor`.
2009-11-16 18:49:00 +00:00