@@ -13,15 +13,21 @@ Django MongoDB Backend
13
13
14
14
Get Started </get-started>
15
15
Connection Configuration </connect>
16
+ Model Your Data </model-data>
16
17
Interact with Data </interact-data>
17
18
Issues & Help </issues-and-help>
18
19
Compatibility </compatibility>
20
+ API Documentation <{+api+}>
19
21
20
22
.. TODO:
21
- Model Your Data </model-data>
22
23
Django Feature Limitations </feature-limitations>
23
- API Documentation <{+api+}>
24
24
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
+
25
31
Introduction
26
32
------------
27
33
@@ -40,6 +46,12 @@ Connection Configuration
40
46
Learn how to configure a connection to a MongoDB deployment
41
47
in the :ref:`django-connection-configuration` section.
42
48
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
+
43
55
Interact with Data
44
56
------------------
45
57
@@ -48,12 +60,6 @@ in the :ref:`django-interact-data` section.
48
60
49
61
.. TODO:
50
62
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
-
57
63
.. Django Feature Limitations
58
64
.. --------------------------
59
65
0 commit comments