Commit 7f2505ad authored by Tim Graham's avatar Tim Graham
Browse files

Fixed doc typos.

parent 55fb1625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ Then, you can help out by:
* Closing "Unreviewed" tickets as "invalid", "worksforme" or "duplicate."

* Closing "Unreviewed" tickets as "needsinfo" when the description is too
  sparse to be actionnable, or when they're feature requests requiring a
  sparse to be actionable, or when they're feature requests requiring a
  discussion on |django-developers|.

* Correcting the "Needs tests", "Needs documentation", or "Has patch"
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ email message, signed with the Django release key, containing:
* The patch(es), if any, that will be applied to Django.

* The date on which the Django team will apply these patches, issue
  new releases and publicy disclose the issue.
  new releases and publicly disclose the issue.

Simultaneously, the reporter of the issue will receive notification of
the date on which we plan to take the issue public.
+1 −1
Original line number Diff line number Diff line
@@ -1803,7 +1803,7 @@ in your own admin JavaScript without including a second copy, you can use the

The :class:`ModelAdmin` class requires jQuery by default, so there is no need
to add jQuery to your ``ModelAdmin``’s list of media resources unless you have
a specifc need. For example, if you require the jQuery library to be in the
a specific need. For example, if you require the jQuery library to be in the
global namespace (for example when using third-party jQuery plugins) or if you
need a newer version of jQuery, you will have to include your own copy.

+1 −1
Original line number Diff line number Diff line
@@ -1102,7 +1102,7 @@ Aggregate Methods
*Availability*: PostGIS

Returns a ``GEOMETRYCOLLECTION`` or a ``MULTI`` geometry object from the geometry
column.  This is analagous to a simplified version of the :meth:`GeoQuerySet.unionagg` method,
column.  This is analogous to a simplified version of the :meth:`GeoQuerySet.unionagg` method,
except it can be several orders of magnitude faster than performing a union because
it simply rolls up geometries into a collection or multi object, not caring about
dissolving boundaries.
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ might also need additional libraries, see `PostGIS requirements`_.

.. note::

    The `psycopg2`_ module is required for use as the database adaptor
    The `psycopg2`_ module is required for use as the database adapter
    when using GeoDjango with PostGIS.

.. _psycopg2: http://initd.org/psycopg/
Loading