| Age | Commit message (Collapse) | Author |
|
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.
|
|
|