Django bug: change uuid field to FK does not create dependency

2019-07-09 Thread Viktor Lomakin
.2 and postgresql. Attach archive with sources. Project contains small test, after running him, you will get exception like this: ValueError: Related model 'testapp2.App2' cannot be resolved. So is it problem in django or maybe i dont understand something ? Regards, Viktor Lomakin -

Re: Django bug: change uuid field to FK does not create dependency

2019-08-09 Thread Viktor Lomakin
ways available. 🙂) > > Kind Regards, > > Carlton > > > On Tuesday, 9 July 2019 22:43:20 UTC+2, Viktor Lomakin wrote: >> >> Hi! I am new in django community, so please help me, because i really >> dont know is it really "bug". >> >> I have