mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Fixed a typo in the docs.
This commit is contained in:
parent
7bdfb32474
commit
66b0f5bda1
1 changed files with 2 additions and 2 deletions
|
|
@ -26,9 +26,9 @@ Add missing registered category fields to the database table of a specified appl
|
|||
Requires Django South.
|
||||
|
||||
|
||||
.. _drop_category_fields:
|
||||
.. _drop_category_field:
|
||||
|
||||
drop_category_fields
|
||||
drop_category_field
|
||||
===================
|
||||
|
||||
**Usage:** ``./manage.py drop_category_field app_name model_name field_name``
|
||||
|
|
|
|||
Loading…
Reference in a new issue