django1/django/contrib/gis/db
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
..
backend Added experimental support for a POSTGIS_VERSION setting for GeoDjango. If set, it will tell GeoDjango not to do the postgis_lib_version() query every time the server starts up (assuming a PostGIS backend). This is intentionally undocumented because Justin mentioned he might be refactoring the backends for Django 1.2 such that this setting would be unnecessary. Until then, people can use this hook. 2009-04-12 07:19:56 +00:00
models Fixed #10807 - `GeoWhereNode` no longer passes `Constraint` objects to where they shouldn't go. 2009-04-14 19:14:32 +00:00
__init__.py Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00