django1/django/contrib/gis/tests/relatedapp
Justin Bronn a6356cad4d Fixed #10757 -- Fixed improper selection of primary keys across relations when using `GeoManager.values`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 21:18:41 +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 #10757 -- Fixed improper selection of primary keys across relations when using `GeoManager.values`. 2009-04-07 21:18:41 +00:00
tests_mysql.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00