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
2017-10-16
[2.0.x] Fixed #28497 -- Restored the ability to use sliced QuerySets with __e...
Tim Graham
2017-10-13
[2.0.x] Corrected examples in related field descriptor docstrings.
Simon Charette
2017-10-12
[2.0.x] Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-10-06
[2.0.x] Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sq...
Mariusz Felisiak
2017-09-29
[2.0.x] Refs #28492 -- Defined aggregates' output_field at the class level.
Simon Charette
2017-09-22
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) s...
Nicolas Delaby
2017-09-20
Removed unused list in Query.resolve_lookup_value().
Nicolas Delaby
2017-09-18
Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary ...
Mariusz Felisiak
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-16
Removed unneeded StdDev.convert_value() and Variance.convert_value().
Sergey Fedoseev
2017-09-16
Simplified Count.convert_value() and RegrCount.convert_value().
Sergey Fedoseev
2017-09-15
Removed unnecessary check in SQLCompiler.get_related_selections().
Tim Graham
2017-09-11
Fixed #28492 -- Defined default output_field of expressions at the class level.
Simon Charette
2017-09-11
Refs #28492 -- Stopped accessing settings at Field.db_tablespace initialization.
Simon Charette
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-09-06
Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
Sergey Fedoseev
2017-09-06
Refs #23919 -- Replaced usage of django.utils.functional.curry() with functoo...
Sergey Fedoseev
2017-09-06
Replaced deque() with list() in prefetch_related_objects().
Sergey Fedoseev
2017-09-05
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-09-05
Fixed #28335 -- Allowed query expressions in Meta.ordering.
Dima Kudosh
2017-09-05
Fixed typo in django/db/models/query.py docstring.
Boris Burkov
2017-09-04
Corrected YearComparisonLookup.get_bound() signature.
Srinivas Reddy Thatiparthy
2017-09-03
Updated EmpytResultSet import not to use the alias.
Mariusz Felisiak
2017-09-02
Moved select_sql in SQLCompiler.get_extra_select() to improve performance.
Mariusz Felisiak
2017-08-31
Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.
Jeremy Kerr
2017-08-31
Fixed #28543 -- Prevented ManyToManyField.value_from_object() from being lazy.
Tim Graham
2017-08-31
Simplified model's Options._get_fields() a bit.
Sergey Fedoseev
2017-08-23
Removed unneeded iter() calls.
Sergey Fedoseev
2017-08-23
Refs #28459 -- Improved performance of SQLCompiler.apply_converters().
Sergey Fedoseev
2017-08-22
Refs #28459 -- Improved performance of FlatValuesListIterable.
Sergey Fedoseev
2017-08-21
Fixed #28375 -- Fixed KeyError crash on reverse prefetch of a model with OneT...
Paulo
2017-08-15
Simplified generation of result in Query.get_aggregation().
Sergey Fedoseev
2017-08-15
Simplified RelatedPopulator.populate().
Sergey Fedoseev
2017-08-15
Removed redundant condition in QuerySet.resolve_expression().
Sergey Fedoseev
2017-08-15
Avoided creation of temporary set in Query.append_annotation_mask().
Sergey Fedoseev
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-08-11
Refs #28459 -- Improved performance of BaseExpression.convert_value().
Sergey Fedoseev
2017-08-11
Refs #28459 -- Optimized ModelState instantiation.
Sergey Fedoseev
2017-08-11
Fixed #28456 -- Allowed customizing Model pickling by overriding __getstate__().
Nerl~
2017-08-11
Simplified calculation of used joins in Query.build_filter().
Sergey Fedoseev
2017-08-11
Removed obsolete DecimalComparisonLookup.
Sergey Fedoseev
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-11
Removed outdated comment in Query.build_filter().
Sergey Fedoseev
2017-08-10
Refs #18247 -- Fixed filtering on CombinedExpression(output_field=DecimalFiel...
Sergey Fedoseev
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-08-08
Refs #28459 -- Improved performance of sql.compiler.cursor_iter().
Sergey Fedoseev
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-08-08
Refs #28459 -- Improved performance of ValuesIterable.
Sergey Fedoseev
2017-08-07
Refs #28459 -- Improved performance of select_related() when model is prefetc...
Sergey Fedoseev
[next]