#10423: Incorrect docstring (typo) for AdminSite.admin_view ----------------------------------+----------------------------------------- Reporter: gremmie | Owner: nobody Status: new | Milestone: 1.1 beta Component: django.contrib.admin | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- The docstring for !AdminSite.admin_view shows an example usage of the decorator admin_view, however in the example it is spelled "protected_view" instead of "admin_view".
This is in the file django/contrib/admin/sites.py. -- Ticket URL: <http://code.djangoproject.com/ticket/10423> 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 -~----------~----~----~----~------~----~------~--~---
