Commit b8b9411f authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #11659 -- Corrected a minor typo in the v1.1 release notes. Thanks to agabel for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent baf7d3e0
Loading
Loading
Loading
Loading
+24 −24
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ it was available in a model's pre-save signal handler.

In Django 1.1 the file is saved as part of saving the model in the database, so
the actual file name used on disk cannot be relied on until *after* the model
has been saved saved.
has been saved.

Changes to how model formsets are saved
---------------------------------------