Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
* Refs #12118 -- Allowed "mode=memory" in SQLite test datab...Riccardo Magliocchetti2015-10-061-0/+24
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-3/+13
* Fixed #25400 -- Fixed regression in nonexistent features ...Daniel Hahler2015-09-171-0/+8
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-8/+32
* Fixed #25329 -- Prevented _nodb_connection from being lef...Adam Chainz2015-09-111-2/+0
* Changed database connection duplication technique.Aymeric Augustin2015-09-091-17/+9
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-2/+0
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-072-5/+5
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-5/+9
* Fixed db.utils.load_backend() on non-ASCII paths.Tim Graham2015-07-171-4/+3
* Filtered out 'base' from database backend choices error m...Tim Graham2015-07-151-0/+17
* Cleanup: Removed the try-except-fail antipattern from testsShai Berger2015-06-051-4/+1
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-8/+14
* Fixed #24791 -- Added fallback when 'postgres' database i...Claude Paroz2015-05-151-0/+26
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24335 -- Bumped required psycopg2 version to 2.4.5...Tim Graham2015-02-171-3/+3
* Fixed #24318 -- Set the transaction isolation level with ...Aymeric Augustin2015-02-141-0/+28
* Fixed E265 comment styleCollin Anderson2015-02-061-7/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-9/+13
* Fixed #24154 -- Backends can now check support for expres...Josh Smeaton2015-01-271-3/+10
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed support for old-style test database settings per ...Tim Graham2015-01-171-121/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-9/+6
* Removed unused import.Tim Graham2014-12-301-1/+0
* Fixed #12118 -- Added shared cache support to SQLite in-m...Andriy Sokolovskiy2014-12-301-0/+19
* Fixed #22279 -- Prevented dummy backend going through Dat...Claude Paroz2014-12-291-0/+2
* Replaced DatabaseCreation sql methods by schema editor eq...Claude Paroz2014-12-231-3/+4
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed #23941 -- Removed implicit decimal formatting from ...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-021-1/+11
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-2/+2
* Fixed #23620 -- Used more specific assertions in the Djan...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 ...Marc 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 & Post...Tim Graham2014-08-011-8/+8
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-172-18/+13
* Silenced deprecation warnings for refs #22811 and fixed b...Tim Graham2014-06-121-2/+9
* Fixed #22811 -- Allowed setting both the old and new TEST...Tim Graham2014-06-121-0/+116
* Fixed flake8 error.Tim Graham2014-06-081-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