mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Fixed ReST bug in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -637,7 +637,7 @@ object, which has the following options. All are optional. | ||||
|     (This example also has ``search_fields`` defined; see below). | ||||
|  | ||||
| ``ordering`` | ||||
|     A list or tuple (see the `Options for models`_, above) that gives a | ||||
|     A list or tuple (see the `META options`_, above) that gives a | ||||
|     different ordering for the admin change list. If this isn't given, the | ||||
|     model's default ordering will be used. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user