Django

Code

root/django/branches/gis/django/contrib/gis/db/models


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8215 [8215] 08/05/08 12:15:33 jbronn gis: Merged revisions …
(edit) @7980 [7980] 07/19/08 09:17:24 jbronn gis: Added the geographic-enabled forms and admin modules.
(edit) @7870 [7870] 07/08/08 13:46:09 jbronn gis: Fixed bug in GeoQuery.get_default_columns; forgot to make Oracle …
(edit) @7840 [7840] 07/05/08 11:59:51 jbronn gis: Fixed #7579; no longer attempt to transform input geometries if …
(edit) @7839 [7839] 07/05/08 10:40:55 jbronn gis: Revised changes to GeoWhereNode to reduce code duplication. …
(edit) @7836 [7836] 07/04/08 15:16:22 jbronn gis: Merged revisions …
(edit) @7699 [7699] 06/19/08 01:00:13 jbronn gis: Fixed spatial aggregates when an ordering was specified (thanks …
(edit) @7641 [7641] 06/15/08 14:48:57 jbronn gis: Refactor of the GeoQuerySet; new features include: (1) Creation of …
(edit) @7512 [7512] 05/01/08 13:17:50 jbronn gis: Fixed #7126 (with tests); moved GeoQuery and GeoWhereNode into …
(edit) @7482 [7482] 04/27/08 12:17:04 jbronn gis: Merged revisions 7458,7471-7473,7476-7478,7480 via svnmerge from …
(edit) @7456 [7456] 04/24/08 18:01:04 jbronn gis: Fixed bug where extra parameters were passed into SQL for dwithin
(edit) @7407 [7407] 04/07/08 17:20:58 jbronn gis: Applied DRY to Oracle and MySQL geometry adaptors; the …
(edit) @7213 [7213] 03/10/08 15:45:51 jbronn gis: Fixed #6746 by marking safe GoogleMap internal XHTML/JavaScript; …
(edit) @7175 [7175] 02/28/08 15:06:27 jbronn gis: Added geographic introspection capabilities for PostGIS and MySQL; …
(edit) @7138 [7138] 02/20/08 15:15:43 jbronn gis: Fixed bug in GeoQuerySet.distance caused by SQL substitution that …
(edit) @7104 [7104] 02/10/08 20:25:01 jbronn gis: Fixed 6414, and applied DRY to spatial backend internals. Changes …
(edit) @7028 [7028] 01/21/08 19:22:27 jbronn gis: Added the extent method to GeoQuerySet; moved various …
(edit) @6966 [6966] 12/21/07 15:36:54 jbronn gis: Fixed #6246 (Thanks jos3ph); removed unnecessary commented debugging …
(edit) @6919 [6919] 12/14/07 18:30:48 jbronn gis: Applied DRY to spatial SQL generation in anticipation of …
(edit) @6886 [6886] 12/04/07 11:44:37 jbronn gis: Added distance querying capabilites via the distance manager method …
(edit) @6524 [6524] 10/16/07 01:41:16 jbronn gis: Added preliminary spatial backend for Oracle; added GEOS routine …
(edit) @6508 [6508] 10/14/07 15:13:11 jbronn gis: spatial-backend enhancements: (1) GEOS no longer has …
(edit) @6467 [6467] 10/08/07 13:18:17 jbronn gis: spatial-database compatibility and usability changes: (1) The …
(edit) @6441 [6441] 09/30/07 12:44:13 jbronn gis: Added the gml() and union() GeoQuerySet? routines w/tests.
(edit) @6437 [6437] 09/29/07 21:30:06 jbronn gis: Fixed #5629 with patch from rcoup.
(edit) @6413 [6413] 09/24/07 15:29:27 jbronn gis: modifed tests and mixin to use the HAS_GDAL flag.
(edit) @6243 [6243] 09/14/07 17:56:43 jbronn gis: Fixed #5438 with patches from rcoup.
(edit) @6188 [6188] 09/14/07 09:02:38 jbronn gis: Fixed #5433 -- GDAL is not a prerequisite.
(edit) @6111 [6111] 09/12/07 20:09:33 jbronn gis: fixed #5531.
(edit) @6026 [6026] 08/30/07 07:58:04 jbronn gis: fixed deprecated backend references in _get_sql_clause(); …
(edit) @6018 [6018] 08/25/07 20:10:53 jbronn gis: Made necessary modifications for unicode, manage refactor, backend …
(edit) @5881 [5881] 08/12/07 20:33:26 jbronn gis: added transform() manager method; _get_sql_clause() moved to …
(edit) @5806 [5806] 08/05/07 20:27:22 jbronn gis: added tests, added precision keyword, and generally improved …
(edit) @5776 [5776] 07/29/07 14:58:24 jbronn gis: created backend module, that will (in the future) allow for support …
(edit) @5773 [5773] 07/28/07 13:59:44 jbronn gis: fixed support for 'isnull' lookup type on geometry columns, and added …
(edit) @5762 [5762] 07/25/07 21:18:26 jbronn gis: geographic queries may now take geos geometry objects as an argument …
(edit) @5751 [5751] 07/23/07 03:47:40 jdunck gis: Added KML sitemap support.
(edit) @5661 [5661] 07/12/07 07:26:40 jbronn gis: fixed OGR bug and removed unnecessary imports from GeoMixin?.
(edit) @5657 [5657] 07/12/07 01:47:40 jbronn gis: lazy-geometry support has landed -- thanks Robert Coup!
(edit) @5448 [5448] 06/09/07 14:55:42 jbronn gis: NULL geometries are now allowed (thanks Robert Coup!), field …
(edit) @5397 [5397] 05/31/07 20:15:35 jbronn gis: Added an intial ctypes interface to GDAL/OGR (1) SpatialReference?
(edit) @5382 [5382] 05/29/07 09:12:37 jdunck gis: Committed todo notes.
(edit) @5336 [5336] 05/24/07 20:29:10 jbronn gis: (1) fixed WKT admin bug (2) cleaned up GeometryField? (moved SQL …
(edit) @5008 [5008] 04/15/07 22:43:53 jbronn gis: added GEOSGeometry, a ctypes wrapper for the GEOS library, …
(edit) @4884 [4884] 03/31/07 16:25:29 jbronn gis: two big changes: (1) the addition of the GeoMixin? class, which gives …
(edit) @4851 [4851] 03/29/07 11:51:20 jdunck gis: From jbronn: Renamed LineString? to LineStringField?. Changed qs kwargs …
(edit) @4788 [4788] 03/23/07 12:47:48 jdunck gis: And added missing fields init.
(edit) @4787 [4787] 03/23/07 12:45:19 jdunck gis: Moved files to their appropriate locations from bad commit in [4785].
(edit) @4675 [4675] 03/07/07 17:22:37 jdunck gis: changed fields.GeometryField? to implement get_internal_type.
(add) @4674 [4674] 03/07/07 17:09:33 jdunck gis: Added beginnings of django.contrib.gis. Changed ManyToManyField? to …
Note: See TracRevisionLog for help on using the revision log.