| Age | Commit message (Collapse) | Author |
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
Thanks Matthew Pava for the report and Tim Graham and Carlton Gibson for
reviews.
Regression in 19b2dfd1bfe7fd716dd3d8bfa5f972070d83b42f.
|
|
expression.
Otherwise it generates invalid SQL.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forwardport of 5b3c66d8b64add684489f5010e43de73e7acdd04 from stable/1.8.x
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
Partial forwardport of 469f1e362bb9670b174b37da9edd4631aff7badb from stable/1.8.x
as the issue was already fixed in master.
|
|
Avoided split_exclude() for Q when used as an expression.
|
|
|
|
Case expressions weren't copied deep enough (self.cases list was
reused resulting in an error).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|