| Age | Commit message (Collapse) | Author |
|
|
|
This removes the ability to configure Task enqueueing via a setting,
since the proposed `ENQUEUE_ON_COMMIT` did not support multi-database
setups.
Thanks to Simon Charette for the report.
Follow-up to 4289966d1b8e848e5e460b7c782dac009d746b20.
|
|
This work implements what was defined in DEP 14
(https://github.com/django/deps/blob/main/accepted/0014-background-workers.rst).
Thanks to Raphael Gaschignard, Eric Holscher, Ran Benita, Sarah Boyce,
Jacob Walls, and Natalia Bidart for the reviews.
|
|
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
|
|
|
|
|
|
datetime.UTC was added in Python 3.11.
|
|
|
|
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
|
|
|
|
|
|
|
Moved material from django-admin document into a new document, and
added new material.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for add() and remove().
Thank you to Mariusz Felisiak for review.
|
|
receivers.
Thanks Carlton Gibson the review.
|
|
|
|
|
|
|
|
sender argument.
Inaccurate since 7d1b69dbe7f72ac04d2513f0468fe2146231b286.
|
|
|
|
|
|
|
|
|
|
Thanks Markus for your contribution and Tim for your review.
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
|
|
|
|
|
|
|
|
This removes the need to load django.test when not testing.
|
|
Refs #23641.
|
|
Thanks Collin Anderson for the review.
|
|
|
|
|
|
d562527a rename the db to using in the wrong signal.
Thanks Maik Hoepfel for the report.
|
|
Thanks Rudolph for the report.
|
|
handlers.
All signals should now be registered in AppConfig.ready().
Thanks un33k for the report.
|
|
|
|
that laack a models module.
Thanks un33k for the suggestion and donjpacheco for the draft patch.
|
|
|