On Thu, Jul 16, 2009 at 7:04 AM, onoxo <vedran.ko...@gmail.com> wrote:

>
> Hi!
> i'm having problem with raw_id_admin argument in aplication from the
> djangoproject tutorial. only difference from orginal app is in the
> raw_id_admin in Choice model
>

raw_id_admin was a model field argument in Django pre-1.0 time.  It is no
longer valid in Django 1.0 or higher, replaced by raw_id_fields in the
ModelAdmin class.

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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to