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-22 16:24:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Akash Kumar Sen
a40b0103bc
Fixed
#30382
-- Allowed specifying parent classes in force_insert of Model.save().
2023-06-29 21:52:52 +02:00
..
backends
Fixed
#34671
-- Fixed collation introspection for views and materialized views on Oracle.
2023-06-27 13:50:42 +02:00
migrations
Made MigrationRecorder cache has_table() result if django_migrations table exists.
2023-05-25 13:18:02 +02:00
models
Fixed
#30382
-- Allowed specifying parent classes in force_insert of Model.save().
2023-06-29 21:52:52 +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