Kaplun wrote:
> How do I get all models with FKs, M2Ms, or 121s pointing to a given
> model?
>
> I am using djcelery. I have a BakedModel with a FK to TaskMeta, which
> is the model that stores task status (I only care whether it is
> complete). I want to generate a query set t
On Wed, Dec 28, 2011 at 10:01 AM, Daniel Kaplun wrote:
> How do I get all models with FKs, M2Ms, or 121s pointing to a given
> model?
Looking at your pastebin, you've already discovered the _meta object
-- you just needed to dig around a little more in there. The
methods/attrib
How do I get all models with FKs, M2Ms, or 121s pointing to a given
model?
I am using djcelery. I have a BakedModel with a FK to TaskMeta, which
is the model that stores task status (I only care whether it is
complete). I want to generate a query set that will return all
instances of a given
3 matches
Mail list logo