mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-24 01:57:32 +01:00
Removed a couple of stray backticks
This commit is contained in:
parent
7589748141
commit
3a55ca17da
@ -104,7 +104,7 @@ New fields on Image and Rendition models
|
||||
|
||||
Several new fields have been added to the Image and Rendition models to support :ref:`image_feature_detection`. These will be added to the database when you run ``./manage.py migrate``. If you have defined a custom image model (by extending the ``wagtailimages.AbstractImage`` and ``wagtailimages.AbstractRendition`` classes and specifying ``WAGTAILIMAGES_IMAGE_MODEL`` in settings), the change needs to be applied to that model's database table too. Running the command::
|
||||
|
||||
./manage.py schemamigration myapp --auto add_image_focal_point_fields``
|
||||
./manage.py schemamigration myapp --auto add_image_focal_point_fields
|
||||
|
||||
(with 'myapp' replaced with your app name) will generate the necessary migration file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user