summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_unaccent.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-2/+0
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-5/+5
* 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 standard_conforming_s...Jayantha Gumballi2018-11-011-0/+19
* 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
* 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