django1/django/contrib/gis/tests/relatedapp
Justin Bronn 037ce4318b Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21 22:35:04 +00:00
..
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
models.py Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples returned by `values()` and `values_list()`, respectively; updated `GeoQuery` methods to be compatible with `defer()` and `only`; removed defunct `GeomSQL` class; and removed redundant logic from `Query.get_default_columns`. 2009-04-01 16:01:50 +00:00
tests.py Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle. 2009-04-21 22:35:04 +00:00
tests_mysql.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00