I'm using svn trunk version of django (rev. #11263). In my project I have only one admin site registered in the urlconf. This admin site is a subcalss of django.contrib.admin.sites.AdminSite and is instantiated with the name 'admin'. I'm trying to use reverse url lookups for the admin site as described in the docs: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#admin-reverse-urls But it doesn't work, I always get a NoReverseMatch exception. Can someone confirm that reverse url lookups for admin sites work as described in the docs with the latest trunk revision?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---