django/tests/gis_tests/geoapp
Sergey Fedoseev 1b1ea63f6a Fixed #27962 -- Allowed lookups on Area annotations. 2017-03-23 20:06:16 -04:00
..
fixtures
__init__.py
feeds.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
models.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
sitemaps.py
test_expressions.py
test_feeds.py
test_functions.py Fixed #27962 -- Allowed lookups on Area annotations. 2017-03-23 20:06:16 -04:00
test_regress.py
test_serializers.py
test_sitemaps.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
tests.py Replaced type-specific assertions with assertEqual(). 2017-03-17 07:51:48 -04:00
urls.py