Skip to content

Commit

Permalink
Fixed outdated notes in SchemaEditor docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm authored Oct 20, 2020
1 parent f796361 commit 197b55c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/ref/schema-editor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ support foreign key constraints.

If you are writing or maintaining a third-party database backend for Django,
you will need to provide a ``SchemaEditor`` implementation in order to work with
1.7's migration functionality - however, as long as your database is relatively
standard in its use of SQL and relational design, you should be able to
subclass one of the built-in Django ``SchemaEditor`` classes and tweak the
syntax a little. Also note that there are a few new database features that
migrations will look for: ``can_rollback_ddl``
and ``supports_combined_alters`` are the most important.
Django's migration functionality - however, as long as your database is
relatively standard in its use of SQL and relational design, you should be able
to subclass one of the built-in Django ``SchemaEditor`` classes and tweak the
syntax a little.

Methods
=======
Expand Down

0 comments on commit 197b55c

Please sign in to comment.