summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gis: Merged revisions 7981-8001,8003-8011,8013-8033,8035-8036,8038-8039,8041-...archive/attic/gisattic/gisJustin Bronn2008-08-05269-13554/+20710
* gis: Now plays nice with the Django test suite if the spatial prerequisites a...Justin Bronn2008-07-302-6/+25
* gis: Removed unused `KMLSitemap` code that crept in outside the `contrib.gis`...Justin Bronn2008-07-291-21/+0
* gis: Changed the inches attribute name from `in` (a Python reserved keyword) ...Justin Bronn2008-07-261-3/+3
* gis: Removed the `sites` module and use the `site` instance from `django.cont...Justin Bronn2008-07-232-38/+4
* gis: Fixed #7873, `GEOSGeometry` equivalence comparison with `None` should no...Justin Bronn2008-07-222-2/+10
* gis: gdal: Features may now be fetched from OGR layers that do not support ra...Justin Bronn2008-07-2217-75/+174
* gis: Now use `ctypes.util.find_library` to get the C library names. This is ...Justin Bronn2008-07-203-42/+57
* gis: Removed vestige code containing references to the now defunct 'NoField' ...Justin Bronn2008-07-206-11/+0
* gis: Added the geographic-enabled forms and admin modules.Justin Bronn2008-07-1913-1/+512
* gis: Merged revisions 7921,7926-7928,7938-7941,7945-7947,7949-7950,7952,7955-...Justin Bronn2008-07-19207-3601/+9426
* gis: Merged revisions 7837-7838,7842-7852,7856-7869,7871,7876-7877,7882-7891,...Justin Bronn2008-07-1382-939/+2259
* gis: Fixed #7705; forgot to import `get_field_name` from the ctypes prototype...Justin Bronn2008-07-101-1/+1
* gis: Fixed bug in `GeoQuery.get_default_columns`; forgot to make Oracle spati...Justin Bronn2008-07-082-4/+4
* gis: Fixed #7619. Added support Google Maps markers (`GMarker`) and events (...Justin Bronn2008-07-054-20/+158
* gis: Fixed #7579; no longer attempt to transform input geometries if `Geometr...Justin Bronn2008-07-053-9/+19
* gis: Revised changes to `GeoWhereNode` to reduce code duplication. Thanks, M...Justin Bronn2008-07-051-29/+12
* gis: Merged revisions 7772-7808,7811-7814,7816-7823,7826-7829,7831-7833,7835 ...Justin Bronn2008-07-04104-2053/+6771
* gis: Merged revisions 7643-7662,7667-7668,7672-7682,7686-7693,7695-7698,7700-...Justin Bronn2008-06-26130-2651/+11114
* gis: Fixed #7540 -- fixed the GeoJSON regex to accept minus signs. Thanks, K...Justin Bronn2008-06-262-1/+2
* gis: Added the `ogrinspect` management command.Justin Bronn2008-06-193-3/+140
* gis: Fixed spatial aggregates when an ordering was specified (thanks ingenier...Justin Bronn2008-06-194-5/+21
* gis: Improvements to `get_srid_info`, including raising no exception when the...Justin Bronn2008-06-162-10/+18
* gis: gdal: Fixed #7434 (no real defect, just clarified how to disable GDAL); ...Justin Bronn2008-06-163-4/+22
* gis: Merged revisions 7574-7583,7585-7586,7590-7602,7614-7615,7619-7625,7629,...Justin Bronn2008-06-1668-441/+1563
* gis: Refactor of the `GeoQuerySet`; new features include:Justin Bronn2008-06-1527-543/+1366
* gis: Modified the Oracle database backend so that the input size of parameter...Justin Bronn2008-06-151-11/+34
* gis: Merged revisions 7545-7546,7548-7561,7563-7565,7567-7569 via svnmerge fr...Justin Bronn2008-06-0423-318/+467
* gis: Disabled query counting test in `relatedapp` because of its brittleness ...Justin Bronn2008-06-041-4/+5
* gis: gdal: Made error message when opening an invalid `DataSource` more clear.Justin Bronn2008-06-041-3/+7
* gis: Went through and cleaned up `ogrinspect` code and added features provide...Justin Bronn2008-06-043-45/+138
* gis: Added the `precision_wkt` utility; `add_postgis_srs` may now take WKT/PR...Justin Bronn2008-05-223-0/+62
* gis: Merged revisions 7526,7534-7539 via svnmerge from trunk.Justin Bronn2008-05-189-561/+611
* gis: Merged revisions 7514,7520-7521 via svnmerge from trunk.Justin Bronn2008-05-102-5/+5
* gis: Fixed `_post_create_sql` hook to not generate additional SQL for fields ...Justin Bronn2008-05-021-3/+6
* gis: Fixed #7126 (with tests); moved `GeoQuery` and `GeoWhereNode` into `sql`...Justin Bronn2008-05-0110-172/+410
* gis: Merged revisions 7499,7501-7502,7504,7509-7510 via svnmerge from trunk.Justin Bronn2008-05-018-38/+98
* gis: Merged revisions 7485-7491,7493-7497 via svnmerge from trunk.Justin Bronn2008-04-2812-46/+119
* gis: Forgot to include Oracle `relate` patch with the other qsrf changes.Justin Bronn2008-04-271-2/+3
* gis: Merged revisions 7458,7471-7473,7476-7478,7480 via svnmerge from trunk.Justin Bronn2008-04-2774-3818/+9777
* gis: The `WKTAdaptor` needs the SRID for Oracle; now test geodetic `dwithin` ...Justin Bronn2008-04-262-13/+29
* gis: Fixed GEOS tests for those still running 3.0.0RC4.Justin Bronn2008-04-251-12/+20
* gis: Fixed bug where extra parameters were passed into SQL for `dwithin` look...Justin Bronn2008-04-243-9/+27
* gis: Merged revisions 7408-7415,7420-7424,7435 via svnmerge from trunk.Justin Bronn2008-04-2214-251/+234
* gis: Updated KML tests for PostGIS 1.3.3 and GDAL tests to not perform `close...Justin Bronn2008-04-222-3/+21
* gis: Applied DRY to Oracle and MySQL geometry adaptors; the `PostGISAdaptor` ...Justin Bronn2008-04-076-29/+23
* gis: gdal: Added the `clone` keyword to `OGRGeometry.transform`; removed unne...Justin Bronn2008-04-073-15/+21
* gis: Merged revisions 7355-7403 via svnmerge from trunk.Justin Bronn2008-04-0748-4815/+10232
* gis: geos: `GEOSGeometry` objects may now be pickled; added the `clone` keywo...Justin Bronn2008-04-072-12/+68
* gis: `GoogleMap`: The Google Maps JavaScript API is now used for automatic zo...Justin Bronn2008-04-043-34/+25