summaryrefslogtreecommitdiff
path: root/tests/regressiontests/queries
AgeCommit message (Expand)Author
2013-02-20[1.5.x] Fixed #19672 -- Error in negated Q() filteringAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2012-12-11[1.5.X] Fixed an order dependant test failure.Florian Apolloner
2012-10-21Fixed #19151 -- Added missing methods to EmptyQuerySet.Jan Bednařík
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-08-21Fixed #17886 -- Fixed join promotion in ORed nullable queriesAnssi Kääriäinen
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-14[py3] Fixed comparison of list and range()Anssi Kääriäinen
2012-08-14[py3] Fixed invalid use of dict.items()Anssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-07-17Fixed #17788 -- Added batch_size argument to qs.bulk_create()Anssi Kääriäinen
2012-07-01Fixed a regression introduced in where.as_sql() refactorAnssi Kääriäinen
2012-07-01Refactored the empty/full result logic in WhereNode.as_sql()Anssi Kääriäinen
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-25Added tests for nested exclude/negate queriesAnssi Kääriäinen
2012-05-24Fixed qs.order_by() join promotion for already existing joinsAnssi Kääriäinen
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-09Fix proxy model Query.remove_inherited_models()Anssi Kääriäinen
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen
2012-04-29Simplified QuerySet field.null handlingAnssi Kääriäinen
2012-01-03Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...Julien Phalip
2011-12-22Added support for modifying the effect of ``DISTINCT`` clauses so theyRamiro Morales
2011-12-17Optimized an optimiseAdrian Holovaty
2011-12-17Fixed various dodgy behavioursAdrian Holovaty
2011-10-16Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...Ramiro Morales
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-10Fixed #16809 -- Forced MySQL to behave like a database. This avoids a problem...Russell Keith-Magee
2011-09-09Added two pointless query repeats to work around a known issue with MySQL tha...Russell Keith-Magee
2011-08-23Fixed a broken test from r16656.Malcolm Tredinnick
2011-08-23Fixed an isnull=False filtering edge-case. Fixes #15316.Malcolm Tredinnick
2011-08-22Fixed #14876 -- Ensure that join promotion works correctly when there are nul...Russell Keith-Magee
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-04-22Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...Jannis Leidel
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-08Fixed field names that were preventing the tests from running in Oracle.Ian Kelly
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-03Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...Russell Keith-Magee
2011-01-25Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...Carl Meyer
2011-01-18Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/M...Russell Keith-Magee
2010-12-18Fixed a couple of tests migrated to unit tests in r14279 so they actually and...Ramiro Morales
2010-11-26Fixed a suite of errors in the ORM -- a) fixed calling values_list().values_l...Alex Gaynor
2010-11-16Added a test for using an `__in` lookup with a ValueListQueryset from a none(...Alex Gaynor
2010-10-19Fixed errors introduced in r14279 when running Django tests under Python < 2.6.Ramiro Morales
2010-10-19Converted queries tests from doctests to unittests.Ramiro Morales
2010-10-19Fixed a small typo introduced in r14139.Ramiro Morales
2010-10-13Fixed #12192 -- Don't execute any DB query when the QS slicing being performedRamiro Morales
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-09Fixed #14011 -- Doing a subquery with __in and an EmptyQuerySet no longer rai...Alex Gaynor