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.
664
664
Schemas are defined using Python code in the ``schema.py`` module of your
665
665
tracker.
666
666
667
+ .. index:: schema; allowed changes
668
+
667
669
What you can/can't do to the schema
668
670
-----------------------------------
669
671
@@ -753,7 +755,7 @@ specifying (default) labelling and ordering of classes.)::
753
755
priority=Link("priority"))
754
756
issue.setkey('title')
755
757
756
- .. index:: schema; allowed changes
758
+ .. index:: schema; classes and properties
757
759
758
760
Classes and Properties - creating a new information store
759
761
---------------------------------------------------------
@@ -799,6 +801,10 @@ users) for its classes. Most REST documentation suggests using plural
799
801
forms. However, to make your API consistent, use singular forms for
800
802
classes that you add.
801
803
804
+ .. index::
805
+ schema; classes
806
+ schema; items
807
+
802
808
Class and Items
803
809
~~~~~~~~~~~~~~~
804
810
You can’t perform that action at this time.
0 commit comments