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-23 08:44:36 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Adam Johnson
e65deb7d14
Fixed
#35246
-- Made Field.unique a cached property.
...
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-02-26 06:20:16 +01:00
..
backends
Simplified using DATABASES["OPTIONS"].
2024-02-23 07:49:43 +01:00
migrations
Refs
#34534
-- Reduced constraint operations with Meta.constraints when optimizing migrations.
2024-02-09 07:02:52 +01:00
models
Fixed
#35246
-- Made Field.unique a cached property.
2024-02-26 06:20:16 +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