0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/sitemaps_tests
2017-02-28 11:48:07 -05:00
..
templates
urls
__init__.py
base.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
models.py
test_generic.py Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
test_http.py Added tests for contrib.sitemaps.GenericSitemap. 2017-02-25 07:54:17 -05:00
test_https.py Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). 2017-02-09 09:03:47 -05:00
test_management.py
test_utils.py