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
/
models
Age
Commit message (
Expand
)
Author
2023-04-24
Refs #33766 -- Removed unused Join.equals().
Simon Charette
2023-04-24
Fixed #33766 -- Resolved FilteredRelation.condition at referencing time.
Simon Charette
2023-04-18
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns()...
David Wobrock
2023-04-18
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-11
Fixed #34480 -- Fixed crash of annotations with Chr().
Jacob Walls
2023-04-07
Fixed #34464 -- Fixed queryset aggregation over group by reference.
Simon Charette
2023-04-05
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
Simon Charette
2023-04-04
Fixed #34450 -- Fixed multi-valued JOIN reuse when filtering by expressions.
Simon Charette
2023-03-28
Fixed #34443 -- Fixed filtering by transforms on reverse relations.
Mariusz Felisiak
2023-03-28
Refs #29799 -- Added field instance lookups to suggestions in FieldErrors.
Mariusz Felisiak
2023-03-25
Fixed #34437 -- Made values() resolving error mention selected annotations.
Simon Charette
2023-03-24
Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...
David Wobrock
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-20
Fixed some typos in comments, docstrings, and tests.
Liyang Zhang
2023-03-18
Fixed #34421 -- Fixed QuerySet.update() on querysets in descending order by a...
hb6h057
2023-03-14
Refs #28329 -- Fixed Cast() with ForeignKey to integer fields on MySQL.
David Wobrock
2023-03-09
Fixed #27397 -- Prevented integer overflows on integer field lookups.
Simon Charette
2023-03-03
Fixed #34378 -- Made QuerySet.in_bulk() not clear odering when id_list is pas...
Ekaterina Vahrusheva
2023-02-27
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer ...
Simon Charette
2023-02-27
Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.
Simon Charette
2023-02-23
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...
Xavier Fernandez
2023-02-23
Refs #33829 -- Added violation_error_message to constraints' __repr__().
Xavier Fernandez
2023-02-22
Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.
Xavier Fernandez
2023-02-20
Fixed #34346 -- Ordered selected expressions by position.
Simon Charette
2023-02-18
Refs #34176 -- Adjusted group by position variables naming to follow SQL spec.
Simon Charette
2023-02-14
Fixed #34280 -- Allowed specifying different field values for create operatio...
tschilling
2023-02-08
Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...
Mariusz Felisiak
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-26
Fixed #34254 -- Fixed return value of Exists() with empty queryset.
Raj Desai
2023-01-26
Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint w...
Mariusz Felisiak
2023-01-24
Fixed #34227 -- Fixed QuerySet.select_related() with multi-level FilteredRela...
朱穆穆
2023-01-23
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2023-01-20
Fixed #34267 -- Fixed sliced QuerySet.union() crash.
Francesco Panico
2023-01-18
Refs #34233 -- Used @functools.cache.
Nick Pope
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2023-01-18
Refs #34233 -- Used types.NoneType.
Nick Pope
2023-01-17
Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...
Mariusz Felisiak
2023-01-17
Refs #31486 -- Removed ability to pass unsaved model instances to related fil...
Mariusz Felisiak
2023-01-17
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed is_dst argument for various methods and functions.
Mariusz Felisiak
2023-01-09
Refs #30240 -- Fixed argument name for MySQLSHA2Mixin.as_mysql() and PostgreS...
Marti Raudsepp
2023-01-09
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2023-01-04
Simplified SQLCompiler.get_group_by() a bit.
Simon Charette
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-27
Fixed #34226 -- Fixed QuerySet.select_related() with multiple FilteredRelatio...
朱穆穆
2022-12-24
Used allow_migrate_model() shortcut in Field._check_backend_specific_checks().
Mariusz Felisiak
2022-12-24
Refs #34226 -- Renamed local field variables in SQLCompiler.get_related_selec...
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
[prev]
[next]