Changes between Initial Version and Version 1 of Ticket #22261, comment 3
- Timestamp:
- Apr 14, 2014, 5:30:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22261, comment 3
initial v1 6 6 By the way, not sure if this is relevant, but: 7 7 When I was writing the tests for this, I noticed that all the flatpages tests include the flatpages url without a slash, e.g.: 8 url(r' ^flatpage_root', include('django.contrib.flatpages.urls')), (Note lack of '/' after flatpage_root).8 url(r'flatpage_root', include('django.contrib.flatpages.urls')), (Note lack of '/' after flatpage_root). 9 9 10 10 This is different than how the documentation recommends including the flatpages, and doesn't make much sense. Not sure what the purpose of this is.