| Age | Commit message (Collapse) | Author |
|
test_order_by_relational_field_through_model failure.
Set explicit datetime for M2M ordering test.
Thanks to Mariusz Felisiak for the suggestion.
Backport of b5371539a9d871758d639a85d1f2fd648c1f633d from master
|
|
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
|
|
callable values in through_defaults.
|
|
ManyToManyField.
|
|
through model.
|
|
|
|
|
|
MySQL 5.5 (refs #28552) was the last database to use it.
|
|
|
|
|
|
|
|
assertSequenceEqual().
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Refactored old tests that were rewritten 1:1 from doctests.
|
|
Thanks to Loic Bistuer for review. Minor changes to error messages
done by committer.
|
|
Attempting to add() and remove() an object related by a 'through' model
now raises more descriptive AttributeErrors, in line with set and
create().
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|