| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Removed possible u'' prefixes on Python 2.
|
|
assertSequenceEqual().
|
|
appropriate.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
The .dates() queries were implemented by using custom Query, QuerySet,
and Compiler classes. Instead implement them by using expressions and
database converters APIs.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|