mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
This commit is contained in:
		
							parent
							
								
									d9c083cfee
								
							
						
					
					
						commit
						789f9c9b29
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -701,7 +701,7 @@ how you can split these models across databases:
 | 
				
			||||||
- ``auth`` models — ``User``, ``Group`` and ``Permission`` — are linked
 | 
					- ``auth`` models — ``User``, ``Group`` and ``Permission`` — are linked
 | 
				
			||||||
  together and linked to ``ContentType``, so they must be stored in the same
 | 
					  together and linked to ``ContentType``, so they must be stored in the same
 | 
				
			||||||
  database as ``ContentType``.
 | 
					  database as ``ContentType``.
 | 
				
			||||||
- ``admin`` depends on ``auth``, so their models must be in the same database
 | 
					- ``admin`` depends on ``auth``, so its models must be in the same database
 | 
				
			||||||
  as ``auth``.
 | 
					  as ``auth``.
 | 
				
			||||||
- ``flatpages`` and ``redirects`` depend on ``sites``, so their models must be
 | 
					- ``flatpages`` and ``redirects`` depend on ``sites``, so their models must be
 | 
				
			||||||
  in the same database as ``sites``.
 | 
					  in the same database as ``sites``.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue