Following the general rule that no good deed goes unpunished, I have a
question about complex aggregation / annotation or annotation across
foreign keys.
I have the following simplified model:
class Unit(models.Model):
unit = models.TextField()
class Process(models.Model):
process = mod
Hello all-
I recently filed a bug about incorrect SQL generation, and Malcom
Tredinnick said that the example SQL I provided couldn't be correct,
because there was an extra LIMIT clause that shouldn't be there. After
poking around for a bit, I realized that everytime I was executing my
query in t
Hello all-
I have tried a couple of tips found on the list to solve my problem
with circular model imports, but with no lucks. Here is my basic
schema:
#foo/models.py
from bar.models import Formula
class Variable(models.Model):
amount = models.FloatField(null=True)
is_formula = models.Boole
3 matches
Mail list logo