﻿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
28924	path function in Django 2.0 does not seem to work with django-rest-framework's format_suffix_patterns function	Aakash Jha	nobody	"The newly introduced '''path()''' function in '''django.urls''' does not work with '''format_suffix_patterns()''' function of '''rest_framework.urlpatterns'''. 

As mentioned in http://www.django-rest-framework.org/tutorial/2-requests-and-responses/ , in order to receive a response from the api server in the desired format, a '''.json''' or '''.api''' might be appended with the url. This does not seem to work when the  '''urlpattern[]''' has its urls mentioned in the new '''path()''' function.

When I switched back to using '''url()''' in '''urlpatterns[]''', the issue was resolved."	Bug	closed	Core (URLs)	2.0	Normal	invalid	path		Unreviewed	0	0	0	0	0	0
