Files
django-stubs/django/db/migrations/utils.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

9 lines
235 B
Python

from django.utils.functional import SimpleLazyObject
def get_migration_name_timestamp() -> str: ...
class RegexObject:
def __eq__(self, other: RegexObject) -> bool: ...
def __init__(self, obj: SimpleLazyObject) -> None: ...