mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
This commit is contained in:
parent
4286a23df6
commit
f81e6e3a53
230 changed files with 3250 additions and 2914 deletions
|
|
@ -31,8 +31,8 @@ of change are not possible on all databases - for example, MyISAM does not
|
|||
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
|
||||
Django's migration functionality - however, as long as your database is
|
||||
you will need to provide a ``SchemaEditor`` implementation in order to work
|
||||
with 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue