helduel 1a93b9b226 More precise "created" keyword argument signals
If a document has a user given id value, the post_save signal always got the
"created" keyword argument with False value (unless force_insert is True).

This patch uses the result of getlasterror to check whether the save was an
update or not.
2012-11-08 16:30:29 +01:00
..
2011-10-27 00:58:47 -07:00
2012-05-29 17:06:03 +01:00
2012-10-01 16:20:48 +00:00