| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assertSequenceEqual().
|
|
|
|
ForeignKey/OneToOneField
|
|
Thanks to pdewacht for the patch.
|
|
|
|
Oracle and SQL Server don't have exactly the same limitations. It's
worth treating them differently.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
|
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|