summaryrefslogtreecommitdiff
path: root/tests/queries/models.py
AgeCommit message (Expand)Author
2014-05-05[1.7.x] Fixed #22429 -- Incorrect SQL when using ~Q and FAnssi Kääriäinen
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-28Added tests for m2m queries with custom pk on the end modelsAnssi Kääriäinen
2013-11-07Fixed #21376 -- New implementation for query join promotion logicAnssi Kääriäinen
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #14511 -- bug in .exclude() queryAnssi Kääriäinen
2013-10-01Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-09-29Fixed #15786 -- Added a regression test for o2o excludes using F().Simon Charette
2013-09-06Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-22Fixed #20955 -- select_related regressionAnssi Kääriäinen
2013-08-20Fixed test failure caused by different NULL ordering between backendsAnssi Kääriäinen
2013-03-13Refactored qs.add_q() and utils/tree.pyAnssi Kääriäinen
2013-03-12Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-28Fixed #12823 -- Was already fixed in master, tests addedAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner