#7954: The value of post_url is unused in ModelAdmin.add_view -----------------------------+---------------------------------------------- Reporter: mk | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | -----------------------------+---------------------------------------------- Lines 470-475 assign a value to post_url which is not used in the function.
I'm not sure if the value of post_url should be passed to save_add on line 487. (Line numbers for [8068]) The attached patch removes the (currently) unused code parts. -- Ticket URL: <http://code.djangoproject.com/ticket/7954> 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 -~----------~----~----~----~------~----~------~--~---
