diff options
author | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:43:44 +0000 |
---|---|---|
committer | James Bennett <ubernostrum@gmail.com> | 2007-03-23 20:43:44 +0000 |
commit | 7155d7100c693d71997f68715de1dc3ff7d453c3 (patch) | |
tree | 12aabd1d85acf21b3488e60ef36ea41855c3c3cd /docs/release_notes_0.96.txt | |
parent | a3d427138d0699b07f74ad8ccdc3ac71e437d4eb (diff) | |
download | django-7155d7100c693d71997f68715de1dc3ff7d453c3.tar.gz |
One more typo in the notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/release_notes_0.96.txt')
-rw-r--r-- | docs/release_notes_0.96.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release_notes_0.96.txt b/docs/release_notes_0.96.txt index 5267319a7c..ca5f5e045c 100644 --- a/docs/release_notes_0.96.txt +++ b/docs/release_notes_0.96.txt @@ -80,8 +80,8 @@ If you need to work around this, there are two methods available: constraint names, and use that as a guide to rename existing constraints in your database. -Names changes in ``manage.py`` ------------------------------- +Name changes in ``manage.py`` +----------------------------- A few of the options to ``manage.py`` have changed with the addition of fixture support: |