django/tests/flatpages_tests
Jon Dufresne 42b9a23267 Fixed #30400 -- Improved typography of user facing strings.
Thanks Claude Paroz for assistance with translations.
2019-06-28 16:46:18 +02:00
..
templates Moved contrib.flatpages tests out of contrib. 2015-02-11 10:19:22 -05:00
__init__.py Moved contrib.flatpages tests out of contrib. 2015-02-11 10:19:22 -05:00
settings.py Moved contrib.flatpages tests out of contrib. 2015-02-11 10:19:22 -05:00
test_csrf.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_forms.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
test_middleware.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
test_models.py Added test for FlatPage.__str__(). 2017-10-12 09:45:49 -04:00
test_sitemaps.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
test_templatetags.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_views.py Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00