mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									e57e296167
								
							
						
					
					
						commit
						00fb22d836
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
					@ -686,8 +686,11 @@ Save these changes and start a new Python interactive shell by running
 | 
				
			||||||
    >>> c.delete()
 | 
					    >>> c.delete()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For more information on model relations, see :doc:`Accessing related objects
 | 
					For more information on model relations, see :doc:`Accessing related objects
 | 
				
			||||||
</ref/models/relations>`. For full details on the database API, see our
 | 
					</ref/models/relations>`. For more on how to use double underscores to perform
 | 
				
			||||||
:doc:`Database API reference </topics/db/queries>`.
 | 
					field lookups via the API, see `Field lookups`__. For full details on the 
 | 
				
			||||||
 | 
					database API, see our :doc:`Database API reference </topics/db/queries>`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					__ http://docs.djangoproject.com/en/1.2/topics/db/queries/#field-lookups
 | 
				
			||||||
 | 
					
 | 
				
			||||||
When you're comfortable with the API, read :doc:`part 2 of this tutorial
 | 
					When you're comfortable with the API, read :doc:`part 2 of this tutorial
 | 
				
			||||||
</intro/tutorial02>` to get Django's automatic admin working.
 | 
					</intro/tutorial02>` to get Django's automatic admin working.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue