| Age | Commit message (Collapse) | Author |
|
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
datetime.UTC was added in Python 3.11.
|
|
|
|
Remaining test case ensures that uses of the alias are mapped
canonically by the migration writer.
|
|
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
branch.
|
|
|
|
subclasses.
Thanks leon-matthews for the report and fix.
|
|
|
|
when given an out of range date.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
queryset.
Thanks jekka-ua for the report and patch.
|
|
|
|
Added MultipleObjectMixin.ordering and get_ordering().
Refs #21450.
|
|
|
|
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
Thanks Aymeric Augustin for the suggestion. Refs #21165.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
Refs #20680.
|
|
|