We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df78c9 commit f7e497bCopy full SHA for f7e497b
1 file changed
packages/google-cloud-ndb/google/cloud/ndb/django_middleware.py
@@ -12,7 +12,13 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-"""Django middleware for ``ndb``."""
+"""Django middleware for ``ndb``.
16
+
17
+This class is not implemented and is no longer necessary.
18
19
+To use Django middleware with NDB, follow the steps in
20
+https://cloud.google.com/appengine/docs/standard/python3/migrating-to-cloud-ndb#using_a_runtime_context_with_django
21
+"""
22
23
24
__all__ = ["NdbDjangoMiddleware"]
0 commit comments