Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | 2023-02-01 | 1 | -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 Apolloner | 2022-12-01 | 1 | -2/+0 |
| | | | | | | specific tests. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to ↵ | Gregor Gärtner | 2022-10-08 | 1 | -5/+5 |
| | | | | | | assertQuerySetEqual(). Co-Authored-By: Michael Howitz <mh@gocept.com> | ||||
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -16/+19 |
| | |||||
* | Switched setUp() to setUpTestData() where possible in Django's tests. | Simon Charette | 2018-11-27 | 1 | -5/+6 |
| | |||||
* | Fixed #29886 -- Fixed unaccent lookup when PostgreSQL's ↵ | Jayantha Gumballi | 2018-11-01 | 1 | -0/+19 |
| | | | | | standard_conforming_strings option is off. Thanks Tom McClure for the patch. | ||||
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -3/+0 |
| | |||||
* | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | 2016-11-10 | 1 | -2/+2 |
| | |||||
* | Name PostgreSQL correctly. | Marc Tamlyn | 2015-05-30 | 1 | -2/+2 |
| | |||||
* | Stopped special-casing postgres-specific tests | Claude Paroz | 2015-04-18 | 1 | -2/+3 |
| | | | | Refs #23879. | ||||
* | Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL. | Tim Graham | 2015-02-17 | 1 | -4/+0 |
| | |||||
* | Fixed #23423 -- Added unaccent lookup in django.contrib.postgres | Thomas Chaumeny | 2014-11-28 | 1 | -0/+65 |