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
2018-04-16
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-04-13
Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...
Mariusz Felisiak
2018-04-12
Fixed #29320 -- Added an exception when an annotation alias matches a Foreign...
Flávio Juvenal
2018-04-04
Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...
Dmitry Dygalo
2018-04-03
Refs #28643 -- Added Repeat database function.
Mariusz Felisiak
2018-04-03
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions...
Mariusz Felisiak
2018-03-20
Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField.
Nick Pope
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-19
Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...
Astral
2018-03-19
Refs #28643 -- Added LPad and RPad database functions.
Mariusz Felisiak
2018-03-17
Removed unused args in Index.clone().
Mads Jensen
2018-03-15
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
Mariusz Felisiak
2018-03-14
Fixed #29155 -- Fixed crash when database functions are used with pattern loo...
Mariusz Felisiak
2018-03-12
Fixed #28988 -- Fixed queries when a GenericRelation is used with multi-table...
robwa
2018-03-12
Added PatternLookup.prepare_rhs to simplify subclasses.
Simon Charette
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-03-08
Fixed #29178 -- Allowed Index.fields to accept a tuple.
Fabrizio Ettore Messina
2018-03-07
Simplified Contains, StartsWith, and EndsWith lookups.
Mariusz Felisiak
2018-03-03
Added model name to AutoField error message.
Almad
2018-03-01
Fixed #29172 -- Fixed crash with Window expression in a subquery.
Tomáš Ehrlich
2018-02-28
Fixed #29166 -- Fixed crash in When() expression with a list argument.
Mariusz Felisiak
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-23
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
bobort
2018-02-23
Fixed #29142 -- Fixed crash when OuterRef is used with an operator.
Matthew Schinckel
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-12
Refs #29125 -- Made Q.deconstruct() omit 'query_utils' in the path and _conne...
Tim Graham
2018-02-12
Fixed #29125 -- Made Q.deconstruct() deterministic with multiple keyword argu...
Tim Graham
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Raphael Gaschignard
2018-02-08
Fixed #29108 -- Fixed crash in aggregation of distinct+ordered+sliced querysets.
Simon Charette
2018-02-05
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation wa...
Raymond Hettinger
2018-02-05
Refs #28723 -- Fixed stale prefetch_related cache after add/remove.
Jon Dufresne
2018-02-02
Fixed imports per isort 4.3.1.
Tim Graham
2018-02-01
Fixed imports per isort 4.3.0.
Mariusz Felisiak
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2018-01-31
Fixed #29093 -- Simplified a few lines in ModelBase.__new__().
Дилян Палаузов
2018-01-30
Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even ...
Jon Dufresne
2018-01-27
Fixed #28650 -- Added TruncWeek database function.
Sigurd Ljødal
2018-01-27
Refs #28748 -- Reallowed lazy values in model field choices.
François Freitag
2018-01-26
Fixed #29067 -- Fixed regression in QuerySet.values_list(..., flat=True) foll...
Jon Dufresne
2018-01-25
Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a...
shanghui
2018-01-24
Fixed #28748 -- Made model field choices check more strict for named groups.
François Freitag
2018-01-17
Refs #28643 -- Added Replace database function.
Mads Jensen
2018-01-17
Fixed #28857 -- Fixed invalid SQL when using Cast with complex expressions on...
hayashi
2018-01-13
Fixed #29016 -- Fixed incorrect foreign key nullification on related instance...
Étienne Loks
2018-01-12
Removed Query.split_exclude()'s unused prefix argument.
Mariusz Felisiak
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
[prev]
[next]