Skip to content

Commit aeaf74c

Browse files
committed
Update readme.
1 parent be0de57 commit aeaf74c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ from the new application's `apps.py` file.
114114
- `QuerySet.delete()` and `update()` do not support queries that span multiple
115115
collections.
116116

117-
- `Subquery`, `Exists`, and using a `QuerySet` in `QuerySet.annotate()` aren't
118-
supported.
117+
- `QuerySet` in `QuerySet.annotate()` aren't supported.
119118

120119
- `DateTimeField` doesn't support microsecond precision, and correspondingly,
121120
`DurationField` stores milliseconds rather than microseconds.

0 commit comments

Comments
 (0)