django1/django/contrib/gis
Aymeric Augustin 8662654d6d Removed module-level functions for the app cache.
Since the original ones in django.db.models.loading were kept only for
backwards compatibility, there's no need to recreate them. However, many
internals of Django still relied on them.

They were also imported in django.db.models. They never appear in the
documentation, except a quick mention of get_models and get_app in the
1.2 release notes to document an edge case in GIS. I don't think that
makes them a public API.

This commit doesn't change the overall amount of global state but
clarifies that it's tied to the app_cache object instead of hiding it
behind half a dozen functions.
2013-12-17 10:17:44 +01:00
..
admin Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
db Fixed E124 pep8 warnings. 2013-12-10 15:12:48 -05:00
forms Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
gdal Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
geoip Corrected setting name in gis test error message. 2013-12-05 18:22:37 -03:00
geometry Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
geos Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
management More attacking E302 violators 2013-11-02 13:12:09 -07:00
maps Fixed all E226 violations 2013-11-03 10:08:55 -08:00
sitemaps Removed module-level functions for the app cache. 2013-12-17 10:17:44 +01:00
static/gis/js Isolated map creation JS code 2013-09-03 13:53:35 +02:00
templates/gis Whitespace cleanup. 2013-10-10 16:49:20 -04:00
tests Revert "Allowed running GIS form tests that don't require spatial database" 2013-12-14 21:03:09 +01:00
utils Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
__init__.py [py3] Added buffer/memoryview compatibility 2012-09-23 19:55:53 +02:00
feeds.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
measure.py Fixed flake8 E241 2013-11-02 21:45:40 +02:00
models.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
shortcuts.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
views.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00