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-31
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-10-30
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reve...
Paulo
2017-10-28
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Ran Benita
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-10-21
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-10-18
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Simon Charette
2017-10-18
Fixed outdated comment in RelatedObjectDoesNotExist.
Simon Charette
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-13
Fixed #28695 -- Allowed models to use __init_subclass__().
k
2017-10-13
Corrected examples in related field descriptor docstrings.
Simon Charette
2017-10-13
Refs #28575 -- Removed unnecessary code for model exception pickling.
Simon Charette
2017-10-13
Refs #28643 -- Reorganized database functions.
Mariusz Felisiak
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-10-09
Fixed #28670 -- Added FETCH/OFFSET support on Oracle.
Mariusz Felisiak
2017-10-06
Refs #24254 -- Removed unnecessary SQL AS clause in SQLCompiler.as_sql().
Mariusz Felisiak
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-04
Refs #28670 -- Moved LIMIT/OFFSET SQL to DatabaseOperations.limit_offset_sql().
Mariusz Felisiak
2017-10-03
Fixed #28674 -- Removed unused check in QuerySet._batched_insert().
Tim Graham
2017-10-03
Fixed #28675 -- Removed always True variable in SQLInsertCompiler.execute_sql...
Tim Graham
2017-10-02
Fixed #28652 -- Fixed a few comments in django/db/models/*.
Дилян Палаузов
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-29
Refs #28492 -- Defined aggregates' output_field at the class level.
Simon Charette
2017-09-28
Merged hash() calls.
Mariusz Felisiak
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-22
Refs #27532 -- Removed Model._meta.has_auto_field per deprecation timeline.
Tim Graham
2017-09-22
Refs #18974 -- Removed @models.permalink() decorator per deprecation timeline.
Tim Graham
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
[prev]
[next]