1. 22 Eki, 2015 1 kayıt (commit)
  2. 11 Şub, 2015 1 kayıt (commit)
  3. 26 Agu, 2014 1 kayıt (commit)
  4. 23 Agu, 2014 3 kayıt (commit)
  5. 19 Agu, 2014 1 kayıt (commit)
  6. 08 Haz, 2014 1 kayıt (commit)
  7. 02 Kas, 2013 1 kayıt (commit)
  8. 22 Eki, 2013 1 kayıt (commit)
  9. 17 Eki, 2013 1 kayıt (commit)
  10. 24 Eyl, 2013 1 kayıt (commit)
  11. 11 May, 2013 1 kayıt (commit)
    • Carl Meyer's avatar
      Fixed #17365, #17366, #18727 -- Switched to discovery test runner. · 9012833a
      Carl Meyer yazdı
      Thanks to Preston Timmons for the bulk of the work on the patch, especially
      updating Django's own test suite to comply with the requirements of the new
      runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the
      patch and the discovery runner.
      
      Refs #11077, #17032, and #18670.
      9012833a
  12. 27 Eki, 2012 1 kayıt (commit)
  13. 17 Haz, 2012 1 kayıt (commit)
    • Florian Apolloner's avatar
      Fixed GIS testsuite. · ac1b9ae6
      Florian Apolloner yazdı
      Moved HAS_SPATIALREFSYS back into the tests namespace since it only operates
      on the default database and isn't a global flag like HAS_GDAL.
      ac1b9ae6
  14. 22 Ara, 2009 1 kayıt (commit)
    • Russell Keith-Magee's avatar
      Fixed #1142 -- Added multiple database support. · ff60c5f9
      Russell Keith-Magee yazdı
      This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project.
      Congratulations to Alex for a job well done.
      
      Big thanks also go to:
       * Justin Bronn for keeping GIS in line with the changes,
       * Karen Tracey and Jani Tiainen for their help testing Oracle support
       * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback.
       * Malcolm Treddinick for his guidance during the GSoC submission process.
       * Simon Willison for driving the original design process
       * Cal Henderson for complaining about ponies he wanted.
      
      ... and everyone else too numerous to mention that helped to bring this feature into fruition.
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      ff60c5f9
  15. 30 Mar, 2009 1 kayıt (commit)
    • Justin Bronn's avatar
      Refactored and cleaned up parts of the spatial database backend. Changes include: · 867e7150
      Justin Bronn yazdı
      * Laid foundations for SpatiaLite support in `GeoQuerySet`, `GeoWhereNode` and the tests.
      * Added the `Collect` aggregate for PostGIS (still needs tests).
      * Oracle now goes to 11.
      * The backend-specific `SpatialRefSys` and `GeometryColumns` models are now attributes of `SpatialBackend`.
      * Renamed `GeometryField` attributes to be public that were private (e.g., `_srid` -> `srid` and `_geom` -> `geom_type`).
      * Renamed `create_test_db` to `create_test_spatial_db`.
      * Removed the legacy classes `GeoMixin` and `GeoQ`.
      * Removed evil `\` from spatial backend fields.
      * Moved shapefile data from `tests/layermap` to `tests/data`.
      
      Fixed #9794.  Refs #9686.
      
      
      git-svn-id: http://code.djangoproject.com/svn/django/trunk@10197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
      867e7150
  16. 05 Agu, 2008 1 kayıt (commit)