Author: adrian Date: 2011-04-11 13:27:53 -0700 (Mon, 11 Apr 2011) New Revision: 16024
Modified: django/trunk/django/db/models/query.py Log: Fixed incorrect usage of its in query.py docstring Modified: django/trunk/django/db/models/query.py =================================================================== --- django/trunk/django/db/models/query.py 2011-04-09 18:47:59 UTC (rev 16023) +++ django/trunk/django/db/models/query.py 2011-04-11 20:27:53 UTC (rev 16024) @@ -712,7 +712,7 @@ def using(self, alias): """ - Selects which database this QuerySet should excecute it's query against. + Selects which database this QuerySet should excecute its query against. """ clone = self._clone() clone._db = alias -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.