#8903: admin.TabularInline creates duplicate pk input boxes -----------------------------+---------------------------------------------- Reporter: Spads | Owner: nobody Status: new | Milestone: Component: django-admin.py | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- Just filing this bug based on a conversation in #django:
18:09 <Spads> I'm converting my models and admin to django 1.0, and I'm using an admin.TabularInline. It seems to have a <td class="original"> that *repeats* the primary key input box (defaults and all). This seems to be logic for links to the "View on site" stuff, but it's an input box.[[BR]] 18:18 <[530]> Spads: show the code[[BR]] 18:24 <Spads> [530]: http://dpaste.com/76156/ is the core of it[[BR]] 18:25 <Spads> [530]: and it's generating http://dpaste.com/76158/ [[BR]] 18:26 <SeanL-> Spads: I think that's a bug because you have a custom pk[[BR]] 18:27 <SeanL-> Spads: don't know if it's been reported, just noticing myself. For me it works fine, but then I don't have a custom pk[[BR]] 18:27 <SeanL-> Spads: for me that first render of the pk input is the only one[[BR]] 18:28 <SeanL-> Spads; and it's hidden[[BR]] 18:28 <SeanL-> Spads: I'd file a ticket about it -- Ticket URL: <http://code.djangoproject.com/ticket/8903> 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 -~----------~----~----~----~------~----~------~--~---
