#8420: Inconsistent use of template_name in generic views ---------------------------+------------------------------------------------ Reporter: benjixx | Owner: nobody Status: new | Milestone: 1.0 Component: Generic views | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Nearly all generic views use the parameter ''template_name'' to provide a custom template for rendering purposes.
But, the generic view ''django.views.generic.simple.direct_to_template'' uses the parameter ''template'' instead of ''template_name'' for exactly the same. This is an inconsistency that probably should be fixed before releasing 1.0. -- Ticket URL: <http://code.djangoproject.com/ticket/8420> Django Code <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 -~----------~----~----~----~------~----~------~--~---
