Problem with django admin after upgrade python to 2.6
Posted
by Jack SW.
on Stack Overflow
See other posts from Stack Overflow
or by Jack SW.
Published on 2010-05-28T04:24:47Z
Indexed on
2010/05/28
4:31 UTC
Read the original article
Hit count: 292
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
© Stack Overflow or respective owner