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
2020-08-13
[2.2.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...
Gert Burger
2020-08-11
[2.2.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...
Daniel Hillier
2020-02-11
[2.2.x] Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of...
Abhijeet Viswa
2019-12-02
[2.2.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...
Mariusz Felisiak
2019-11-04
[2.2.x] Fixed #30931 -- Restored ability to override Model.get_FIELD_display().
Carlton Gibson
2019-09-10
[2.2.x] Fixed #30754 -- Prevented inclusion of aliases in partial index condi...
Simon Charette
2019-08-15
[2.2.x] Fixed #30449 -- Fixed RelatedFieldListFilter/RelatedOnlyFieldListFilt...
zeyneloz
2019-07-10
[2.2.x] Fixed #30628 -- Adjusted expression identity to differentiate bound f...
Simon Charette
2019-06-05
[2.2.x] Fixed #30542 -- Fixed crash of numerical aggregations with filter.
Étienne Beaulé
2019-05-18
[2.2.x] Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering...
ruchit2801
2019-05-07
[2.2.x] Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accept...
Tobias Kunze
2019-04-30
[2.2.x] Fixed #30412 -- Fixed crash when adding check constraints with OR'ed ...
can
2019-04-19
[2.2.x] Fixed #30328 -- Fixed crash of IntegerField.validators when limit_val...
Scott Fitsimones
2019-04-18
[2.2.x] Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over...
can
2019-04-15
[2.2.x] Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in...
Mariusz Felisiak
2019-04-08
[2.2.x] Fixed #30330 -- Fixed setting of primary key to None during fast-delete.
Florian Apolloner
2019-03-22
[2.2.x] Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy...
Matthias Kestenholz
2019-03-14
[2.2.x] Fixed #30254 -- Allowed model metaclasses to access the attribute dic...
Matt Westcott
2019-02-13
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-01-30
[2.2.x] Fixed E117 and F405 flake8 warnings.
Mariusz Felisiak
2019-01-21
[2.2.x] Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
Simon Charette
2019-01-16
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
Simon Charette
2019-01-16
Refs #9475 -- Simplified dictionary unpacking.
Simon Charette
2019-01-15
Refs #9475 -- Fixed typo, used unpacking generalization, and made through_def...
Nick Pope
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2019-01-15
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
Nasir Hussain
2019-01-14
Removed unnecessary string formatting of strings.
Jon Dufresne
2019-01-14
Refs #28643 -- Extracted DurationField logic for Avg() and Sum() into mixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.
Nick Pope
2019-01-14
Refs #28643 -- Moved db function mixins to a separate module.
Nick Pope
2019-01-14
Avoided calling as_oracle() for SQLite in Left database function.
Nick Pope
2019-01-14
Corrected comment in TruncTime database function.
Nick Pope
2019-01-14
Simplified overriding source expressions in some database functions.
Nick Pope
2019-01-14
Fixed #30093 -- Fixed ordering of combined queryset ordered by F expressions.
Sergey Fedoseev
2019-01-12
Refs #28643 -- Added Reverse database function.
Nick Pope
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-12
Used None as the empty value for condition in Index's SQL construction.
Paveł Tyślacki
2019-01-11
Moved django.db.migrations.writer.SettingsReference to django.conf.
Tim Graham
2019-01-10
Refs #28643 -- Added NullIf database function.
Mads Jensen
2019-01-09
Fixed #28658 -- Added DISTINCT handling to the Aggregate class.
Simon Charette
2019-01-08
Simplified some imports for database functions.
Nick Pope
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-30
Renamed QuerySet.earliest()/latest() helper method.
Tim Graham
2018-12-27
Fixed #29851 -- Fixed crash of annotations with window expressions in Subquery.
Mariusz Felisiak
2018-12-22
Fixed #29970, #30041 -- Made ModelBase.__new__() pass attrs without contribut...
Sergey Fedoseev
2018-12-06
Fixed #29932 -- Fixed combining compound queries with sub-compound queries on...
Mariusz Felisiak
2018-12-06
Fixed #30011 -- Fixed queries that reuse filtered aggregates.
Simon Charette
[next]