index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2021-12-23
Refs #33355 -- Optimized LPad() database function on SQLite.
Adam Johnson
2021-12-22
Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
Mariusz Felisiak
2021-12-22
Refs #33355 -- Optimized Trunc() on SQLite by using f-strings.
Adam Johnson
2021-12-22
Refs #33355 -- Added missing tests for database functions and expression on n...
Adam Johnson
2021-12-21
Fixed #33374 -- Fixed ExpressionWrapper annotations with full queryset.
David Wobrock
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-12-13
Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite.
Adam Johnson
2021-12-10
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...
Mariusz Felisiak
2021-12-10
Fixed DatabaseFeatures.requires_literal_defaults on SQLite.
Mariusz Felisiak
2021-12-10
Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
Mariusz Felisiak
2021-12-10
Corrected return value of ForeignKey.db_check().
Adam Johnson
2021-12-09
Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.
Arsa
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-12-08
Refs #33319 -- Added comment about keys/values assertion in Query.change_alia...
Ömer Faruk Abacı
2021-12-07
Refs #25265 -- Allowed customizing Query's datastructure classes.
Erik Cederstrand
2021-12-07
Fixed #31765 -- Enforced enhanced ALTER TABLE behavior for SQLite connections.
Adam Johnson
2021-12-06
Fixed #33335 -- Made model validation ignore functional unique constraints.
Hannes Ljungberg
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-12-03
Fixed #33339 -- Made QuerySet.bulk_create() use TO_NCLOB() for TextFields on ...
Georgi Yanchev
2021-12-02
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-12-02
Fixed #33282 -- Fixed a crash when OR'ing subquery and aggregation lookups.
Simon Charette
2021-12-02
Refs #32690 -- Altered lookups Query rhs alterations during initialization.
Simon Charette
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-29
Fixed #33322 -- Fixed loss of assigned related object when saving relation wi...
Hannes Ljungberg
2021-11-25
Removed unneeded can_use_chunked_reads feature flag on SQLite.
Mariusz Felisiak
2021-11-24
Removed unneeded supports_combined_alters feature flag on Oracle.
Mariusz Felisiak
2021-11-23
Fixed #33309 -- Fixed QuerySet.distinct() crash on mixed case annotation.
arsalan.ghassemi
2021-11-23
Fixed #33304 -- Allowed passing string expressions to Window(order_by).
Simon Charette
2021-11-23
Refs #33304 -- Enclosed aggregate ordering logic in an expression.
Simon Charette
2021-11-22
Fixed #33305 -- Fixed autodetector crash for ForeignKey with hardcoded "to" a...
Baptiste Mispelon
2021-11-19
Fixed #33229 -- Fixed BaseDatabaseOperations.adapt_datetimefield_value()/adap...
SwastikTripathi
2021-11-19
Refs #24121 -- Added __repr__() to BaseDatabaseWrapper, JoinPromoter, and SQL...
Jonny Park
2021-11-15
Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constr...
Simon Charette
2021-11-15
Fixed #33288 -- Made SQLite introspection use information schema for relations.
Simon Charette
2021-11-15
Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...
Simon Charette
2021-11-12
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
Krzysztof Jagiello
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-11-08
Fixed #33257 -- Fixed Case() and ExpressionWrapper() with decimal values on S...
Matthijs Kooijman
2021-11-08
Fixed #32980 -- Made models cache related managers.
Keryn Knight
2021-11-04
Fixed #33262 -- Fixed crash of conditional aggregation on Exists().
Hannes Ljungberg
2021-11-03
Fixed #33260 -- Fixed crash when chaining QuerySet.exists() after select_for_...
Hannes Ljungberg
2021-11-03
Fixed #32996 -- Cached PathInfos on relations.
Keryn Knight
2021-11-02
Fixed #32691 -- Made Exact lookup on BooleanFields compare directly to a bool...
Roman
2021-11-02
Fixed #33234 -- Fixed autodetector crash for proxy models inheriting from non...
Mariusz Felisiak
2021-11-02
Fixed #33224 -- Removed DatabaseFeatures.supports_mixed_date_datetime_compari...
Hasan Ramezani
2021-10-28
Fixed #33228 -- Changed value of BaseDatabaseFeatures.has_case_insensitive_li...
Chinmoy
2021-10-28
Removed unused model's Options.installed.
Mariusz Felisiak
2021-10-27
Fixed #33201 -- Made RenameModel operation a noop for models with db_table.
Iuri de Silvio
[prev]
[next]