mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
This also removes unnecessary comments with the previous spelling. AP Stylebook has a short entry to advise the preferred spelling for "en-us". "Afterwards" is preferred in British English.
This commit is contained in:
parent
3d9040a50b
commit
1cba320786
18 changed files with 28 additions and 41 deletions
|
@ -292,7 +292,7 @@ Download the framework packages for:
|
|||
Install the packages in the order they are listed above, as the GDAL and SQLite
|
||||
packages require the packages listed before them.
|
||||
|
||||
Afterwards, you can also install the KyngChaos binary packages for `PostgreSQL
|
||||
Afterward, you can also install the KyngChaos binary packages for `PostgreSQL
|
||||
and PostGIS`__.
|
||||
|
||||
After installing the binary packages, you'll want to add the following to
|
||||
|
|
|
@ -471,7 +471,7 @@ A few notes about what's going on:
|
|||
* The ``transform`` keyword is set to ``False`` because the data in the
|
||||
shapefile does not need to be converted -- it's already in WGS84 (SRID=4326).
|
||||
|
||||
Afterwards, invoke the Django shell from the ``geodjango`` project directory:
|
||||
Afterward, invoke the Django shell from the ``geodjango`` project directory:
|
||||
|
||||
.. console::
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ the SQL operator ``&&``. For example::
|
|||
``len``
|
||||
~~~~~~~
|
||||
|
||||
Returns the length of the array. The lookups available afterwards are those
|
||||
Returns the length of the array. The lookups available afterward are those
|
||||
available for :class:`~django.db.models.IntegerField`. For example::
|
||||
|
||||
>>> Post.objects.create(name='First post', tags=['thoughts', 'django'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue