File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -664,6 +664,8 @@ A tracker schema defines what data is stored in the tracker's database.
664664Schemas are defined using Python code in the ``schema.py`` module of your
665665tracker.
666666
667+ .. index:: schema; allowed changes
668+
667669What you can/can't do to the schema
668670-----------------------------------
669671
@@ -753,7 +755,7 @@ specifying (default) labelling and ordering of classes.)::
753755 priority=Link("priority"))
754756 issue.setkey('title')
755757
756- .. index:: schema; allowed changes
758+ .. index:: schema; classes and properties
757759
758760Classes and Properties - creating a new information store
759761---------------------------------------------------------
@@ -799,6 +801,10 @@ users) for its classes. Most REST documentation suggests using plural
799801forms. However, to make your API consistent, use singular forms for
800802classes that you add.
801803
804+ .. index::
805+ schema; classes
806+ schema; items
807+
802808Class and Items
803809~~~~~~~~~~~~~~~
804810
You can’t perform that action at this time.
0 commit comments