Django

Code

Changeset 7526 for django/trunk

Show
Ignore:
Timestamp:
05/13/08 09:56:47 (2 months ago)
Author:
gwilson
Message:

Fixed #7212 -- Added alters_data attribute to Model.save_base method, thanks Gulopine.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/db/models/base.py

    r7504 r7526  
    340340                    instance=self, created=(not record_exists), raw=raw) 
    341341 
     342    save_base.alters_data = True 
     343 
    342344    def validate(self): 
    343345        """