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-28 11:14:44 +00:00
Code
Issues
32
Releases
Wiki
Activity
2fad163257
Branches
Tags
View all branches
django
/
django
/
db
History
Mariusz Felisiak
2fad163257
Refs
#32365
-- Removed is_dst argument for various methods and functions.
...
Per deprecation timeline.
2023-01-17 11:49:15 +01:00
..
backends
Refs
#32365
-- Removed support for pytz timezones per deprecation timeline.
2023-01-17 11:49:15 +01:00
migrations
Fixed
#18468
-- Added support for comments on columns and tables.
2022-12-28 06:28:07 +01:00
models
Refs
#32365
-- Removed is_dst argument for various methods and functions.
2023-01-17 11:49:15 +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