Comments on: Edit inline with ImageField or FileField in Django admin http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefield-or-filefield-in-django-admin/ Code and comments on web development, Django, Python and things (un)related. Wed, 03 Apr 2013 13:15:20 +0000 hourly 1 http://wordpress.org/?v=4.3 By: Nelson do Vale http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefield-or-filefield-in-django-admin/comment-page-1/#comment-1101 Fri, 09 Mar 2012 14:28:22 +0000 http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefieldfilefield-in-django-admin/#comment-1101 Thanks for your post. I’m new to Django and that was a very unexpected error for me.

Core keyword has been removed so this solution is no longer fit:
https://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Removedoldformsvalidatorsandrelatedcode

]]>
By: Scott http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefield-or-filefield-in-django-admin/comment-page-1/#comment-160 Sun, 24 Feb 2008 20:17:57 +0000 http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefieldfilefield-in-django-admin/#comment-160 Here’s a followup with a nice way to remove related model instances as well.

http://scottbarnham.com/blog/2008/02/24/imagefield-and-edit_inline-revisited/

]]>
By: Centipede http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefield-or-filefield-in-django-admin/comment-page-1/#comment-159 Sun, 24 Feb 2008 19:36:03 +0000 http://scottbarnham.com/blog/2007/08/22/edit-inline-with-imagefieldfilefield-in-django-admin/#comment-159 Ha! It worked! Nice tip, thanks. Learning Django is a breeze, even when it isn’t.

]]>