diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-12 15:20:40 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-14 14:16:20 -0500 |
| commit | 28308078f397d1de36fd0da417ac7da2544ba12d (patch) | |
| tree | 80207ff582b2350d058c1c7c49072b761391c04f /docs/ref/schema-editor.txt | |
| parent | 737d24923ac69bb8b89af1bb2f3f4c4c744349e8 (diff) | |
Fixed #22603 -- Reorganized classes in django.db.backends.
Diffstat (limited to 'docs/ref/schema-editor.txt')
| -rw-r--r-- | docs/ref/schema-editor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
