summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_unaccent.py
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
| | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL ↵Florian Apolloner2022-12-011-2/+0
| | | | | | specific tests. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵Gregor Gärtner2022-10-081-5/+5
| | | | | | assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com>
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-16/+19
|
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-5/+6
|
* Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's ↵Jayantha Gumballi2018-11-011-0/+19
| | | | | standard_conforming_strings option is off. Thanks Tom McClure for the patch.
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
|
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
|
* Name PostgreSQL correctly.Marc Tamlyn2015-05-301-2/+2
|
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-2/+3
| | | | Refs #23879.
* Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham2015-02-171-4/+0
|
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+65