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-24 09:14:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Durval Carvalho
4b1bfea284
Fixed
#34333
-- Fixed migration operations ordering when adding index/constraint on new foreign key.
...
Thanks Simon Charette and David Wobrock for reviews.
2023-03-10 07:05:11 +01:00
..
backends
Fixed
#34370
-- Added integer fields validation as 64-bit on SQLite.
2023-03-08 11:52:57 +01:00
migrations
Fixed
#34333
-- Fixed migration operations ordering when adding index/constraint on new foreign key.
2023-03-10 07:05:11 +01:00
models
Fixed
#27397
-- Prevented integer overflows on integer field lookups.
2023-03-09 15:55: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