why save_model method doesn't work in admin.StackedInline?
        Posted  
        
            by FurtiveFelon
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by FurtiveFelon
        
        
        
        Published on 2010-06-15T19:22:17Z
        Indexed on 
            2010/06/15
            19:32 UTC
        
        
        Read the original article
        Hit count: 287
        
django
|django-admin
Hi all,
I have a similar problem as a previously solved problem of mine, except this time solution doesn't seem to work:
Previously i used to override the save_model to stamp the user submitting the article. Now i need to do the same for comments, it doesn't seem to work anymore.
Anyone have any ideas?
Thanks a lot!
Jason
© Stack Overflow or respective owner