mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed docs typos.
This commit is contained in:
parent
65b4626528
commit
e816198034
32 changed files with 48 additions and 47 deletions
|
@ -414,9 +414,9 @@ Anssi Kääriäinen
|
|||
Florian Apolloner
|
||||
Florian is currently studying Physics at the `Graz University of Technology`_.
|
||||
Soon after he started using Django he joined the `Ubuntuusers webteam`_ to
|
||||
work on *Inyoka*, the software powering the whole Ubuntusers site.
|
||||
work on *Inyoka*, the software powering the whole Ubuntuusers site.
|
||||
|
||||
For the time beeing he lives in Graz, Austria (not Australia ;)).
|
||||
For the time being he lives in Graz, Austria (not Australia ;)).
|
||||
|
||||
.. _Graz University of Technology: http://tugraz.at/
|
||||
.. _Ubuntuusers webteam: http://wiki.ubuntuusers.de/ubuntuusers/Webteam
|
||||
|
|
|
@ -537,7 +537,7 @@ details on these changes.
|
|||
* ``django.db.models.fields.XMLField`` will be removed. This was
|
||||
deprecated as part of the 1.3 release. An accelerated deprecation
|
||||
schedule has been used because the field hasn't performed any role
|
||||
beyond that of a simple ``TextField`` since the removal of oldforms.
|
||||
beyond that of a simple ``TextField`` since the removal of ``oldforms``.
|
||||
All uses of ``XMLField`` can be replaced with ``TextField``.
|
||||
|
||||
* The undocumented ``mixin`` parameter to the ``open()`` method of
|
||||
|
|
|
@ -100,7 +100,7 @@ any time leading up to the actual release:
|
|||
are left for the upcoming release.
|
||||
|
||||
#. Check with the other committers to make sure they don't have any
|
||||
un-committed changes for the release.
|
||||
uncommitted changes for the release.
|
||||
|
||||
#. Proofread the release notes, including looking at the online
|
||||
version to catch any broken links or reST errors, and make sure the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue