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-09 07:56:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Mariusz Felisiak
721706f4c4
Refs
#33895
-- Fixed Case() crash with filters that match everything in When() on Oracle.
...
Follow up to 036bb2b74afb50a71e7a945e8dd83499b603ac3a.
2022-08-10 12:28:39 +02:00
..
backends
Fixed
#33899
-- Fixed migration crash when removing indexed field on SQLite 3.35.5+.
2022-08-08 06:28:53 +02:00
migrations
Refs
#27236
-- Reverted "Refs
#27236
-- Added generic mechanism to handle the deprecation of migration operations."
2022-07-26 11:41:19 +02:00
models
Refs
#33895
-- Fixed Case() crash with filters that match everything in When() on Oracle.
2022-08-10 12:28:39 +02:00
__init__.py
Prevented initialization of unused database connections.
2022-03-17 07:40:57 +01:00
transaction.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
utils.py
Added backward compatibility test for ConnectionHandler.databases property.
2022-05-13 12:01:07 +02:00