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
2014-05-05
[1.7.x] 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