Author: timo Date: 2011-05-31 02:42:19 -0700 (Tue, 31 May 2011) New Revision: 16300
Modified: django/trunk/docs/internals/contributing/writing-code/unit-tests.txt django/trunk/docs/ref/class-based-views.txt django/trunk/docs/ref/models/instances.txt Log: Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. Modified: django/trunk/docs/internals/contributing/writing-code/unit-tests.txt =================================================================== --- django/trunk/docs/internals/contributing/writing-code/unit-tests.txt 2011-05-30 22:50:11 UTC (rev 16299) +++ django/trunk/docs/internals/contributing/writing-code/unit-tests.txt 2011-05-31 09:42:19 UTC (rev 16300) @@ -26,7 +26,7 @@ ~~~~~~~~~~ Running the tests requires a Django settings module that defines the -databases to use. To make it easy to get started. Django provides a +databases to use. To make it easy to get started, Django provides a sample settings module that uses the SQLite database. To run the tests with this sample ``settings`` module, ``cd`` into the Django ``tests/`` directory and run: Modified: django/trunk/docs/ref/class-based-views.txt =================================================================== --- django/trunk/docs/ref/class-based-views.txt 2011-05-30 22:50:11 UTC (rev 16299) +++ django/trunk/docs/ref/class-based-views.txt 2011-05-31 09:42:19 UTC (rev 16300) @@ -431,7 +431,7 @@ .. method:: get_form_kwargs() - Build the keyword arguments requried to instanciate an the form. + Build the keyword arguments required to instantiate the form. The ``initial`` argument is set to :meth:`.get_initial`. If the request is a ``POST`` or ``PUT``, the request data (``request.POST`` Modified: django/trunk/docs/ref/models/instances.txt =================================================================== --- django/trunk/docs/ref/models/instances.txt 2011-05-30 22:50:11 UTC (rev 16299) +++ django/trunk/docs/ref/models/instances.txt 2011-05-31 09:42:19 UTC (rev 16300) @@ -38,7 +38,7 @@ 2. Validate the model as a whole 3. Validate the field uniqueness -All three steps are performed when you call by a model's +All three steps are performed when you call a model's ``full_clean()`` method. When you use a ``ModelForm``, the call to ``is_valid()`` will perform -- 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.