On 4/3/07, David Larlet <[EMAIL PROTECTED]> wrote: > I'd like to add a log for some objects of my project and after playing > a bit with signals, I remember that there is a similar "feature" in > admin which use LogEntry model. Eventually, I will use signals in my > models which call admin log_action function. > > Before I use this model for professional use, may I know if this part > of the admin is stable and is not intended to be removed in the new > branch?
Hi David, The LogEntry model may or may not be tweaked a little bit before version 1.0, so it's probably safest not to interface with it directly in your own code. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
