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