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

Merge of r11537 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-09-13 06:31:26 +00:00
parent 753d79a479
commit 9815484905
1 changed files with 24 additions and 24 deletions

View File

@ -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 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 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 Changes to how model formsets are saved
--------------------------------------- ---------------------------------------