• Talks
  • Blog
  • Speaking

Sean O'Connor

  • Talks
  • Blog
  • Speaking

Django Gotcha - Inline Foriegn Key Fields

Working on a project recently, I came across an interesting gotcha in using inline foreign keys in the Django admin.  Apparently the objects described by the inline fields are saved after the parent object is saved.  This becomes important if you try and do anything with the child objects as part of the parent object's save method.

Posted in Django.

January 20, 2008 by Sean O'Connor.
  • January 20, 2008
  • Sean O'Connor
  • Django
Newer
Older

Sean O'Connor

  • Talks
  • Blog
  • Speaking
twitter
facebook
linkedin
github