Re: Foreignkey problem in admin interface

2006-06-13 Thread Nagy Károly
patrickk írta: >maybe this helps: >http://www.djangoproject.com/documentation/model_api/#blank > > Helps? Works! Thank you, Patrick. Charlie. -- "...s minden mestert kinevettem, ki nem nevetett önmagán." GPG public key: http://www.rendszergazda.com/gpg/charlie-gpg-public-key.asc --~--~---

Re: Foreignkey problem in admin interface

2006-06-13 Thread patrickk
maybe this helps: http://www.djangoproject.com/documentation/model_api/#blank patrick Am 13.06.2006 um 15:54 schrieb Nagy Károly: > > I have a tree model data and a foreign key is defined with a > null=True. > Generated db table is correct (field is NULL instead of NOT NULL), but > in the adm