mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-16926 skeleton sync
This commit is contained in:
@@ -4,7 +4,7 @@ QuerySet is parametrized with model object
|
||||
class QuerySet(object):
|
||||
def __init__(self, model=None, query=None, using=None, hints=None):
|
||||
"""
|
||||
:rtype: QuerySet[T]
|
||||
:rtype: django.db.models.QuerySet[T]
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user