diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-02-22 07:19:26 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-02-22 07:19:26 +0000 |
| commit | 16f05e78f178d337ff0b801740e571c70d60d757 (patch) | |
| tree | d0e9bad6acaeacf8f1870b1369499b4f1b45b118 /docs/topics | |
| parent | d12ee872a1d3e62ce1af47f72d6d60da61ac68f0 (diff) | |
[1.0.X] Fixed #9347 -- Added an entry in the field reference for the verbose_name option. Thanks to marcoberi for the suggestion, and timo for the eventual patch.
Merge of r9865 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/db/models.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index ddcd020f6d..0c87cdc9d1 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -218,6 +218,8 @@ sees you've explicitly set :attr:`Field.primary_key`, it won't add the automatic Each model requires exactly one field to have :attr:`primary_key=True <Field.primary_key>`. +.. _verbose-field-names: + Verbose field names ------------------- |
