summaryrefslogtreecommitdiff
path: root/tests/custom_lookups
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Fixed #29799 -- Allowed registering lookups per field instances.Allen Jonathan David2022-09-022-5/+49
* Refs #29799 -- Added more tests for registering lookups.Allen Jonathan David2022-09-011-0/+46
* Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.Simon Charette2022-07-061-1/+1
* Fixed #33626 -- Cleared cache when unregistering a lookup.Himanshu-Balasamanta2022-04-121-0/+2
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-10/+17
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-179/+249
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-9/+9
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-3/+0
* Refs #25705 -- Fixed invalid SQL generated by SQLFuncMixin.as_sql() in custom...Mariusz Felisiak2019-12-021-1/+1
* Removed unnecessary type() calls for class methods.Jon Dufresne2019-02-061-5/+2
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-4/+7
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-3/+3
* Fixed #29048 -- Added **extra_context to database function as_vendor() methods.priyanshsaxena2018-08-231-1/+1
* Fixed #29658 -- Registered model lookups in tests with a context manager.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-08-211-24/+5
* Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).Matthew Wilkes2018-02-101-0/+17
* Refs #27985 -- Reallowed using __exact=None as an alias for __isnull=True if ...Sergey Fedoseev2017-12-121-0/+17
* Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...Simon Charette2017-10-061-1/+1
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-6/+6
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-112/+38
* Fixed #26891 -- Fixed lookup registration for ForeignObject.Ryan P Kilby2016-08-112-1/+27
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-211-8/+63
* Replaced try..except blocks by context manager in custom lookups testsAndriy Sokolovskiy2015-07-071-47/+23
* Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy2015-06-061-0/+15
* Fixed #22394 -- Refactored built-in datetime lookups to transforms.Jon Dufresne2015-04-201-19/+21
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #23893: Added tzinfo to constant datetime in unit testMichael Hall2014-12-161-1/+2
* Fixed #16731 -- Made pattern lookups work properly with F() expressionsThomas Chaumeny2014-11-281-0/+3
* Renamed qn to compilerJosh Smeaton2014-11-161-36/+36
* Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak2014-11-032-3/+39
* Fixed flake8 warnings.Tim Graham2014-10-281-0/+2
* Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny2014-10-281-2/+124
* Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn2014-10-091-2/+2
* Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham2014-06-171-3/+3
* Fix a2dd618 for mysql.Marc Tamlyn2014-05-191-1/+1
* Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...Marc Tamlyn2014-05-171-0/+60
* Fixed #21863 -- supplemented get_lookup() with get_transform()Anssi Kääriäinen2014-03-071-2/+54
* Fixed custom_lookups tests for OracleAnssi Kääriäinen2014-01-201-0/+12
* Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen2014-01-183-0/+292