Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21202 -- Maintained atomicity when the server disc...Aymeric Augustin2014-04-101-7/+0
* Fixed #21553 -- Ensured unusable database connections get...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...Aymeric Augustin2014-03-211-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-5/+5
* Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_prima...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-031-8/+10
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2
* Fixed #21187 -- Import CursorWrapper from django.db.backe...Anssi 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-071-1/+1
* Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma2013-09-071-0/+20
* Fixed #10164 -- Made AutoField increase monotonically on ...Chris Wilson2013-09-061-0/+20
* Fixed #21035 -- Changed docs to treat the acronym SQL pho...Eric Boersma2013-09-061-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-1/+1
* Fixed #17519 -- Fixed missing SQL constraints to proxy mo...Tim Graham2013-08-022-10/+36
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Avoided transaction.set_autocommit in tests.Aymeric Augustin2013-07-091-23/+10
* Fixed a few more imports of django.utils.unittest.Aymeric Augustin2013-07-011-3/+4
* Fixed #18592 -- Prevented crash when accessing MySQL _las...Claude Paroz2013-06-291-0/+11
* Support 'pyformat' style parameters in raw queries, Refs ...Shai Berger2013-06-281-2/+42
* Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves2013-06-221-1/+36
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+7
* Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz2013-05-231-3/+6
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Fixed #20388 -- Test failures under Oracle.Shai Berger2013-05-161-2/+7
* Fixed #19220 -- Prevented decimals to be displayed in sci...Claude Paroz2013-03-311-0/+41
* Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz2013-03-282-5/+6
* Fixed #9055 -- Standardized behaviour of parameter escapi...Claude Paroz2013-03-231-4/+20
* Ran a test that closes the database connection outside of...Aymeric Augustin2013-03-111-4/+6
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-6/+6
* Added some assertions to enforce the atomicity of atomic.Aymeric Augustin2013-03-111-3/+12
* Enabled autocommit for PostgreSQL.Aymeric Augustin2013-03-111-2/+2
* Added a ManyToManyField(db_constraint=False) option, this...Alex Gaynor2013-03-072-14/+38
* Fixed a test that relied on database exceptions not being...Aymeric Augustin2013-02-271-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+849