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 01:04:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Francesco Panico
59f4754704
Fixed
#34362
-- Fixed FilteredRelation() crash on conditional expressions.
...
Thanks zhu for the report and Simon Charette for reviews.
2023-08-11 12:32:18 +02:00
..
backends
Fixed
#33817
-- Added support for python-oracledb and deprecated cx_Oracle.
2023-08-10 10:11:53 +02:00
migrations
Fixed
#34716
-- Fixed serialization of nested class methods in migrations.
2023-07-18 05:27:40 +02:00
models
Fixed
#34362
-- Fixed FilteredRelation() crash on conditional expressions.
2023-08-11 12:32:18 +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