[1.4.X] Replaced documentation snippets using "gender" with less sensitive examples.

Backport of [7edf231] from master.
This commit is contained in:
Jacob Kaplan-Moss 2012-06-06 11:54:26 +02:00
parent 0a8a6b92b2
commit 45d43317b7
6 changed files with 98 additions and 109 deletions

View file

@ -334,7 +334,6 @@ Once you have ``MytypeField``, you can use it in any model, just like any other
class Person(models.Model):
name = models.CharField(max_length=80)
gender = models.CharField(max_length=1)
something_else = MytypeField()
If you aim to build a database-agnostic application, you should account for