grantmcconnaughey / django-field-history

A Django app to track changes to model fields.
BSD 3-Clause "New" or "Revised" License
314 stars 33 forks source link

Save user from request #3

Closed stiig closed 8 years ago

stiig commented 8 years ago

Please add function so you can take the user's which change instance from request

grantmcconnaughey commented 8 years ago

Totally agree. This is the next thing on my list. I think django-simple-history and django-reversion have an implementation of this. I'll check them out.

grantmcconnaughey commented 8 years ago

Fixed in 68b2111967

stiig commented 8 years ago

Thanks for quick response