This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
db
History
Fabian Büchler
eeff1787b0
Fixed
#33449
-- Fixed makemigrations crash on models without Meta.order_with_respect_to but with _order field.
...
Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
2022-01-21 06:44:53 +01:00
..
backends
Fixed
#31685
-- Added support for updating conflicts to QuerySet.bulk_create().
2022-01-19 20:17:42 +01:00
migrations
Fixed
#33449
-- Fixed makemigrations crash on models without Meta.order_with_respect_to but with _order field.
2022-01-21 06:44:53 +01:00
models
Fixed
#31685
-- Added support for updating conflicts to QuerySet.bulk_create().
2022-01-19 20:17:42 +01:00
__init__.py
Fixed
#32233
-- Cleaned-up duplicate connection functionality.
2020-12-08 08:55:44 +01:00
transaction.py
Fixed
#33161
-- Enabled durability check for nested atomic blocks in TestCase.
2021-11-12 13:05:56 +01:00
utils.py
Fixed
#30398
-- Added CONN_HEALTH_CHECKS database setting.
2021-12-01 07:44:48 +01:00