summaryrefslogtreecommitdiff
path: root/tests/custom_lookups
AgeCommit message (Expand)Author
2018-02-10Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes
2017-12-12Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if ...Sergey Fedoseev
2017-10-06Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-13Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen
2016-08-11Fixed #26891 -- Fixed lookup registration for ForeignObject.Ryan P Kilby
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-07-07Replaced try..except blocks by context manager in custom lookups testsAndriy Sokolovskiy
2015-06-06Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy
2015-04-20Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-16Fixed #23893: Added tzinfo to constant datetime in unit testMichael Hall
2014-11-28Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-03Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-10-28Fixed flake8 warnings.Tim Graham
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-05-19Fix a2dd618 for mysql.Marc Tamlyn
2014-05-17Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...Marc Tamlyn
2014-03-07Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen
2014-01-20Fixed custom_lookups tests for OracleAnssi Kääriäinen
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen