| 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.
|
|
unsupported.
|
|
- Added mixin to make tests more DRY.
- Removed redundant equality tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Forwardport of cbf7e7dc52db2834e95817bbbfb56a693c83b84f from stable/2.1.x.
|
|
Forwardport of 734e2c65ae54552b61ad34105ba4debe936fe223 from stable/2.1.x.
|
|
|
|
|
|
|
|
Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4.
|
|
|
|
list" crash.
|
|
|
|
signal receivers.
|
|
|
|
|
|
Refs #29600 -- Removed usage of django.utils.datetime_safe in migrations.
|
|
|
|
|
|
|
|
SelectDateWidget.value_from_datadict().
|
|
The only effect would be if items in Atom feeds had a published date
year of < 1000 (ensuring those years are padded with leading zeros).
|
|
Removed in 244cc401559e924355cf943b6b8e66ccf2f6da3a.
|
|
|
|
unique_together validation.
|
|
|
|
DatabaseFeatures.can_use_chunked_reads.
|
|
|
|
The issue was fixed as a side effect of implementing RemoveField's reduction
of DeleteModel to a DeleteModel in ad82900ad94ed4bbad050b9993373dafbe66b610.
|
|
|
|
|
|
docs/topics/db/examples/many_to_many.txt.
|
|
|
|
and password.
|