| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
user can't create databases.
Regression in e776dd2db677d58dcb50aea20d3bb191537df25b.
Thanks Tim Graham for the review.
|
|
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.
|
|
|
|
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
|
|
|
|
|
|
|
|
Thanks Akshesh Doshi for the initial implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4.
|
|
|
|
Removed in 244cc401559e924355cf943b6b8e66ccf2f6da3a.
|
|
|
|
|
|
|
|
|
|
docs/topics/db/examples/many_to_many.txt.
|
|
|
|
|
|
As of 301de774c21d055e9e5a7073e5bffdb52bc71079.
|
|
|
|
.
|
|
fixtures.
|
|
|
|
|
|
|
|
|
|
|
|
rather than integer.
|
|
|
|
|
|
|
|
Regression in 42490768441701bc02255b22df8e6894cbe487c7.
|
|
docs.
|
|
Thanks Nick Pope for much review.
|
|
|
|
|
|
|
|
without installing contrib.auth."
This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to
a crash if USERNAME_FIELD isn't a CharField.
|
|
|