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-02-08 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
David Sanders
9f8c994851
Fixed
#34027
-- Fixed migrations crash when altering type of char/text fields referenced by foreign key on PostgreSQL.
2022-09-25 20:23:01 +02:00
..
backends
Fixed
#34027
-- Fixed migrations crash when altering type of char/text fields referenced by foreign key on PostgreSQL.
2022-09-25 20:23:01 +02:00
migrations
Fixed
#33953
-- Reverted "Fixed
#33201
-- Made RenameModel operation a noop for models with db_table."
2022-08-26 06:14:44 +02:00
models
Fixed
#34024
-- Fixed crash when aggregating querysets with Q objects annotations.
2022-09-23 15:15:03 +01:00
__init__.py
Prevented initialization of unused database connections.
2022-03-17 07:40:57 +01:00
transaction.py
Fixed
#33616
-- Allowed registering callbacks that can fail in transaction.on_commit().
2022-09-06 12:21:36 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00