Re: DjangoAMF status

2011-01-25 Thread njoyce
On Jan 22, 4:50 am, "Joni @ mindpulse" wrote: > Comparing all of them, It looks like PyAMF is the way to go, having > oficial sopport for django and all. > > Though I'm concerned about one particular issue... Suppose I have two > django models related by a FK. > > class Category(models.Model): >  

Re: Module loading error in django trunk.

2010-05-20 Thread njoyce
> Now that we have a fully PEP 302 compliant loading structure, it is exposing > bugs in the PyAMF loader implementation. Indeed it is - we have already come across this issue and fixed it - check http://dev.pyamf.org/ticket/770 for details. Cheers, Nick -- You received this message because y

Re: Using ForeignKey with dJango and PyAMF

2010-03-01 Thread njoyce
On Feb 10, 9:14 am, WC wrote: > According to this bug report, select_related is supposed to return the > data, but it doesn't.  Also, if I can't get the foreign key, is there > a way around this?  All I really need is the id of the foreignKey > object.  Any help would be much appreciated.  I am a