mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.4.X] Replaced documentation snippets using "gender" with less sensitive examples.
Backport of [7edf231
] from master.
This commit is contained in:
parent
0a8a6b92b2
commit
45d43317b7
6 changed files with 98 additions and 109 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue