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
2022-11-18
Removed unnecessary ForeignKey.get_reverse_path_info().
Mariusz Felisiak
2022-11-17
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...
DevilsAutumn
2022-11-15
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-15
Refs #33308 -- Stopped inheriting from FieldGetDbPrepValueMixin by PostgresOp...
Simon Charette
2022-11-15
Fixed #34123 -- Fixed combinator order by alias when using select_related().
Simon Charette
2022-11-15
Avoided unnecessary usage of RawSQL.
Simon Charette
2022-11-14
Refs #25307 -- Replaced SQLQuery.rewrite_cols() by replace_expressions().
Simon Charette
2022-11-14
Reduced nesting inside Query.get_aggregation().
Simon Charette
2022-11-14
Refs #28477 -- Fixed handling aliased annotations on aggregation.
Simon Charette
2022-11-11
Refs #28477 -- Reduced complexity of aggregation over qualify queries.
Simon Charette
2022-11-09
Fixed #28477 -- Stripped unused annotations on aggregation.
Simon Charette
2022-11-09
Fixed #34135 -- Added async-compatible interface to related managers.
Jon Janzen
2022-11-08
Used super().execute/executemany() in SQLiteCursorWrapper.
Nick Pope
2022-11-08
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Ryan Cheley
2022-11-08
Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() me...
Jon Janzen
2022-11-07
Refs #33374 -- Adjusted full match condition handling.
Simon Charette
2022-11-07
Refs #33308 -- Improved adapting DecimalField values to decimal.
Florian Apolloner
2022-11-07
Refs #17144 -- Removed support for grouping by primary key.
Simon Charette
2022-11-07
Fixed #31331 -- Switched MySQL to group by selected primary keys.
Simon Charette
2022-11-07
Refs #27849 -- Fixed filtered aggregates crash on filters that match everything.
Simon Charette
2022-11-07
Fixed #34137 -- Made Model.refresh_from_db() clear cached generic relations.
Bhuvnesh
2022-11-04
Fixed #27654 -- Propagated alters_data attribute to callables overridden in s...
LightDiscord
2022-11-04
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Mariusz Felisiak
2022-11-04
Removed obsolete references to pysqlite.
Nick Pope
2022-11-02
Fixed #34112 -- Added async-compatible interface to Model methods.
DevilsAutumn
2022-11-01
Refs #33768 -- Fixed ordering compound queries by NULLs on SQLite < 3.30.
Simon Charette
2022-10-31
Used more augmented assignment statements.
Nick Pope
2022-10-31
Fixed #16211 -- Added logical NOT support to F expressions.
David Wobrock
2022-10-29
Fixed #34125 -- Fixed sliced QuerySet.union() crash on a single non-empty que...
Simon Charette
2022-10-28
Used Query.is_sliced in SQLCompiler.as_sql().
Simon Charette
2022-10-26
Refs #33173 -- Fixed destroying test databases when running tests in parallel...
Mariusz Felisiak
2022-10-25
Fixed DatabaseFeatures.supports_select_(intersection/difference) on MariaDB a...
Mariusz Felisiak
2022-10-24
Refs #34070 -- Fixed date format in Now() on SQLite.
Mariusz Felisiak
2022-10-18
Fixed #34105 -- Fixed crash of ordering by nested selected expression.
Simon Charette
2022-10-06
Refs #30158 -- Removed alias argument for Expression.get_group_by_cols().
Simon Charette
2022-10-06
Refs #31150 -- Enabled implicit GROUP BY aliases.
Simon Charette
2022-10-06
Refs #33992 -- Refactored subquery grouping logic.
Simon Charette
2022-10-06
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-05
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-10-04
Avoided unnecessary call to .get_source_expressions().
Simon Charette
2022-10-04
Fixed #34012 -- Made QuerySet.order_by() apply transforms on related fields f...
David Sanders
2022-10-03
Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.
Lily Foote
2022-10-03
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
2022-09-30
Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."
Mariusz Felisiak
2022-09-30
Fixed #32095 -- Made QuerySet.update_or_create() save only fields passed in d...
sarahboyce
2022-09-29
Refs #32095 -- Added model's Options._non_pk_concrete_field_names property.
sarahboyce
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-27
Fixed #33464 -- Resolved output_field for combined numeric expressions with M...
David Wobrock
2022-09-27
Fixed #34050 -- Replaced invalid chars in migration names with '_'.
Adam Johnson
[prev]
[next]