We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de095b commit ddce7d7Copy full SHA for ddce7d7
docs/ref/models/fields.rst
@@ -39,6 +39,16 @@ A few notes about some of the other fields:
39
- Similarly, all :class:`~django.db.models.DurationField` values are stored as
40
:class:`bson.int64.Int64`.
41
42
+Model field options
43
+===================
44
+
45
+Some notes about model field options:
46
47
+- Dollar signs and periods (``$`` and ``.``) are not supported in
48
+ :attr:`Field.db_column <django.db.models.Field.db_column>` since these field
49
+ names are :doc:`discouraged by MongoDB
50
+ <manual:core/dot-dollar-considerations>`.
51
52
MongoDB-specific model fields
53
=============================
54
0 commit comments