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 a8daa2e commit c1d152dCopy full SHA for c1d152d
django_mongodb_engine/query.py
@@ -1,3 +1,7 @@
1
+from warnings import warn
2
+warn("A() queries are deprecated as of 0.5 and will be removed in 0.6",
3
+ DeprecationWarning)
4
+
5
from djangotoolbox.fields import RawField, AbstractIterableField, EmbeddedModelField
6
7
DJANGOTOOLBOX_FIELDS = (RawField, AbstractIterableField, EmbeddedModelField)
0 commit comments