Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/backends/dummy
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24394 -- Allowed running tests with empty default ...Andrei Kulakov2015-03-252-2/+7
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-4/+7
* Fixed #22279 -- Prevented dummy backend going through Dat...Claude Paroz2014-12-291-0/+1
* Removed legacy transaction management per the deprecation...Aymeric Augustin2014-03-211-2/+0
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-1/+12
* Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin2013-03-111-2/+0
* Removed _enter/_leave_transaction_management.Aymeric Augustin2013-03-111-2/+0
* Added an API to control database-level autocommit.Aymeric Augustin2013-03-111-0/+1
* Added missing method in the dummy database backend.Aymeric Augustin2013-03-071-0/+3
* Reordered methods in database wrappers.Aymeric Augustin2013-03-021-7/+7
* Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz2013-01-041-1/+5
* Fixed #17883. Improved error message for old-style databa...Paul McMillan2012-03-121-1/+3
* Fixed #3615: Added support for loading fixtures with forw...Karen Tracey2011-08-071-0/+1
* Fixed #13630 -- Made __init__ methods of all DB backends'...Ramiro Morales2011-04-051-1/+1
* Fixed #15293 -- Updated the dummy backend to support the ...Russell Keith-Magee2011-02-141-13/+19
* Fixed #15230 -- added some more attributes to the dummy d...Alex Gaynor2011-02-061-0/+4
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM ...Russell Keith-Magee2010-10-111-1/+1
* Changed a whole bunch of places to raise exception instan...Adrian Holovaty2010-01-101-1/+1
* Fixed #12428: Ensured that the dummy backend is installed...Russell Keith-Magee2009-12-241-2/+5
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-2/+2
* Tweaked the dummy database backend initialisation.Malcolm Tredinnick2009-03-121-5/+3
* Fixed #10459 -- Refactored the internals of database conn...Adrian Holovaty2009-03-111-1/+1
* Removed some empty modules that are no longer required af...Russell Keith-Magee2008-08-113-0/+0
* Fixed #5461 -- Refactored the database backend code to us...Russell Keith-Magee2008-08-114-18/+21
* Fixed #5255 -- It's now possible again to use Django with...Adrian Holovaty2007-08-251-5/+5
* Made various negligible formatting cleanups to the databa...Adrian Holovaty2007-08-201-1/+1
* Refactored OPERATOR_MAPPING so that it exists as django.d...Adrian Holovaty2007-08-201-3/+2
* Implemented BaseDatabaseFeatures and changed all code to ...Adrian Holovaty2007-08-201-5/+3
* Removed backend.dictfetchall(), as it wasn't being used a...Adrian Holovaty2007-08-201-1/+0
* Removed backend.dictfetchmany(), as it wasn't being used ...Adrian Holovaty2007-08-201-1/+0
* Removed backend.dictfetchone(), as it wasn't being used a...Adrian Holovaty2007-08-201-1/+0
* Refactored quote_name() to DatabaseOperations.quote_name(...Adrian Holovaty2007-08-201-1/+0
* Refactored get_start_transaction_sql() to DatabaseOperati...Adrian Holovaty2007-08-201-1/+0
* Refactored get_sql_sequence_reset() to DatabaseOperations...Adrian Holovaty2007-08-201-1/+0
* Refactored get_sql_flush() to DatabaseOperations.sql_flus...Adrian Holovaty2007-08-201-1/+0
* Refactored get_random_function_sql() to DatabaseOperation...Adrian Holovaty2007-08-201-1/+0
* Refactored get_pk_default_value() to DatabaseOperations.p...Adrian Holovaty2007-08-201-1/+0
* Refactored get_max_name_length() to DatabaseOperations.ma...Adrian Holovaty2007-08-201-1/+0
* Refactored get_limit_offset_sql() to DatabaseOperations.l...Adrian Holovaty2007-08-201-1/+0
* Refactored get_last_insert_id() to DatabaseOperations.las...Adrian Holovaty2007-08-201-1/+0
* Refactored get_fulltext_search_sql() to DatabaseOperation...Adrian Holovaty2007-08-201-1/+0
* Refactored get_drop_foreignkey_sql() to DatabaseOperation...Adrian Holovaty2007-08-201-1/+0
* Refactored get_deferrable_sql() to DatabaseOperations.def...Adrian Holovaty2007-08-201-1/+0
* Refactored get_datetime_cast_sql() to DatabaseOperations....Adrian Holovaty2007-08-201-1/+0
* Refactored get_date_trunc_sql() to DatabaseOperations.dat...Adrian Holovaty2007-08-201-1/+0
* Refactored get_date_extract_sql() to DatabaseOperations.d...Adrian Holovaty2007-08-201-1/+0
* Began implementing BaseDatabaseOperations class for every...Adrian Holovaty2007-08-201-2/+6
* Fixed #4689 -- Added some missing methods to the dummy ba...Russell Keith-Magee2007-06-281-0/+5
* Merged boulder-oracle-sprint branch (r3965:5512) back int...Malcolm Tredinnick2007-06-231-0/+1