Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion source/data-modeling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Model Your Data

.. toctree::
:caption: Data Modeling

Documents </data-modeling/documents>
Field Types </data-modeling/field-types>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: pull in upstream standardized branch to avoid making this fix again

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do a manual merge after everything else is good to go

Field Behaviors </data-modeling/field-behaviors>
Inheritance </data-modeling/inheritance>
Document Validation </data-modeling/validation>
Expand All @@ -24,6 +25,9 @@ In this section, you can learn how to model data in {+odm+}.
- :ref:`mongoid-modeling-documents`: Learn about the ``Document``
module.

- :ref:`mongoid-field-types`: Learn about the field types that you can use in
{+odm+} to define the schema for your MongoDB documents.

- :ref:`mongoid-field-behaviors`: Learn how to customize the behaviors of fields
in {+odm+} to meet your application requirements.

Expand Down
Loading
Loading