pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
684 stars 285 forks source link

models: add modified field? #548

Open blueyed opened 6 years ago

blueyed commented 6 years ago

I think a "modified" field next to "created_at" would be useful.

It could use ModificationDateTimeField from https://django-extensions.readthedocs.io/en/latest/field_extensions.html maybe, but could be done manually, of course.