summaryrefslogtreecommitdiff
path: root/tests/backends
AgeCommit message (Expand)Author
2014-01-12Fixed a test that was failing with PostGIS.Aymeric Augustin
2014-01-12Restored a test broken by overzealous PEP8 cleanupAymeric Augustin
2014-01-12Fixed flake8 issues.Simon Charette
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2014-01-12Fixed a test isolation issue. Refs #17062.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-09-28Fixed #21187 -- Import CursorWrapper from django.db.backend.utilsAnssi Kääriäinen
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-06Fixed this syntax error on py32Alex Gaynor
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-02Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-06-29Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-16Fixed #20388 -- Test failures under Oracle.Shai Berger
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
2013-03-28Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz
2013-03-23Fixed #9055 -- Standardized behaviour of parameter escaping in db cursorsClaude Paroz
2013-03-11Ran a test that closes the database connection outside of a transaction.Aymeric Augustin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Enabled autocommit for PostgreSQL.Aymeric Augustin
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-02-27Fixed a test that relied on database exceptions not being wrapped.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner