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
/
tests
/
queries
/
models.py
Age
Commit message (
Expand
)
Author
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2022-10-04
Fixed #34012 -- Made QuerySet.order_by() apply transforms on related fields f...
David Sanders
2022-09-22
Fixed #34015 -- Allowed filtering by transforms on relation fields.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-08
Fixed #33319 -- Fixed crash when combining with the | operator querysets with...
Ömer Faruk Abacı
2021-10-08
Fixed tests.queries.models.StaffUser.__str__().
Jacob Walls
2020-10-27
Fixed some queries tests when primary key values are large.
Tim Graham
2020-07-29
Fixed #31783 -- Fixed crash when filtering againts "negate" field.
Hasan Ramezani
2020-07-06
Fixed #23797 -- Fixed QuerySet.exclude() when rhs is a nullable column.
Jacob Walls
2020-06-08
Fixed #31664 -- Reallowed using non-expressions having filterable attribute a...
Nicolas Baccelli
2020-05-15
Refs #13227 -- Adjusted a test to avoid making a shared test model unpickable.
Simon Charette
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2019-09-09
Refs #29444 -- Allowed returning multiple fields from INSERT statements on Po...
Johannes Hoppe
2019-07-10
Fixed #30628 -- Adjusted expression identity to differentiate bound fields.
Simon Charette
2019-06-25
Fixed #30477 -- Made reverse lookup use Field.get_db_prep_value() from the ta...
can
2018-11-21
Fixed #29974 -- Fixed non-truthy primary key values for QuerySet.bulk_update().
Tom Forbes
2018-09-18
Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.
Tom Forbes
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-01-20
Refs #20487 -- Added test for querying mixed case fields with common related ...
Mariusz Felisiak
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-04-23
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...
Simon Charette
2017-03-06
Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet combining.
Bo Marchman
2017-02-09
Fixed #26551 -- Fixed negated Q() queries that span relations.
François Freitag
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-08-17
Refs #26983 -- Added test for isnull lookup to CharField with primary_key=True.
Chris Lamb
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-05
Fixed #24525 -- Fixed AssertionError in some complex queries.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-13
Refs #24090 -- Added a test for multi-table inheritance + subqueries.
Anssi Kääriäinen
2015-04-16
Fixed #24605 -- Fixed incorrect reference to alias in subquery.
Anssi Kääriäinen
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-25
Split tests.basic.ModelTests in several tests; refs #18586.
zsoldosp
2014-05-05
Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-28
Added tests for m2m queries with custom pk on the end models
Anssi Kääriäinen
2013-11-07
Fixed #21376 -- New implementation for query join promotion logic
Anssi Kääriäinen
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #14511 -- bug in .exclude() query
Anssi Kääriäinen
2013-10-01
Fixed #21203 -- resolve_columns fields misalignment
Anssi Kääriäinen
2013-09-29
Fixed #15786 -- Added a regression test for o2o excludes using F().
Simon Charette
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-03
Fixed "indentation is not a multiple of four" pep8 issues.
Tim Graham
[next]