mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed ReST errors in docs/tutorial02.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@130 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									c012d6ccf1
								
							
						
					
					
						commit
						f926982800
					
				
					 1 changed files with 11 additions and 9 deletions
				
			
		| 
						 | 
					@ -177,11 +177,13 @@ Things to note here:
 | 
				
			||||||
* The different model field types (``meta.DateTimeField``, ``meta.CharField``)
 | 
					* The different model field types (``meta.DateTimeField``, ``meta.CharField``)
 | 
				
			||||||
  correspond to the appropriate HTML input widget. Each type of field knows
 | 
					  correspond to the appropriate HTML input widget. Each type of field knows
 | 
				
			||||||
  how to display itself in the Django admin.
 | 
					  how to display itself in the Django admin.
 | 
				
			||||||
* ``DateTimeField``s get free JavaScript shortcuts. Dates get a "Today"
 | 
					* Each ``DateTimeField`` gets free JavaScript shortcuts. Dates get a "Today"
 | 
				
			||||||
  shortcut and calendar popup, and times get a "Now" shortcut and a convenient
 | 
					  shortcut and calendar popup, and times get a "Now" shortcut and a convenient
 | 
				
			||||||
  popup that lists commonly entered times.
 | 
					  popup that lists commonly entered times.
 | 
				
			||||||
* The bottom part of the page gives you a couple of options:
 | 
					
 | 
				
			||||||
  * Save -- Saves changes and returns to the changelist page for this type of
 | 
					The bottom part of the page gives you a couple of options:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Save -- Saves changes and returns to the change-list page for this type of
 | 
				
			||||||
  object.
 | 
					  object.
 | 
				
			||||||
* Save and continue editing -- Saves changes and reloads the admin page for
 | 
					* Save and continue editing -- Saves changes and reloads the admin page for
 | 
				
			||||||
  this object.
 | 
					  this object.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue