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

Create an abstract model which provides  date_created and date_modified #4875

Open
noliveleger opened this issue Mar 14, 2024 · 0 comments
Open
Labels
Back end enhancement Ideas, improvements and features

Comments

@noliveleger
Copy link
Contributor

These fields are pretty common and are used in several models.
An abstract model à la TimeStampedModel from django-extension would be great.

Unfortunately, TimeStampedModel from django-extension use auto_add_now=True and it is not something we want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back end enhancement Ideas, improvements and features
Projects
None yet
Development

No branches or pull requests

1 participant