Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/backends
Commit message (Expand)AuthorAgeFilesLines
* 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