This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-04-13 19:41:07 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f9c5958b8f
django
/
django
/
db
History
devilsautumn
f05cc5e3d2
Refs
#24686
-- Made AlterField operation a noop when renaming related model with db_table.
2023-07-22 20:13:42 +02:00
..
backends
Refs
#24686
-- Made AlterField operation a noop when renaming related model with db_table.
2023-07-22 20:13:42 +02:00
migrations
Fixed
#34716
-- Fixed serialization of nested class methods in migrations.
2023-07-18 05:27:40 +02:00
models
Refs
#34362
-- Added get_child_with_renamed_prefix() hook.
2023-07-21 09:33:16 +02: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