Re: Django svn 8631

2008-08-27 Thread Jesaja Everling
Hi Hernan, I'm sure it has something to do with newforms-admin. You probably use something like this in your admin-definition: item = models.ForeignKey(Item, related_name='photos', edit_inline=models.STACKED) I don't know if you are aware of the changes that have been made to the way the a

Re: Django svn 8631

2008-08-27 Thread Ramiro Morales
On Wed, Aug 27, 2008 at 4:44 PM, Hernan Olivera <[EMAIL PROTECTED]> wrote: > > Hello > > My app crashes when I update to the last svn version 8631 with this error: > > ImproperlyConfigured: Error while importing URLconf 'dataentry.urls': > 'module' object has no attribute 'STACKED' > > Obviously,

Django svn 8631

2008-08-27 Thread Hernan Olivera
Hello My app crashes when I update to the last svn version 8631 with this error: ImproperlyConfigured: Error while importing URLconf 'dataentry.urls': 'module' object has no attribute 'STACKED' Obviously, my app were ok before that. Ideas? --~--~-~--~~~---~--~~