summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/postgis/models.py
AgeCommit message (Expand)Author
2025-03-01Applied Black's 2025 stable style.Mariusz Felisiak
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2016-09-17Stopped deleting from the geometry_columns view on PostGISClaude Paroz
2016-04-15Removed unused wk_col property of SpatialRefSys models.Tim Graham
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2014-07-23Fixed #23030 -- Properly handled geometry columns metadata during migrationsClaude Paroz
2014-06-08Gave unique names to SpatialRefSysModels.Aymeric Augustin
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-22Fixed PostGIS test failures.Simon Charette
2013-11-02Continue to attack E302 violationsAlex Gaynor
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with...Justin Bronn
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee