Kaydet (Commit) 9c10a2f1 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 293d6cf2
...@@ -62,7 +62,7 @@ Database constraint names changed ...@@ -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: ...@@ -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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment