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-07 07:26:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
0b95a96ee1
Removed DatabaseIntrospection.get_key_columns().
...
Thanks Simon Charette for the report.
2021-11-10 16:38:43 +01:00
..
backends
Removed DatabaseIntrospection.get_key_columns().
2021-11-10 16:38:43 +01:00
migrations
Fixed
#33234
-- Fixed autodetector crash for proxy models inheriting from non-model class.
2021-11-02 15:34:08 +01:00
models
Fixed
#33257
-- Fixed Case() and ExpressionWrapper() with decimal values on SQLite.
2021-11-08 18:02:56 +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