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-05-04 22:17:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Sarah Boyce
bc3f3031d8
Refs
#35405
-- Removed FieldCacheMixin.get_cache_name() per deprecation timeline.
2025-01-15 22:28:37 +01:00
..
backends
Refs
#33817
-- Removed support for cx_Oracle per deprecation timeline.
2025-01-15 22:28:37 +01:00
migrations
Refs
#36064
-- Added Model.has_db_default() to encapsulate NOT_PROVIDED checks.
2025-01-10 08:31:15 +01:00
models
Refs
#35405
-- Removed FieldCacheMixin.get_cache_name() per deprecation timeline.
2025-01-15 22:28:37 +01:00
__init__.py
Fixed
#35547
-- Added reset_queries to django.db.__all__.
2024-06-24 10:11:07 +02:00
transaction.py
Fixed typos in Atomic docstring.
2024-07-22 08:27:27 +02:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00