| Age | Commit message (Collapse) | Author |
|
Thanks Pablo Oubiña for the report.
|
|
concrete base model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
request a positional argument.
|
|
|
|
intermediate model disable the remove() method.
|
|
|
|
|
|
Thanks Josh, Anssi, and Carl for reviews and advice.
|
|
|
|
|
|
related set.
|
|
|
|
|
|
@python_2_unicode_compatible.
|
|
Thanks aklim007 for the suggestion.
|
|
|
|
deprecation timeline.
|
|
|
|
This commits lifts the restriction that the outermost atomic block must
be declared with savepoint=False. This restriction was overly cautious.
The logic that makes it safe not to create savepoints for inner blocks
also applies to the outermost block when autocommit is disabled and a
transaction is already active.
This makes it possible to use the ORM after set_autocommit(False).
Previously it didn't work because ORM write operations are protected
with atomic(savepoint=False).
|
|
|
|
|
|
|
|
"Area man/woman" is confusing to people not familiar with the
conventions of American journalism (like me).
|
|
|
|
This mostly reverts 5643a3b51be338196d0b292d5626ad43648448d3 and
81e1a35c364e5353d2bf99368ad30a4184fbb653.
Thanks Carl Meyer for review.
|
|
|
|
|
|
Thanks Anssi Kääriäinen for the draft text and Simon Charette
for review.
|
|
|
|
ForeignKey/OneToOneField
|
|
Made it possible to register and run callbacks after a database
transaction is committed with the `transaction.on_commit()` function.
This patch is heavily based on Carl Meyers django-transaction-hooks
<https://django-transaction-hooks.readthedocs.org/>. Thanks to
Aymeric Augustin, Carl Meyer, and Tim Graham for review and feedback.
|
|
|
|
|
|
objects.
|
|
|
|
|
|
|
|
|
|
|