Looking at the code for the ModelAdmin class in django.contrib.admin.options I've come accross this: context_instance = template.RequestContext(request, current_app=self.admin_site.name) in a few places. What is this current_app argument? When I try to init a RequestContext with the current_app argument from my code it fails saying that the __init__ method doesn't accept such kwarg. What am I missing here?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---