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 be0de57 commit aeaf74cCopy full SHA for aeaf74c
README.md
@@ -114,8 +114,7 @@ from the new application's `apps.py` file.
114
- `QuerySet.delete()` and `update()` do not support queries that span multiple
115
collections.
116
117
-- `Subquery`, `Exists`, and using a `QuerySet` in `QuerySet.annotate()` aren't
118
- supported.
+- `QuerySet` in `QuerySet.annotate()` aren't supported.
119
120
- `DateTimeField` doesn't support microsecond precision, and correspondingly,
121
`DurationField` stores milliseconds rather than microseconds.
0 commit comments