You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
После выполнения #220 в файле peewee_asyncext останется только один класс PooledPostgresqlExtDatabase Его стоит перенести в peewee_async.py, а в peewee_asyncext.py прописать depreacation warning и импортировать PooledPostgresqlExtDatabase для обратной совместимости, в будущем этот файл будет удален.
After #220 has been done, there will only be one class left in the peewee_asyncext file, PooledPostgresqlExtDatabase. It should be moved to peewee_async.py, and in peewee_asyncext.py add a depreacation warning and import PooledPostgresqlExtDatabase for backward compatibility; in the future, this file will be deleted.
The text was updated successfully, but these errors were encountered:
После выполнения #220 в файле peewee_asyncext останется только один класс PooledPostgresqlExtDatabase Его стоит перенести в peewee_async.py, а в peewee_asyncext.py прописать depreacation warning и импортировать PooledPostgresqlExtDatabase для обратной совместимости, в будущем этот файл будет удален.
The text was updated successfully, but these errors were encountered: