I added my two cents to the ticket. I'm assuming you were getting my confused with Simon (everybody does). Simon's the brilliant programmer, I just make things look shiny.
On 3/7/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > I'd especially appreciate Simon's feedback on this one as it's mostly visual. > > Screenshot and summary at: > http://code.djangoproject.com/ticket/1476 > > Here's the summary: > I've been using a new type of edit_inline behavior for a lot of apps > here that works very well, especially for objects that have too many > fields to be displayed efficiently by models.TABLULAR and > models.STACKED. Related objects are displayed as lists, with an add > link that will pre-fill the related object's ForeignKey field with the > appropriate id. I'd like to add support for linking back to the parent > object, as well as add/change links to OneToOneFields, but I haven't > come up with any ideas I like for how to display those. Feedback would > be appreciated. I have most of the code written and my plans are to > tweak it a little, and submit it as a patch to magic-removal. > > Joseph > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
