| Age | Commit message (Collapse) | Author |
|
distinct(*fields).
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
|
|
|
|
django.db.models.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
operations for sliced querysets.
|
|
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.
Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|