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
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
2013-08-22
Fixed #20955 -- select_related regression
Anssi Kääriäinen
2013-08-20
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-03-13
Refactored qs.add_q() and utils/tree.py
Anssi Kääriäinen
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-28
Fixed #12823 -- Was already fixed in master, tests added
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner