| Age | Commit message (Collapse) | Author |
|
|
|
A field for storing periods of time - modeled in Python by timedelta. It
is stored in the native interval data type on PostgreSQL and as a bigint
of microseconds on other backends.
Also includes significant changes to the internals of time related maths
in expressions, including the removal of DateModifierNode.
Thanks to Tim and Josh in particular for reviews.
|
|
|
|
|
|
|
|
|
|
Refs #24015.
|
|
Thanks Tim Graham for the review.
|
|
This prevents AppRegistryNotReady errors when unpickling Django
models from an external script.
|
|
|
|
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
|
|
|
|
Thanks kmmbvnr for the report.
|
|
order_with_respect_to to non-empty table.
|
|
A default is no longer required.
|
|
|
|
|
|
|
|
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin,
Tim Graham, Carl Meyer, and others for their review and input.
|
|
Refs #23989.
Forward port of eb632bfba from stable/1.7.x.
|
|
(this includes a forward-port of 9189ef438ef885446b20bf4c017d3cf53335ab08)
|
|
|
|
deconstruction."
This reverts commit 45bd7b3bd9008941580c100b9fc7361e3ff3ff0d.
|
|
Thanks amarandon for the report.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DatabaseWrapper.prepare_database has been introduced in 307de67073.
|
|
Thanks Carl Meyer for review.
|
|
|
|
Thanks adityagupta104 for the report and Tim Graham for the review.
|
|
Thanks wkornewald for the report and Markus Holtermann for review.
|
|
|
|
SessionAuthenticationMiddleware.
Thanks andrewbadr for the report and Carl Meyer for the review.
|
|
Each TestCase is also now wrapped in a class-wide transaction.
|
|
|
|
|
|
|
|
|
|
Thanks James Rivett-Carnac for the report and Markus Holtermann
for the review.
|
|
router.
|
|
|
|
|
|
|
|
If no changes that need migrations are found, `makemigrations --exit`
exits with error code 1.
|
|
Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham
for reviews.
|
|
Thanks to Berker Peksag and Tim Graham for the review and suggestions.
|