1
0
forked from VimPlug/jedi

Mention Django Manager support for managers/querysets in changelog

This commit is contained in:
Dave Halter
2020-06-16 08:52:13 +02:00
parent be184241fd
commit 54775acc7a

View File

@@ -7,6 +7,7 @@ Unreleased: 0.17.1 (2020-04-)
+++++++++++++++++++
- Django ``Model`` meta class support
- Django Manager support (completion on Managers/QuerySets)
- Added Django Stubs to Jedi, thanks to all contributors of the
`Django Stubs <https://github.com/typeddjango/django-stubs>`_ project
- Added ``SyntaxError.get_message``