Ticket #7212: save_base.alters_data.diff
| File save_base.alters_data.diff, 0.5 kB (added by Gulopine, 5 months ago) |
|---|
-
django/db/models/base.py
old new 339 339 dispatcher.send(signal=signals.post_save, sender=self.__class__, 340 340 instance=self, created=(not record_exists), raw=raw) 341 341 342 save_base.alters_data = True 343 342 344 def validate(self): 343 345 """ 344 346 First coerces all fields on this instance to their proper Python types.
