Page MenuHomeSolus

D9427.diff
No OneTemporary

D9427.diff

diff --git a/files/fix-test.patch b/files/fix-test.patch
deleted file mode 100644
--- a/files/fix-test.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 57f2a731d2e5c4fe5794d823154983e44e8df003 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Wed, 15 Apr 2020 07:54:01 +0200
-Subject: [PATCH] Sort test_project::test_search results to fix failures
-
-Fixes #1542
----
- test/test_api/test_project.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/test_api/test_project.py b/test/test_api/test_project.py
-index a7d4846e7..c21579a59 100644
---- a/test/test_api/test_project.py
-+++ b/test/test_api/test_project.py
-@@ -135,7 +135,7 @@ def test_search(string, full_names, kwargs, skip_pre_python36):
- defs = project.complete_search(string, **kwargs)
- else:
- defs = project.search(string, **kwargs)
-- assert [('stub:' if d.is_stub() else '') + d.full_name for d in defs] == full_names
-+ assert sorted([('stub:' if d.is_stub() else '') + d.full_name for d in defs]) == full_names
-
-
- @pytest.mark.parametrize(
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : python3-jedi
-version : 0.17.0
-release : 12
+version : 0.17.2
+release : 13
source :
- - git|https://github.com/davidhalter/jedi.git : v0.17.0
+ - git|https://github.com/davidhalter/jedi.git : v0.17.2
+homepage : https://github.com/davidhalter/jedi
license : MIT
component : programming.python
summary : An autocompletion tool for Python that can be used for text editors.
@@ -13,8 +14,6 @@
- python-pytest
rundeps :
- python-parso
-setup : |
- %patch -p1 < $pkgfiles/fix-test.patch
build : |
%python3_setup
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>python3-jedi</Name>
+ <Homepage>https://github.com/davidhalter/jedi</Homepage>
<Packager>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.python</PartOf>
@@ -19,17 +20,18 @@
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.0-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi-0.17.2-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__main__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/__main__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/_compatibility.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/cache.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/common.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/debug.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/file_io.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/__pycache__/parser_utils.cpython-37.pyc</Path>
@@ -69,12 +71,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/replstartup.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/api/strings.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/cache.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__init__.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/__init__.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/utils.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/__pycache__/value.cpython-37.pyc</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/utils.py</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common/value.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/common.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/debug.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/file_io.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/inference/__init__.py</Path>
@@ -182,15 +179,495 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/parser_utils.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/django.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/flask.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/pytest.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/registry.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/__pycache__/stdlib.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/django.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/flask.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/pytest.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/registry.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/plugins/stdlib.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/settings.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/LICENSE.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/config.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/apps/registry.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/global_settings.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/locale/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/i18n.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/conf/urls/static.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/actions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/apps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/checks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/decorators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/filters.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/forms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/helpers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/options.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/sites.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_static.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/templatetags/log.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/tests.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/autocomplete.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/decorators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/views/main.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admin/widgets.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/admindocs/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/admin.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/apps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/backends.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/base_user.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/checks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/context_processors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/decorators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/forms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/hashers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/password_validation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/tokens.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/validators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/auth/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/admin.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/apps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/checks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/fields.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/forms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/contenttypes/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/forms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/sitemaps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/flatpages/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/gis/db/models/fields.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/api.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/constants.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/context_processors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/cookie.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/fallback.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/storage/session.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/messages/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/general.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/constraints.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/array.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/citext.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/hstore.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/jsonb.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/fields/ranges.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/functions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/indexes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/lookups.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/operations.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/search.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/postgres/validators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/redirects/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cache.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/cached_db.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/db.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/file.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/base_session.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sessions/serializers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/management/commands/ping_google.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sitemaps/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/apps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/management.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/managers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/middleware.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/requests.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/sites/shortcuts.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/apps.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/checks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/finders.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/handlers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/storage.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/templatetags/staticfiles.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/testing.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/staticfiles/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/contrib/syndication/views.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/db.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/dummy.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/filebased.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/locmem.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/backends/memcached.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/cache/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/caches.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/database.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/messages.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/model_checks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/registry.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/csrf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/security/sessions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/templates.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/translation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/checks/urls.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/images.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/locks.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/move.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/storage.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/temp.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadedfile.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/uploadhandler.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/files/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/exception.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/handlers/wsgi.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/console.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/dummy.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/filebased.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/locmem.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/backends/smtp.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/message.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/mail/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/color.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/dumpdata.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/loaddata.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/makemessages.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/runserver.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/commands/testserver.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/sql.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/templates.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/management/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/paginator.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/json.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/serializers/python.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/servers/basehttp.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/signing.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/validators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/core/wsgi.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/client.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/creation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/features.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/introspection.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/operations.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/schema.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/base/validation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/ddl_references.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/dummy/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/mysql/client.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/client.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/creation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/postgresql/operations.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/creation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/features.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/introspection.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/operations.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/sqlite3/schema.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/backends/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/autodetector.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/executor.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/graph.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/loader.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/migration.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/fields.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/special.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/optimizer.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/questioner.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/recorder.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/serializer.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/state.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/topological_sort.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/migrations/writer.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/aggregates.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/constraints.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/deletion.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/enums.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/expressions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/files.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/proxy.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_descriptors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/related_lookups.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/fields/reverse_related.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/comparison.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/datetime.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/math.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/mixins.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/text.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/functions/window.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/indexes.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/lookups.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/manager.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/options.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/query_utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/compiler.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/constants.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/datastructures.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/query.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/subqueries.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/sql/where.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/models/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/transaction.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/db/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/dispatch/dispatcher.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/boundfield.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/fields.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/forms.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/formsets.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/models.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/renderers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/forms/widgets.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/cookie.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/multipartparser.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/request.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/http/response.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/cache.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/clickjacking.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/common.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/csrf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/gzip.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/http.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/locale.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/middleware/security.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/shortcuts.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/django.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/dummy.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/jinja2.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/backends/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/context.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/context_processors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaultfilters.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/defaulttags.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/engine.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/library.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loader_tags.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/app_directories.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/cached.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/filesystem.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/loaders/locmem.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/response.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/smartif.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/template/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/cache.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/i18n.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/l10n.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/static.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/templatetags/tz.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/client.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/html.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/runner.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/selenium.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/signals.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/testcases.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/test/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/conf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/converters.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/exceptions.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/resolvers.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/urls/utils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/_os.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/archive.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/autoreload.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/baseconv.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/cache.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/crypto.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datastructures.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateformat.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dateparse.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/dates.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/datetime_safe.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deconstruct.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/decorators.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/deprecation.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/duration.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/encoding.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/feedgenerator.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/formats.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/functional.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/hashable.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/html.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/http.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/inspect.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/ipv6.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/itercompat.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/jslex.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/log.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/lorem_ipsum.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/module_loading.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/numberformat.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/regex_helper.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/safestring.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/six.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/termcolors.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/text.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timesince.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/timezone.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/topological_sort.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/reloader.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/template.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_null.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/translation/trans_real.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/tree.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/version.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/utils/xmlutils.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/csrf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/debug.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/cache.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/clickjacking.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/csrf.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/debug.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/gzip.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/http.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/decorators/vary.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/defaults.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/__init__.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/base.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/dates.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/detail.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/edit.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/generic/list.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/i18n.pyi</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/django-stubs/django-stubs/views/static.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/LICENSE</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/BaseHTTPServer.pyi</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jedi/third_party/typeshed/stdlib/2/CGIHTTPServer.pyi</Path>
@@ -1307,12 +1784,12 @@
</Files>
</Package>
<History>
- <Update release="12">
- <Date>2020-04-26</Date>
- <Version>0.17.0</Version>
+ <Update release="13">
+ <Date>2020-08-12</Date>
+ <Version>0.17.2</Version>
<Comment>Packaging update</Comment>
- <Name>Longwu Ou</Name>
- <Email>xulongwu4@gmail.com</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:37 PM (3 h, 4 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804192
Default Alt Text
D9427.diff (77 KB)

Event Timeline