mirror of
				https://github.com/django/django.git
				synced 2025-11-04 13:39:16 +00:00 
			
		
		
		
	Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									c8517025af
								
							
						
					
					
						commit
						b82ad10f9d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -95,7 +95,7 @@ Creating a ``FormWizard`` class
 | 
				
			||||||
The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard`
 | 
					The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard`
 | 
				
			||||||
class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``.
 | 
					class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As your :class:`~django.forms.forms.Form` classes, this
 | 
					As with your :class:`~django.forms.forms.Form` classes, this
 | 
				
			||||||
:class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere
 | 
					:class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere
 | 
				
			||||||
in your codebase, but convention is to put it in :file:`forms.py`.
 | 
					in your codebase, but convention is to put it in :file:`forms.py`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue