Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make peewee_asyncext deprecated #222

Closed
kalombos opened this issue May 3, 2024 · 0 comments
Closed

Make peewee_asyncext deprecated #222

kalombos opened this issue May 3, 2024 · 0 comments
Labels
good first issue good first issue
Milestone

Comments

@kalombos
Copy link
Collaborator

kalombos commented May 3, 2024

После выполнения #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.

@kalombos kalombos added the good first issue good first issue label May 3, 2024
@kalombos kalombos added this to the v1.0.0 milestone Jun 22, 2024
@kalombos kalombos closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue good first issue
Projects
None yet
Development

No branches or pull requests

1 participant