Index: django/db/models/base.py
===================================================================
--- django/db/models/base.py	(revision 7522)
+++ django/db/models/base.py	(working copy)
@@ -339,6 +339,8 @@
             dispatcher.send(signal=signals.post_save, sender=self.__class__,
                     instance=self, created=(not record_exists), raw=raw)
 
+    save_base.alters_data = True
+
     def validate(self):
         """
         First coerces all fields on this instance to their proper Python types.
