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

Enhancement: There are properties (attrs, columns, etc.) such as id, date_created, and date_updated which are common to many models, why continue copy-paste? #8

Open
hasansezertasan opened this issue Feb 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hasansezertasan
Copy link
Owner

Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to create (copy-paste) a base Mixin for the id, date_created, and date_updated columns.

Describe the solution you'd like
Include mixins such as IDMixin, DateCreatedMixin, and DateUpdatedMixin.

@hasansezertasan hasansezertasan added the enhancement New feature or request label Feb 12, 2024
@hasansezertasan hasansezertasan self-assigned this Feb 12, 2024
@hasansezertasan hasansezertasan changed the title Enhancement: There are properties (attrs, columns, etc.) such as id and date_created which are common to many models Enhancement: There are properties (attrs, columns, etc.) such as id, date_created, and date_updated which are common to many models, why continue copy-paste? Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant