index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
dummy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-3
/
+5
*
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
1
-1
/
+0
*
Made DatabaseFeatures.uses_savepoints default to True.
Tim Graham
2018-10-25
1
-0
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-1
/
+1
*
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-26
1
-8
/
+0
*
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-08
1
-11
/
+6
*
Fixed #24394 -- Allowed running tests with empty default dictionary.
Andrei Kulakov
2015-03-25
2
-2
/
+7
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+1
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-4
/
+7
*
Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapper
Claude Paroz
2014-12-29
1
-0
/
+1
*
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
1
-2
/
+0
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-1
/
+12
*
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-11
1
-2
/
+0
*
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
1
-2
/
+0
*
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
1
-0
/
+1
*
Added missing method in the dummy database backend.
Aymeric Augustin
2013-03-07
1
-0
/
+3
*
Reordered methods in database wrappers.
Aymeric Augustin
2013-03-02
1
-7
/
+7
*
Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2013-01-04
1
-1
/
+5
*
Fixed #17883. Improved error message for old-style database backends.
Paul McMillan
2012-03-12
1
-1
/
+3
*
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-08-07
1
-0
/
+1
*
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-05
1
-1
/
+1
*
Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...
Russell Keith-Magee
2011-02-14
1
-13
/
+19
*
Fixed #15230 -- added some more attributes to the dummy database backend.
Alex Gaynor
2011-02-06
1
-0
/
+4
*
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
1
-1
/
+1
*
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
1
-1
/
+1
*
Fixed #12428: Ensured that the dummy backend is installed correctly on a fres...
Russell Keith-Magee
2009-12-24
1
-2
/
+5
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-2
/
+2
*
Tweaked the dummy database backend initialisation.
Malcolm Tredinnick
2009-03-12
1
-5
/
+3
*
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-11
1
-1
/
+1
*
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
3
-0
/
+0
*
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
4
-18
/
+21
*
Fixed #5255 -- It's now possible again to use Django without a database. This...
Adrian Holovaty
2007-08-25
1
-5
/
+5
*
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
2007-08-20
1
-1
/
+1
*
Refactored OPERATOR_MAPPING so that it exists as django.db.connection.operato...
Adrian Holovaty
2007-08-20
1
-3
/
+2
*
Implemented BaseDatabaseFeatures and changed all code to access it -- connect...
Adrian Holovaty
2007-08-20
1
-5
/
+3
*
Removed backend.dictfetchall(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Removed backend.dictfetchmany(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Removed backend.dictfetchone(), as it wasn't being used anywhere
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored get_start_transaction_sql() to DatabaseOperations.start_transactio...
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored get_sql_sequence_reset() to DatabaseOperations.sequence_reset_sql(...
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored get_sql_flush() to DatabaseOperations.sql_flush(). Refs #5106
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored get_random_function_sql() to DatabaseOperations.random_function_sq...
Adrian Holovaty
2007-08-20
1
-1
/
+0
*
Refactored get_pk_default_value() to DatabaseOperations.pk_default_value(). R...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_limit_offset_sql() to DatabaseOperations.limit_offset_sql(). R...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_last_insert_id() to DatabaseOperations.last_insert_id(). Refs ...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_fulltext_search_sql() to DatabaseOperations.fulltext_search_sq...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_drop_foreignkey_sql() to DatabaseOperations.drop_foreignkey_sq...
Adrian Holovaty
2007-08-19
1
-1
/
+0
*
Refactored get_deferrable_sql() to DatabaseOperations.deferrable_sql(). Refs ...
Adrian Holovaty
2007-08-19
1
-1
/
+0
[next]