summaryrefslogtreecommitdiff
path: root/django/contrib/gis/apps.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin