index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
dummy
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-02-16
Fixed #35967 -- Deferred test suite fixtures serialization after all dbs setup.
Simon Charette
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2018-10-25
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2016-09-26
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2015-03-25
Fixed #24394 -- Allowed running tests with empty default dictionary.
Andrei Kulakov
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-29
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-07
Added missing method in the dummy database backend.
Aymeric Augustin
2013-03-02
Reordered methods in database wrappers.
Aymeric Augustin
2013-01-04
Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2012-03-12
Fixed #17883. Improved error message for old-style database backends.
Paul McMillan
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-02-14
Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...
Russell Keith-Magee
2011-02-06
Fixed #15230 -- added some more attributes to the dummy database backend.
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2009-12-24
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-03-12
Tweaked the dummy database backend initialisation.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2008-08-11
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-08-25
Fixed #5255 -- It's now possible again to use Django without a database. This...
Adrian Holovaty
2007-08-20
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
2007-08-20
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
Removed backend.dictfetchall(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchmany(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Removed backend.dictfetchone(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-20
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-20
Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106
Adrian Holovaty
2007-08-20
Refactored get_random_function_sql() to DatabaseOperations.random_function_sq...
Adrian Holovaty
2007-08-19
Refactored get_pk_default_value() to DatabaseOperations.pk_default_value(). R...
Adrian Holovaty
2007-08-19
Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref...
Adrian Holovaty
2007-08-19
Refactored get_limit_offset_sql() to DatabaseOperations.limit_offset_sql(). R...
Adrian Holovaty
2007-08-19
Refactored get_last_insert_id() to DatabaseOperations.last_insert_id(). Refs ...
Adrian Holovaty
2007-08-19
Refactored get_fulltext_search_sql() to DatabaseOperations.fulltext_search_sq...
Adrian Holovaty
[next]