summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+9
|
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-5/+9
|
* Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan2017-02-041-2/+2
|
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
|
* Stopped deleting from the geometry_columns view on PostGISClaude Paroz2016-09-171-2/+1
| | | | | On PostGIS < 2, geometry_columns is a table that was manually maintained. It's a view on PostGIS 2.
* Removed unused wk_col property of SpatialRefSys models.Tim Graham2016-04-151-4/+0
| | | | Unused since ae7cb577ddbea48aaed26cbbf69c77078a99e221.
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
|
* Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz2014-07-231-1/+2
| | | | Thanks kunitoki for the report and initial patches.
* Gave unique names to SpatialRefSysModels.Aymeric Augustin2014-06-081-2/+2
| | | | | | Prevented clashes in the app registry. Fixed #22790. Thanks timo for the report.
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-4/+4
|
* Fixed PostGIS test failures.Simon Charette2014-03-221-0/+2
|
* Continue to attack E302 violationsAlex Gaynor2013-11-021-0/+2
|
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
| | | | | | | | | * Renamed the __unicode__ methods * Applied the python_2_unicode_compatible decorator * Removed the StrAndUnicode mix-in that is superseded by python_2_unicode_compatible * Kept the __unicode__ methods in classes that specifically test it under Python 2
* Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module ↵Justin Bronn2010-05-041-2/+0
| | | | | | with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+68
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