@@ -13,15 +13,21 @@ Django MongoDB Backend
1313
1414 Get Started </get-started>
1515 Connection Configuration </connect>
16+ Model Your Data </model-data>
1617 Interact with Data </interact-data>
1718 Issues & Help </issues-and-help>
1819 Compatibility </compatibility>
20+ API Documentation <{+api+}>
1921
2022.. TODO:
21- Model Your Data </model-data>
2223 Django Feature Limitations </feature-limitations>
23- API Documentation <{+api+}>
2424
25+ .. warning:: Public Preview
26+
27+ {+django-odm+} is in Public Preview and intended for evaluation purposes only.
28+ Public Preview is not recommended for production deployments, as breaking changes
29+ may be introduced.
30+
2531Introduction
2632------------
2733
@@ -40,6 +46,12 @@ Connection Configuration
4046Learn how to configure a connection to a MongoDB deployment
4147in the :ref:`django-connection-configuration` section.
4248
49+ Model Your Data
50+ ---------------
51+
52+ Learn how to create Django models that represent MongoDB collections
53+ in the :ref:`django-model-data` section.
54+
4355Interact with Data
4456------------------
4557
@@ -48,12 +60,6 @@ in the :ref:`django-interact-data` section.
4860
4961.. TODO:
5062
51- .. Model Your Data
52- .. ---------------
53-
54- .. Learn how to create Django models that represent MongoDB collections
55- in the :ref:`django-model-data` section.
56-
5763.. Django Feature Limitations
5864.. --------------------------
5965
0 commit comments