summaryrefslogtreecommitdiff
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
* Removed unused import.Tim Graham2014-12-301-1/+0
* Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy2014-12-301-0/+19
* Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapperClaude Paroz2014-12-291-0/+2
* Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz2014-12-231-3/+4
* Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall2014-12-131-2/+2
* Fixed #23941 -- Removed implicit decimal formatting from expressions.Josh Smeaton2014-12-121-1/+17
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-8/+11
* Fixed #23807 -- Ignored non-digits in psycopg2 versionAndriy Sokolovskiy2014-12-011-1/+11
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-2/+2
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-3/+3
* Fixed #23514 -- Prevented queries in PostGISOperations initClaude Paroz2014-09-181-0/+8
* Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn2014-09-031-12/+0
* Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham2014-08-021-24/+0
* Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham2014-08-011-8/+8
* Fixed #13711 -- Model check added to ensure that auto-generated column name i...Anubhav Joshi2014-06-172-18/+13
* Silenced deprecation warnings for refs #22811 and fixed build.Tim Graham2014-06-121-2/+9
* Fixed #22811 -- Allowed setting both the old and new TEST database settings.Tim Graham2014-06-121-0/+116
* Fixed flake8 error.Tim Graham2014-06-071-1/+0
* Fixed test again. Refs #12581.Aymeric Augustin2014-06-071-0/+5
* Made a test compatible with Python 2 and 3.Aymeric Augustin2014-06-071-1/+1
* Fixed #3711, #6734, #12581 -- Bounded connection.queries.Aymeric Augustin2014-06-071-2/+60
* Avoided using BinaryField unecessarily in tests.Aymeric Augustin2014-06-052-4/+7
* Replaced vendor checks by three feature flags.Aymeric Augustin2014-05-081-4/+1
* Reorganized backends tests.Aymeric Augustin2014-05-081-200/+147
* Fixed #21202 -- Maintained atomicity when the server disconnects.Aymeric Augustin2014-04-101-7/+0
* Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin2014-04-091-0/+31
* Used more specific test assertions.Aymeric Augustin2014-04-091-2/+2
* Added test to confirm #12583 resolutionClaude Paroz2014-03-311-1/+15
* Removed legacy transaction management per the deprecation timeline.Aymeric Augustin2014-03-211-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok2014-02-061-3/+2
* Fixed typo in 3ffeb931.Aymeric Augustin2014-02-021-1/+1
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-22/+28
* Made SQLCompiler.execute_sql(result_type) more explicit.Michael Manfre2014-02-021-1/+2
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* Fixed a test that was failing with PostGIS.Aymeric Augustin2014-01-121-1/+1
* Restored a test broken by overzealous PEP8 cleanupAymeric Augustin2014-01-121-0/+2
* Fixed flake8 issues.Simon Charette2014-01-121-1/+0
* Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin2014-01-121-4/+19
* Fixed a test isolation issue. Refs #17062.Aymeric Augustin2014-01-121-6/+9
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-3/+3
* PEP8 cleanupJason Myers2013-11-021-8/+10
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Fixed #21187 -- Import CursorWrapper from django.db.backend.utilsAnssi Kääriäinen2013-09-281-3/+1
* Fixed #17671 - Cursors are now context managers.Michael Manfre2013-09-251-0/+25
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed this syntax error on py32Alex Gaynor2013-09-061-1/+1
* Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma2013-09-061-0/+20
* Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson2013-09-061-0/+20
* Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma2013-09-051-1/+1