summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backend/oracle/field.py
Commit message (Expand)AuthorAgeFilesLines
* gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-...archive/attic/gisattic/gisJustin Bronn2008-08-051-1/+1
* gis: Fixed 6414, and applied DRY to spatial backend internals. Changes include:Justin Bronn2008-02-111-60/+5
* gis: Applied DRY to spatial SQL generation in anticipation of queryset-refact...Justin Bronn2007-12-151-1/+1
* gis: Added distance querying capabilites via the `distance` manager method an...Justin Bronn2007-12-041-24/+24
* gis: added `get_srid()` spatial backend utility that takes into account -1 SR...Justin Bronn2007-10-221-3/+2
* gis: Added preliminary spatial backend for Oracle; added GEOS routine `fromfi...Justin Bronn2007-10-161-0/+159