Fixed #3793 -- Fixed grammar in docs/release_notes_0.96.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
293d6cf284
commit
9c10a2f118
|
@ -62,7 +62,7 @@ Database constraint names changed
|
||||||
The format of the constraint names Django generates for foreign key
|
The format of the constraint names Django generates for foreign key
|
||||||
references have changed slightly. These names are generally only used
|
references have changed slightly. These names are generally only used
|
||||||
when it is not possible to put the reference directly on the affected
|
when it is not possible to put the reference directly on the affected
|
||||||
column, so they is not always visible.
|
column, so they are not always visible.
|
||||||
|
|
||||||
The effect of this change is that running ``manage.py reset`` and
|
The effect of this change is that running ``manage.py reset`` and
|
||||||
similar commands against an existing database may generate SQL with
|
similar commands against an existing database may generate SQL with
|
||||||
|
@ -261,4 +261,4 @@ all their hard work:
|
||||||
that went into 0.96 -- but everyone who's contributed to Django is listed
|
that went into 0.96 -- but everyone who's contributed to Django is listed
|
||||||
in AUTHORS_.
|
in AUTHORS_.
|
||||||
|
|
||||||
.. _AUTHORS: http://code.djangoproject.com/browser/django/trunk/AUTHORS
|
.. _AUTHORS: http://code.djangoproject.com/browser/django/trunk/AUTHORS
|
||||||
|
|
Loading…
Reference in New Issue