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-10-17 18:59:14 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Ben Cail
593067a8ee
Fixed
#28541
-- Fixed migrations crash when changing primary key on SQLite.
2024-03-14 20:56:43 +01:00
..
backends
Fixed
#28541
-- Fixed migrations crash when changing primary key on SQLite.
2024-03-14 20:56:43 +01:00
migrations
Refs
#34534
-- Reduced constraint operations with Meta.constraints when optimizing migrations.
2024-02-09 07:02:52 +01:00
models
Refs
#32673
, Refs
#35295
-- Avoided wrapping rhs direct values in lookups.
2024-03-13 17:46:37 +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