0
0
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:
Karl Hobley 2014-07-31 09:17:52 +01:00
parent 7589748141
commit 3a55ca17da

View File

@ -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.