1
0
mirror of https://github.com/django/django.git synced 2025-06-07 04:29:12 +00:00

Merge pull request #436 from ddbeck/patch-1

Removed heteronormativity from coding style doc
This commit is contained in:
Adrian Holovaty 2012-10-15 07:45:27 -07:00
commit 72efdc4d92

View File

@ -140,9 +140,9 @@ Model style
a tuple of tuples, with an all-uppercase name, either near the top of a tuple of tuples, with an all-uppercase name, either near the top of
the model module or just above the model class. Example:: the model module or just above the model class. Example::
GENDER_CHOICES = ( DIRECTION_CHOICES = (
('M', 'Male'), ('U', 'Up'),
('F', 'Female'), ('D', 'Down'),
) )
Use of ``django.conf.settings`` Use of ``django.conf.settings``