mirror of
				https://github.com/django/django.git
				synced 2025-10-26 23:26:08 +00:00 
			
		
		
		
	[1.7.x] Moved version directives to the bottom of the loaddata section.
Backport of 6403e07c50 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							f46a16614d
						
					
				
				
					commit
					a970d6d941
				
			| @@ -389,16 +389,15 @@ onto which the data will be loaded. | |||||||
| The :djadminopt:`--ignorenonexistent` option can be used to ignore fields that | The :djadminopt:`--ignorenonexistent` option can be used to ignore fields that | ||||||
| may have been removed from models since the fixture was originally generated. | may have been removed from models since the fixture was originally generated. | ||||||
|  |  | ||||||
|  |  | ||||||
| .. versionchanged:: 1.7 |  | ||||||
|  |  | ||||||
|     ``--app`` was added. |  | ||||||
|  |  | ||||||
| .. django-admin-option:: --app | .. django-admin-option:: --app | ||||||
|  |  | ||||||
| The :djadminopt:`--app` option can be used to specify a single app to look | The :djadminopt:`--app` option can be used to specify a single app to look | ||||||
| for fixtures in rather than looking through all apps. | for fixtures in rather than looking through all apps. | ||||||
|  |  | ||||||
|  | .. versionchanged:: 1.7 | ||||||
|  |  | ||||||
|  |     ``--app`` was added. | ||||||
|  |  | ||||||
| What's a "fixture"? | What's a "fixture"? | ||||||
| ~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~ | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user