This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-07 06:56:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Ekaterina Vahrusheva
55bcbd8d17
Fixed
#34378
-- Made QuerySet.in_bulk() not clear odering when id_list is passed.
...
This reverts 340eaded4e30cf25bcd4e9781d33a617fe9c0f84.
2023-03-03 06:00:10 +01:00
..
backends
Refs
#34320
-- Stopped recreating check constraints when renaming fields.
2023-03-02 06:05:40 +01:00
migrations
Fixed
#34366
-- Reduced AlterField operations when optimizing migrations.
2023-02-24 13:59:42 +01:00
models
Fixed
#34378
-- Made QuerySet.in_bulk() not clear odering when id_list is passed.
2023-03-03 06:00:10 +01:00
__init__.py
Prevented initialization of unused database connections.
2022-03-17 07:40:57 +01:00
transaction.py
Fixed
#23353
-- Used "raise from" when raising TransactionManagementError.
2022-10-03 06:08:54 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00