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
2019-12-02
[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...
Mariusz Felisiak
2019-11-13
[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing ...
George Marshall
2019-11-04
[3.0.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-10-25
[3.0.x] Fixed #30902 -- Added __str__() for model choice enums.
Carlton Gibson
2019-10-11
[3.0.x] Fixed #30854 -- Fixed QuerySet.select_related() with multiple Filtere...
Hasan Ramezani
2019-09-27
[3.0.x] Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.
Hasan Ramezani
2019-09-27
[3.0.x] Refs #30798 -- Prevented chaining fields from the same related model ...
Hasan Ramezani
2019-09-24
[3.0.x] Fixed #30796 -- Prevented select_related() from mutating a queryset o...
Simon Charette
2019-09-23
[3.0.x] Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after...
Hasan Ramezani
2019-09-20
[3.0.x] Fixed #30771 -- Fixed exact lookup against queries with selected colu...
James Timmins
2019-09-10
Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.
Simon Charette
2019-09-09
Fixed #28107 -- Added DatabaseFeatures.allows_group_by_selected_pks_on_model(...
Vojtech Bocek
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-09-09
Fixed #30757 -- Added a system check to ensure max_length fits the longest ch...
Nick Pope
2019-09-04
Fixed #27910 -- Added enumeration helpers for use in Field.choices.
Shai Berger
2019-09-02
Fixed #30739 -- Fixed exclusion of multi-valued lookup against outer rhs.
Simon Charette
2019-09-02
Refs #28442 -- Adjusted related lookups handling of expression rhs.
Simon Charette
2019-08-29
Refs #25367 -- Simplified OrderBy and Lookup by using Case() instead of RawSQ...
Mariusz Felisiak
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-08-27
Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
Andrew Brown
2019-08-21
Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...
Mads Jensen
2019-08-20
Fixed #29979, Refs #17337 -- Extracted AutoField field logic into a mixin and...
Nick Pope
2019-08-19
Fixed #29260 -- Skipped an UPDATE when adding a model instance with primary k...
Hasan Ramezani
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-17
Fixed #29545 -- Fixed using filter lookups againts nested subquery expressions.
Simon Charette
2019-08-16
Fixed #30687 -- Fixed using of OuterRef() expressions in distance lookups.
Andrew Brown
2019-08-15
Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilter to re...
zeyneloz
2019-08-14
Optimized Field.deconstruct() by using elif.
Mads Jensen
2019-08-13
Refs #25367 -- Moved Oracle Exists() handling to contextual methods.
Simon Charette
2019-08-13
Refs #25367 -- Moved select_format hook to BaseExpression.
Simon Charette
2019-08-12
Refs #24793 -- Removed bogus connection argument from SQLCompiler.compile() c...
Simon Charette
2019-08-12
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-05
Fixed #28393 -- Added helpful error messages for invalid AutoField/FloatField...
Diederik van der Boor
2019-08-02
Fixed #30668 -- Made QuerySet.filter() raise NotSupportedError if any of sour...
aaktsipetrov
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-31
Fixed #30665 -- Added support for distinct argument to Avg() and Sum().
Étienne Beaulé
2019-07-27
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...
Jon Dufresne
2019-07-25
Added Query.is_sliced property.
Mariusz Felisiak
2019-07-25
Fixed #27995 -- Added error messages on unsupported operations following unio...
Hasan Ramezani
2019-07-25
Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...
Jon Dufresne
2019-07-25
Refs #30657 -- Made DeferredAttribute.__init__() to take a field instance ins...
Jon Dufresne
2019-07-23
Improved error message when index in __getitem__() is invalid.
Jon Dufresne
2019-07-23
Removed unnecessary code in Model.__init__().
Jon Dufresne
2019-07-12
Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups ...
Hasan Ramezani
2019-07-11
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...
Mariusz Felisiak
2019-07-11
Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...
Hasan Ramezani
2019-07-11
Fixed #28289 -- Fixed crash of RawSQL annotations on inherited model fields.
can
2019-07-10
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-07-08
Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...
can
2019-07-08
Refs #29444 -- Added support for fetching a returned non-integer insert value...
Johannes Hoppe
[next]