On Tue, May 10, 2011 at 5:59 PM, Paweł Roman <romapa...@googlemail.com>wrote:

> You're right, I've just checked it and there's a gap for 100+ ids, so
> he must be right.
>
> But does that mean that the django admin log is broken and cant be
> trusted? How come there isnt any trace of adding those items?
>

Were they added as inlines on some related model's add/edit page, rather
than individually on their own add/edit page? Changes to inline data are
recorded as changes to the model they are inlines of. I don't believe you
can tell from the log what inlines were added simultaneous with the base
related model being added, you just get the add record for the base model
recorded.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to