File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ app will still work.
313313 You should always use ``include()`` when you include other URL patterns.
314314 ``admin.site.urls`` is the only exception to this.
315315
316- You have now wired an ``index`` view into the URLconf. Lets verify it's
317- working, run the following command:
316+ You have now wired an ``index`` view into the URLconf. Verify it's working with
317+ the following command:
318318
319319.. console::
320320
Original file line number Diff line number Diff line change @@ -687,7 +687,7 @@ Using more than one formset in a view
687687You are able to use more than one formset in a view if you like. Formsets
688688borrow much of its behavior from forms. With that said you are able to use
689689``prefix`` to prefix formset form field names with a given value to allow
690- more than one formset to be sent to a view without name clashing. Lets take
690+ more than one formset to be sent to a view without name clashing. Let's take
691691a look at how this might be accomplished::
692692
693693 from django.forms import formset_factory
You can’t perform that action at this time.
0 commit comments