| Age | Commit message (Collapse) | Author |
|
where appropriate.
Follow up to 3f7b3275627385f8f7531fca01cdda50d4ec6b6e.
|
|
|
|
django.db.models.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Follow up to 253adc2b8a52982139d40c4f55b3fd446e1cb8f3.
|
|
|
|
|
|
Removed possible u'' prefixes on Python 2.
|
|
assertSequenceEqual().
|
|
appropriate.
|
|
|
|
|
|
|
|
The .dates() queries were implemented by using custom Query, QuerySet,
and Compiler classes. Instead implement them by using expressions and
database converters APIs.
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|