Django

Code

root/django/branches/gis/django/contrib


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) @8155 [8155] 07/30/08 12:46:02 jbronn gis: Now plays nice with the Django test suite if the spatial …
(edit) @8140 [8140] 07/29/08 17:02:58 jbronn gis: Removed unused KMLSitemap code that crept in outside the …
(edit) @8077 [8077] 07/25/08 20:03:24 jbronn gis: Changed the inches attribute name from in (a Python reserved …
(edit) @8064 [8064] 07/23/08 17:24:16 jbronn gis: Removed the sites module and use the site instance from …
(edit) @8040 [8040] 07/21/08 21:43:47 jbronn gis: Fixed #7873, GEOSGeometry equivalence comparison with None should …
(edit) @8034 [8034] 07/21/08 20:10:59 jbronn gis: gdal: Features may now be fetched from OGR layers that do not support …
(edit) @8012 [8012] 07/20/08 16:30:46 jbronn gis: Now use ctypes.util.find_library to get the C library names. This …
(edit) @7980 [7980] 07/19/08 09:17:24 jbronn gis: Added the geographic-enabled forms and admin modules.
(edit) @7979 [7979] 07/19/08 08:30:47 jbronn gis: Merged revisions …
(edit) @7918 [7918] 07/13/08 09:31:09 jbronn gis: Merged revisions …
(edit) @7880 [7880] 07/10/08 15:33:59 jbronn gis: Fixed #7705; forgot to import get_field_name from the ctypes …
(edit) @7870 [7870] 07/08/08 13:46:09 jbronn gis: Fixed bug in GeoQuery.get_default_columns; forgot to make Oracle …
(edit) @7841 [7841] 07/05/08 17:10:33 jbronn gis: Fixed #7619. Added support Google Maps markers (GMarker) and …
(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) @7768 [7768] 06/26/08 10:11:55 jbronn gis: Merged revisions …
(edit) @7767 [7767] 06/26/08 09:31:03 jbronn gis: Fixed #7540 -- fixed the GeoJSON regex to accept minus signs. …
(edit) @7709 [7709] 06/19/08 15:01:29 jbronn gis: Added the ogrinspect management command.
(edit) @7699 [7699] 06/19/08 01:00:13 jbronn gis: Fixed spatial aggregates when an ordering was specified (thanks …
(edit) @7666 [7666] 06/16/08 11:58:12 jbronn gis: Improvements to get_srid_info, including raising no exception when …
(edit) @7665 [7665] 06/16/08 11:39:36 jbronn gis: gdal: Fixed #7434 (no real defect, just clarified how to disable …
(edit) @7642 [7642] 06/15/08 19:34:17 jbronn gis: Merged revisions …
(edit) @7641 [7641] 06/15/08 14:48:57 jbronn gis: Refactor of the GeoQuerySet; new features include: (1) Creation of …
(edit) @7572 [7572] 06/04/08 12:25:55 jbronn gis: Disabled query counting test in relatedapp because of its …
(edit) @7571 [7571] 06/04/08 12:24:08 jbronn gis: gdal: Made error message when opening an invalid DataSource more …
(edit) @7570 [7570] 06/04/08 12:21:54 jbronn gis: Went through and cleaned up ogrinspect code and added features …
(edit) @7547 [7547] 05/22/08 16:52:03 jbronn gis: Added the precision_wkt utility; add_postgis_srs may now take …
(edit) @7540 [7540] 05/18/08 13:27:22 jbronn gis: Merged revisions 7526,7534-7539 via svnmerge from trunk.
(edit) @7523 [7523] 05/10/08 11:18:22 jbronn gis: Merged revisions 7514,7520-7521 via svnmerge from trunk.
(edit) @7512 [7512] 05/01/08 13:17:50 jbronn gis: Fixed #7126 (with tests); moved GeoQuery and GeoWhereNode into …
(edit) @7498 [7498] 04/28/08 09:08:46 jbronn gis: Merged revisions 7485-7491,7493-7497 via svnmerge from trunk.
(edit) @7483 [7483] 04/27/08 12:41:42 jbronn gis: Forgot to include Oracle relate patch with the other qsrf changes.
(edit) @7482 [7482] 04/27/08 12:17:04 jbronn gis: Merged revisions 7458,7471-7473,7476-7478,7480 via svnmerge from …
(edit) @7464 [7464] 04/25/08 19:36:15 jbronn gis: The WKTAdaptor needs the SRID for Oracle; now test geodetic …
(edit) @7463 [7463] 04/25/08 18:52:41 jbronn gis: Fixed GEOS tests for those still running 3.0.0RC4.
(edit) @7456 [7456] 04/24/08 18:01:04 jbronn gis: Fixed bug where extra parameters were passed into SQL for dwithin
(edit) @7442 [7442] 04/22/08 13:27:02 jbronn gis: Merged revisions 7408-7415,7420-7424,7435 via svnmerge from trunk.
(edit) @7441 [7441] 04/22/08 13:14:29 jbronn gis: Updated KML tests for PostGIS 1.3.3 and GDAL tests to not perform …
(edit) @7407 [7407] 04/07/08 17:20:58 jbronn gis: Applied DRY to Oracle and MySQL geometry adaptors; the …
(edit) @7406 [7406] 04/07/08 16:43:36 jbronn gis: gdal: Added the clone keyword to OGRGeometry.transform; removed …
(edit) @7405 [7405] 04/07/08 15:29:36 jbronn gis: Merged revisions 7355-7403 via svnmerge from trunk.
(edit) @7404 [7404] 04/07/08 15:15:04 jbronn gis: geos: GEOSGeometry objects may now be pickled; added the clone
(edit) @7400 [7400] 04/04/08 07:57:19 jbronn gis: GoogleMap: The Google Maps JavaScript? API is now used for automatic …
(edit) @7399 [7399] 04/04/08 07:32:58 jbronn gis: Added the add_postgis_srs utility to ease the creation of …
(edit) @7397 [7397] 04/01/08 17:40:32 jbronn gis: Fixed geographic models produced by inspectdb.
(edit) @7389 [7389] 03/30/08 16:45:39 jdunck [gis] Tweaked layermapping to note updates to unique'd models.
(edit) @7354 [7354] 03/23/08 12:18:58 jbronn gis: Merged revisions 7280-7353 via svnmerge from trunk.
(edit) @7279 [7279] 03/17/08 23:05:09 jbronn gis: Merged revisions 7181-7277 via svnmerge from trunk.
(edit) @7214 [7214] 03/10/08 16:13:52 jbronn gis: LayerMapping: OGR string fields may now be coerced into Django …
(edit) @7213 [7213] 03/10/08 15:45:51 jbronn gis: Fixed #6746 by marking safe GoogleMap internal XHTML/JavaScript; …
(edit) @7176 [7176] 02/28/08 15:24:51 jbronn gis: Merged revisions 7105-7168 via svnmerge from trunk.
(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) @7127 [7127] 02/17/08 21:03:25 jbronn gis: gdal: Fixed new _version_info definition for win32 platforms; made …
(edit) @7114 [7114] 02/14/08 10:33:16 jbronn gis: geos: Added GeoJSON input/output support for GEOSGeometry (requires …
(edit) @7113 [7113] 02/14/08 10:05:44 jbronn gis: gdal: Fixed GDAL version string parsing for development versions; …
(edit) @7107 [7107] 02/12/08 18:38:36 jbronn gis: gdal: Added support for GeoJSON input/output in OGRGeometry.
(edit) @7104 [7104] 02/10/08 20:25:01 jbronn gis: Fixed 6414, and applied DRY to spatial backend internals. Changes …
(edit) @7103 [7103] 02/08/08 14:57:56 jbronn gis: Merged revisions 7044-7102 via svnmerge from trunk.
(edit) @7102 [7102] 02/08/08 13:10:00 jbronn gis: gdal: SpatialReference objects may now be constructed with PROJ.4 …
(edit) @7101 [7101] 02/08/08 11:36:43 jbronn gis: geos: Fixed bug in transform where coordinate sequence pointer was …
(edit) @7100 [7100] 02/08/08 08:42:37 jbronn gis: geos: Fixed declaration of geos_version to explicitly set restype …
(edit) @7047 [7047] 01/28/08 10:31:41 jbronn gis: Fixed #6440. Removed degree conversion from Distance -- should not …
(edit) @7044 [7044] 01/28/08 09:35:46 jbronn gis: Merged revisions 6990-7043 via svnmerge from trunk.
(edit) @7028 [7028] 01/21/08 19:22:27 jbronn gis: Added the extent method to GeoQuerySet; moved various …
(edit) @7027 [7027] 01/18/08 10:49:51 jbronn gis: Fixed #6289 (added extra_context keyword to GoogleMap). Thanks …
(edit) @7026 [7026] 01/18/08 10:38:51 jbronn gis: Fixed #6357, and added a validator to WKTField.
(edit) @7024 [7024] 01/18/08 09:52:37 jbronn gis: LayerMapping: Fixed bug that would occur when mapping OFTReal
(edit) @7013 [7013] 01/10/08 11:11:02 jbronn gis: LayerMapping: Added the fid_range and step keywords to …
(edit) @7012 [7012] 01/09/08 13:42:23 jbronn gis: gdal: GeometryCollection.add() now accepts other collections, and …
(edit) @7003 [7003] 01/06/08 16:20:39 jbronn gis: gdal: Fixed Driver and DataSource? bug reported by David Hancock in …
(edit) @6993 [6993] 01/04/08 00:41:13 jbronn gis: gdal: Now supports the official GDAL 1.5 binaries for Windows, …
(edit) @6992 [6992] 01/03/08 13:02:18 jbronn gis: LayerMapping: Improved the internals (i.e., checking every feature …
(edit) @6990 [6990] 01/02/08 10:57:53 jbronn gis: Merged revisions 6920-6989 via svnmerge from trunk.
(edit) @6980 [6980] 12/29/07 01:48:08 jbronn gis: LayerMapping: Added the unique keyword parameter and tests for …
(edit) @6979 [6979] 12/27/07 15:44:33 jbronn gis: lowered test transformation precision due to variations in updated …
(edit) @6978 [6978] 12/25/07 15:27:56 jbronn gis: geos: all pointer access is now done via the ptr property to …
(edit) @6966 [6966] 12/21/07 15:36:54 jbronn gis: Fixed #6246 (Thanks jos3ph); removed unnecessary commented debugging …
(edit) @6920 [6920] 12/14/07 19:38:43 jbronn gis: Merged revisions …
(edit) @6919 [6919] 12/14/07 18:30:48 jbronn gis: Applied DRY to spatial SQL generation in anticipation of …
(edit) @6918 [6918] 12/14/07 15:42:37 jbronn gis: Fixed #6196 in GeoIP refactor. Added unit tests, improved path …
(edit) @6916 [6916] 12/12/07 21:08:06 jbronn gis: gdal: Fixed bug in the property so that no exception is raised when …
(edit) @6914 [6914] 12/11/07 10:18:48 jbronn gis: gdal: removed errcheck_flag, not needed after all (I misread the C …
(edit) @6886 [6886] 12/04/07 11:44:37 jbronn gis: Added distance querying capabilites via the distance manager method …
(edit) @6884 [6884] 12/04/07 09:09:06 jbronn gis: geos: Added support for EWKT (SRID only), and a transform routine …
(edit) @6865 [6865] 12/03/07 12:15:57 jbronn gis: added additional units (including WKT aliases) and the unit_attname
(edit) @6862 [6862] 12/03/07 02:16:09 jbronn gis: gdal: Added GDAL_LIBRARY_PATH setting; added tests and extended …
(edit) @6861 [6861] 12/03/07 00:27:16 jbronn gis: renamed GEOSGeometryIndexError to GEOSIndexError; added …
(edit) @6815 [6815] 12/01/07 16:12:44 jdunck gis: Merged 6672-6783 vis svnmerge from trunk
(edit) @6708 [6708] 11/20/07 09:13:55 jbronn gis: Fixed DecimalField? verification in LayerMapping?.
(edit) @6707 [6707] 11/20/07 09:10:20 jbronn gis: gdal: Fixed memory leak introduced in the refactor caused by …
(edit) @6688 [6688] 11/17/07 16:04:05 jbronn gis: Added the ogrinspect module (via patch from tlp), which provides …
(edit) @6687 [6687] 11/17/07 15:57:12 jbronn gis: LayerMapping? refactor (1) Moved all routines into LayerMapping? class …
(edit) @6686 [6686] 11/17/07 15:38:36 jbronn gis: gdal: refactor of the GDAL ctypes interface (1) All interactions …
(edit) @6672 [6672] 11/14/07 13:13:37 jbronn gis: Merged revisions 6614-6671 via svnmerge from trunk.
(edit) @6653 [6653] 11/05/07 18:39:36 jbronn gis: geos: Re-factored GEOS interface. Improvements include: (1) All …
(edit) @6639 [6639] 11/03/07 19:48:10 jbronn gis: gdal: (1) Added the field_widths and field_precision properties …
(edit) @6615 [6615] 10/26/07 15:47:20 jbronn gis: Merged revisions 6525-6613 via svnmerge from [repos:django/trunk
Note: See TracRevisionLog for help on using the revision log.