django1/django/contrib/sitemaps/tests
Aymeric Augustin 7eea9bf303 Normalized Model._meta.installed.
Used the information from the app cache instead of creating a duplicate
based on INSTALLED_APPS.

Model._meta.installed is no longer writable. It was a rather sketchy way
to alter private internals anyway.
2013-12-17 21:55:16 +01:00
..
templates Fixed #14041 -- Added ability to override the template of the sitemaps views. Thanks, julien. 2010-12-12 22:56:29 +00:00
urls More attacking E302 violators 2013-11-02 13:12:09 -07:00
__init__.py Fixed #17365, #17366, #18727 -- Switched to discovery test runner. 2013-05-10 23:08:45 -04:00
base.py Normalized Model._meta.installed. 2013-12-17 21:55:16 +01:00
test_flatpages.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
test_generic.py Modified sitemaps to work with unittest2 discovery. 2013-04-02 20:12:35 -06:00
test_http.py Normalized Model._meta.installed. 2013-12-17 21:55:16 +01:00
test_https.py More attacking E302 violators 2013-11-02 13:12:09 -07:00