tags:

views:

47

answers:

1

got this error in adminpage after I try to save something into model

TypeError at /admin/some/model/1/
int() argument must be a string or a number, not 'RelatedManager'

django 1.2.1
python 2.6.5
os fedora core6

A: 

show us the model and admin.py

Bingimar