django-model-utils
django-model-utils copied to clipboard
Add CreatedModel - same as TimeStampedModel but only have created field
Problem
Sometimes i need to have just the created field and not the modified field
Code examples
I'm happy to write a PR for this, but I wanted to check if this is a good idea in the first place with the maintainers