| Age | Commit message (Collapse) | Author |
|
QuerySet.update_or_create()/get_or_create() defaults.
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Thanks wilfred@, poirier, and charettes for work
on the patch.
|
|
|
|
get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
|
|
It used to raise "DatabaseError: no such savepoint" with the old
transaction management. Closes #15117.
|
|
|