| Age | Commit message (Collapse) | Author |
|
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
queryset with aggregation.
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
operations for sliced querysets.
|
|
QuerySet.earliest() and latest().
Per deprecation timeline.
|
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|
|
|