mirror of
				https://github.com/django/django.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	Remove heteronormativity from coding style doc
This commit is contained in:
		
							parent
							
								
									f7b69665fd
								
							
						
					
					
						commit
						f315006d50
					
				|  | @ -140,9 +140,9 @@ Model style | |||
|   a tuple of tuples, with an all-uppercase name, either near the top of | ||||
|   the model module or just above the model class. Example:: | ||||
| 
 | ||||
|       GENDER_CHOICES = ( | ||||
|           ('M', 'Male'), | ||||
|           ('F', 'Female'), | ||||
|       DIRECTION_CHOICES = ( | ||||
|           ('U', 'Up'), | ||||
|           ('D', 'Down'), | ||||
|       ) | ||||
| 
 | ||||
| Use of ``django.conf.settings`` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user