From 28308078f397d1de36fd0da417ac7da2544ba12d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 12 Jan 2015 15:20:40 -0500 Subject: Fixed #22603 -- Reorganized classes in django.db.backends. --- docs/ref/migration-operations.txt | 2 +- docs/ref/schema-editor.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref') diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index 8e13974cfe..76e8cae8b8 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -272,7 +272,7 @@ if supplied) should be callable objects that accept two arguments; the first is an instance of ``django.apps.registry.Apps`` containing historical models that match the operation's place in the project history, and the second is an instance of :class:`SchemaEditor -`. +`. The optional ``hints`` argument will be passed as ``**hints`` to the :meth:`allow_migrate` method of database routers to assist them in making a diff --git a/docs/ref/schema-editor.txt b/docs/ref/schema-editor.txt index 94456d060e..aa8cd2ef65 100644 --- a/docs/ref/schema-editor.txt +++ b/docs/ref/schema-editor.txt @@ -2,7 +2,7 @@ ``SchemaEditor`` ================ -.. module:: django.db.backends.schema +.. module:: django.db.backends.base.schema .. class:: BaseDatabaseSchemaEditor -- cgit v1.3