- 22 Eki, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Fixes a regression from 2bd1bbc4. Thanks Daniel Wiesmann for the report and Tim Graham for the review.
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 26 Agu, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22632. Thanks Tim Graham for the review.
-
- 23 Agu, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22632. Thanks Tim Graham for the review.
-
Claude Paroz yazdı
Refs #22632. Thanks Tim Graham for the review.
-
Claude Paroz yazdı
-
- 19 Agu, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #22632. This should be the base for using more database features to exclude specific backends in GIS tests. Thanks Tim Graham for the review.
-
- 08 Haz, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Prevented clashes in the app registry. Fixed #22790. Thanks timo for the report.
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 24 Eyl, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 11 May, 2013 1 kayıt (commit)
-
-
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.
-
- 27 Eki, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 17 Haz, 2012 1 kayıt (commit)
-
-
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.
-
- 22 Ara, 2009 1 kayıt (commit)
-
-
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
-
- 30 Mar, 2009 1 kayıt (commit)
-
-
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
-
- 05 Agu, 2008 1 kayıt (commit)
-
-
Justin Bronn yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-