strange, I hope you are checking the right model and right admin.

Can you check you have traces for that field on your admin.py

Regards,
//Vikalp

On Fri, Jun 15, 2012 at 11:37 PM, Larry Martell <larry.mart...@gmail.com>wrote:

> I have a table that had a ForeignKey reference. In the admin screen
> for adding to this table there was a dropdown for that column. I want
> to get rid of that ForeignKey. I changed models.py and removed the
> ForeignKey column, bounced apache and altered the table and removed
> that column. In the admin screen it still has the dropdown for that
> column. If I try and add a row it silently fails. If I try and display
> the rows from the table it says there are none, even thought there
> are. I even tried dropping the table and running syncdb. It created
> the table without the ForeignKey column, but yet the admin screen
> still has the dropdown for that column. What am I doing wrong here?
>
> --
> 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.
>
>

-- 
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