﻿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
11480	Small typo in The Django admin site documentation	msgre <michal@…>	nobody	"Hello, 
there is a small typo at get_urls chapter (http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_urls).  This example isn't displayed as code (in green box):

{{{
class MyModelAdmin(admin.ModelAdmin):
def get_urls(self):
urls = super(MyModelAdmin, self).get_urls() my_urls = patterns('',

(r'^my_view/$', self.admin_site.admin_view(self.my_view))
) return my_urls + urls
}}}"		closed	Documentation	dev		fixed	modeladmin typo		Unreviewed	0	0	0	0	0	0
