Author: aaugustin Date: 2012-03-11 04:49:38 -0700 (Sun, 11 Mar 2012) New Revision: 17679
Modified: django/trunk/docs/ref/models/instances.txt Log: Fixed an inappropriate repetition. Thanks DanGer for the report. Modified: django/trunk/docs/ref/models/instances.txt =================================================================== --- django/trunk/docs/ref/models/instances.txt 2012-03-10 17:50:59 UTC (rev 17678) +++ django/trunk/docs/ref/models/instances.txt 2012-03-11 11:49:38 UTC (rev 17679) @@ -578,7 +578,7 @@ <django.db.models.Field.null>`, the object will have ``get_next_by_FOO()`` and ``get_previous_by_FOO()`` methods, where ``FOO`` is the name of the field. This returns the next and previous object with respect to the date field, raising -the appropriate :exc:`~django.db.DoesNotExist` exception when appropriate. +a :exc:`~django.db.DoesNotExist` exception when appropriate. Both methods accept optional keyword arguments, which should be in the format described in :ref:`Field lookups <field-lookups>`. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
