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-04 05:26:43 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Simon Charette
83c9765f45
Refs
#33766
-- Removed sql.Query.build_filtered_relation_q().
...
It was a copy of sql.Query._add_q that avoided JOIN updates.
2023-04-24 08:32:49 +02:00
..
backends
Fixed
#34505
-- Skipped varchar_pattern_ops/text_pattern_ops index creation when db_collation is set in related field.
2023-04-21 10:31:22 +02:00
migrations
Fixed
#34420
-- Corrected the order of imports in generated migration files.
2023-03-20 06:23:08 +01:00
models
Refs
#33766
-- Removed sql.Query.build_filtered_relation_q().
2023-04-24 08:32:49 +02: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