django/contrib/gis/geos/base.py
3 years ago Merged in patch from Aryeh Leib Taurog for #9877, adapting as necessary.
3 years ago Interim check-in; now more explicit in functions in geometry module; added a version check for prepared geometry support.
3 years ago Merged in the gis-geos branch.
3 years ago [svn r9646] Remove some code in loaddata that bails out of searching for fixture files (only when verbosity > 1) as soon as attempting to open any potential fixture file fails. This code looks to have been mistakenly added in r9527; loaddata ought to proceed with attempting to locate other fixture files, regardless of verbosity setting, as it did before r9527.