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-06 06:26:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
5bcba16c01
Refs
#25175
-- Removed postgresql_psycopg2 in django.db.utils.load_backend().
...
Follow up to 944469939b9eb93fda0924f78faba5c0ffae2dff.
2021-01-06 20:15:14 +01:00
..
backends
Fixed
#32303
-- Bumped minimum supported SQLite to 3.9.0.
2020-12-30 09:01:56 +01:00
migrations
Fixed
#32302
-- Allowed migrations to be loaded from regular packages with no __file__ attribute.
2020-12-29 12:54:08 +01:00
models
Fixed
#32231
-- Allowed passing None params to QuerySet.raw().
2021-01-05 10:37:11 +01:00
__init__.py
Fixed
#32233
-- Cleaned-up duplicate connection functionality.
2020-12-08 08:55:44 +01:00
transaction.py
Fixed
#32220
-- Added durable argument to transaction.atomic().
2020-11-27 21:43:15 +01:00
utils.py
Refs
#25175
-- Removed postgresql_psycopg2 in django.db.utils.load_backend().
2021-01-06 20:15:14 +01:00