#10223: Admin has a bug for primary keys that contain slashes ----------------------------------+----------------------------------------- Reporter: HuCy | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- If your Model's primary key contains slashes, the "View on Site" button does not work, because the wrong number of arguments are passed to django.contrib.contenttypes.views.shortcut.
The attached patch fixes this issue by splitting to a maximum number of 3 elements. Patch done by Christoph Borgolte and Christian Klein -- Ticket URL: <http://code.djangoproject.com/ticket/10223> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
