﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29361	django.contrib.flatpages.urls does not have an app_name attribute	William Morrell	nobody	"In 2.0, the include function in django.urls changed to drop the app_name argument, but an app_name attribute to the urls module is still required when setting a namespace on an include call. The urls.py in contrib.flatpages does not include an app_name attribute, so code like this will break:

{{{#!python
urlpatterns = [
    # ...
    path('my-flat-pages/', include('django.contrib.flatpages.urls', namespace='my-custom-namespace')),
]
}}}"	Cleanup/optimization	closed	contrib.flatpages	2.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
