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-03-25 08:40:45 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Florian Apolloner
1d90c9b113
Refs
#33308
-- Added psycopg_any.IsolationLevel.
2022-12-12 10:36:42 +01:00
..
backends
Refs
#33308
-- Added psycopg_any.IsolationLevel.
2022-12-12 10:36:42 +01:00
migrations
Fixed
#34050
-- Replaced invalid chars in migration names with '_'.
2022-09-27 08:02:51 +02:00
models
Refs
#33308
-- Deprecated support for passing encoded JSON string literals to JSONField & co.
2022-12-01 19:14:00 +01: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