django1/django/contrib/gis/tests/relatedapp
Justin Bronn bd8afb1894 Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where they shouldn't go.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-14 19:14:32 +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 #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where they shouldn't go. 2009-04-14 19:14:32 +00:00
tests_mysql.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00