summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-05-21 11:11:05 +0200
committerClaude Paroz <claude@2xlibre.net>2013-05-23 15:19:12 +0200
commit499a745ae1b53614035b9993b148f32d4ce3f138 (patch)
tree2bd8636564f1674de89751ac553ea04ec1638290 /docs
parenta46a399534c26abd3f4984149b820f34869d6b74 (diff)
Fixed #20474 -- Proxied and deprecated django.db.backend
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/deprecation.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 5fa7ea16ac..c4bbc3b7a4 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -373,6 +373,7 @@ these changes.
* The following private APIs will be removed:
+ - ``django.db.backend``
- ``django.db.close_connection()``
- ``django.db.backends.creation.BaseDatabaseCreation.set_autocommit()``
- ``django.db.transaction.is_managed()``