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-03-13 10:50:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
3592e9fcb1
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
2024-03-11 13:24:18 +01:00
..
backends
Optimized DatabaseOperations.bulk_insert_sql() a bit on Oracle.
2024-03-11 13:24:18 +01:00
migrations
Refs
#34534
-- Reduced constraint operations with Meta.constraints when optimizing migrations.
2024-02-09 07:02:52 +01:00
models
Fixed
#35285
-- Optimized ForeignObject._check_unique_target().
2024-03-11 06:52:50 +01:00
__init__.py
Fixed
#35130
-- Doc'd django.db.close_old_connections().
2024-01-22 13:31:50 +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