Various documentation typo/spelling fixes

Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
This commit is contained in:
Marti Raudsepp 2014-04-23 02:05:14 +03:00
parent 9853779805
commit 11d453bcad
18 changed files with 18 additions and 19 deletions

View file

@ -77,7 +77,7 @@ handlers have been refactored to allow finer-grained control over the
uploading process as well as streaming uploads of large files.
Along with these improvements and additions, we've made a number of
of backwards-incompatible changes to the framework, as features have been
backwards-incompatible changes to the framework, as features have been
fleshed out and APIs have been finalized for the 1.0 release. A
complete guide to these changes will be available as part of the final
Django 1.0 release, and a comprehensive list of backwards-incompatible

View file

@ -50,7 +50,7 @@ Following this change, all platforms, regardless of word size, will generate a
As a result of this change, you will not be able to use the ``reset``
management command on any table made by a 64-bit machine. This is because the
the new generated name will not match the historically generated name; as a
new generated name will not match the historically generated name; as a
result, the SQL constructed by the reset command will be invalid.
If you need to reset an application that was created with 64-bit constraints,

View file

@ -520,7 +520,7 @@ Added ``readonly_fields`` to ``ModelAdmin``
:attr:`django.contrib.admin.ModelAdmin.readonly_fields` has been added to
enable non-editable fields in add/change pages for models and inlines. Field
and calculated values can be displayed along side editable fields.
and calculated values can be displayed alongside editable fields.
Customizable syntax highlighting
--------------------------------

View file

@ -10,5 +10,5 @@ Bugfixes
========
* Added backwards compatibility support for the :mod:`django.contrib.messages`
cookie format of Django 1.4 and earlier to faciliate upgrading to 1.6 from
cookie format of Django 1.4 and earlier to facilitate upgrading to 1.6 from
1.4 (`#22426 <http://code.djangoproject.com/ticket/22426>`_).