On Fri, Sep 12, 2008 at 9:38 AM, Alessandro <[EMAIL PROTECTED]>wrote:

> How can I replace the core=True keyword in django 1.0 ?
> The backwards incompatible changes page doesn't explain how to do the
> same thing without the constructor keyword...
>
>
You don't need to replace it, just delete it.  (In old admin it was used to
decide when an intline-edited object should be deleted.  New admin has an
explicit 'delete' checkbox for this, so core is no longer necessary.)

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to