summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-02-05 23:35:10 -0300
committerRamiro Morales <cramm0@gmail.com>2013-02-07 16:05:54 -0300
commit04d9730b127c689b8eda01cbc913efa6e2eb230b (patch)
tree5ff07b85c9a3b5e192fc9abfb537701d30593fd7 /docs
parent2b916895a1cea39de3280a6910e2886aebfcfc64 (diff)
Fixed #13085 -- Don't fail on creation of model with GFK to a model with __len__() returning zero.
Also, according to the comments on the ticket and its duplicates, added tests execising saving an instance of a model with a GFK to: * An unsaved object -- This actually doesn't generate the same failure but another ORM-level exception. The test verifies it's the case. * An instance of a model with a __nonzero__() method thant returns False for it. This doesn't fail because that code path isn't executed. * An instance of a model with a CharField PK and an empty value for it. This doesn't fail.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions