From 5fe9b7b40acf73da3dd91c56b3534f0bab1fb3d0 Mon Sep 17 00:00:00 2001 From: Timothy Allen Date: Mon, 7 Aug 2017 10:33:55 -0400 Subject: Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects. Developed by Timothy Allen and Chad Whitman of The Wharton School with shepherding from Aymeric Augustin and Collin Anderson. --- tests/view_tests/tests/test_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py index bb354a5cb6..a260f948e5 100644 --- a/tests/view_tests/tests/test_debug.py +++ b/tests/view_tests/tests/test_debug.py @@ -195,7 +195,7 @@ class DebugViewTests(LoggingCaptureMixin, SimpleTestCase): response = self.client.get('/') self.assertContains( response, - "

Congratulations on your first Django-powered page.

" + "

The install worked successfully! Congratulations!

" ) @override_settings(ROOT_URLCONF='view_tests.regression_21530_urls') -- cgit v1.3