I just used the integrated documentation (/admin/doc/) with docutils for the first time. from my point of view, that´s a really cool feature.
however, I´m having some problems with views and decorators. e.g., the url /admin/filebrowser/ points to a view with this decorator: index = staff_member_required(never_cache(index)) within the views-listing of the docs, it says that the view function is: View function: django.contrib.admin.views.decorators._checklogin and when I click on the link, I´m getting a 404. is this a bug? patrick. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---