mirror of
https://github.com/django/django.git
synced 2025-07-05 10:19:20 +00:00
[1.2.X] Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the passage of the test). Thanks to jamesodo for the report and patch. Backport of [14136].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1b7d73848c
commit
1d9336bb6c
@ -68,7 +68,7 @@ class SitemapTests(TestCase):
|
|||||||
public.sites.add(settings.SITE_ID)
|
public.sites.add(settings.SITE_ID)
|
||||||
private = FlatPage.objects.create(
|
private = FlatPage.objects.create(
|
||||||
url=u'/private/',
|
url=u'/private/',
|
||||||
title=u'Public Page',
|
title=u'Private Page',
|
||||||
enable_comments=True,
|
enable_comments=True,
|
||||||
registration_required=True
|
registration_required=True
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user