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-05 14:06:42 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
David Sanders
b6e2b83901
Fixed
#34841
-- Avoided rendering apps on state still requiring mutation.
2024-03-22 21:29:59 +01:00
..
backends
Stopped skipping model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery on Oracle 23c.
2024-03-16 11:50:59 +01:00
migrations
Fixed
#34841
-- Avoided rendering apps on state still requiring mutation.
2024-03-22 21:29:59 +01:00
models
Fixed
#35257
-- Corrected resolving output_field for IntegerField/DecimalField with NULL.
2024-03-21 10:13:54 +01:00
__init__.py
Fixed
#35130
-- Doc'd django.db.close_old_connections().
2024-01-22 13:31:50 +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