Simon Charette
|
84e7a9f4a7
|
Switched setUp() to setUpTestData() where possible in Django's tests.
|
2018-11-27 09:35:17 -05:00 |
Jayantha Gumballi
|
dfcdc8992f
|
Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's standard_conforming_strings option is off.
Thanks Tom McClure for the patch.
|
2018-11-01 11:14:34 -04:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Marc Tamlyn
|
00e8e514e1
|
Name PostgreSQL correctly.
|
2015-05-30 23:10:30 +01:00 |
Claude Paroz
|
36e90d1f45
|
Stopped special-casing postgres-specific tests
Refs #23879.
|
2015-04-18 15:17:49 +02:00 |
Tim Graham
|
8b39f33d78
|
Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.
|
2015-02-17 06:34:13 -05:00 |
Thomas Chaumeny
|
17fe0bd808
|
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
|
2014-11-28 18:22:20 -05:00 |