On Mon, Apr 6, 2009 at 10:03 PM, Andrew G. <[email protected]> wrote: > > Specifying "through" instead of "db_table" did not raise any errors, > but it caused the relevant field in the admin change form to > disappear!
This is to be expected. m2m intermediate tables don't get the same treatment in the admin as normal m2m tables; this is covered in the documentation. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

