What's the best way to track created by and modified by in Django 1.7?
45 views
Skip to first unread message
Pitchblack
unread,
Sep 15, 2014, 11:01:06 PM9/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Hello,
I am sure that I am not the first person
to ask this question, but I want to know the best way to track who
created or modified a record in my settings defined within models.py.
Is there something new and great added to 1.7 or something that already
exists in older versions?
Thank you in advance
Collin Anderson
unread,
Sep 17, 2014, 10:58:49 AM9/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I don't think anything new was added in 1.7 to help this. save_model() is still probably the best way to do it.