mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #2054 -- Added a bit of docs to the 'core' field docs in model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		| @@ -488,6 +488,10 @@ cleared, the object will be deleted. | ||||
| It is an error to have an inline-editable relation without at least one | ||||
| ``core=True`` field. | ||||
|  | ||||
| Please note that each field marked "core" is treated as a required field by the | ||||
| Django admin site. Essentially, this means you should put ``core=True`` on all | ||||
| required fields in your related object that is being edited inline. | ||||
|  | ||||
| ``db_column`` | ||||
| ~~~~~~~~~~~~~ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user