diff options
| author | Justin Bronn <jbronn@gmail.com> | 2008-04-22 18:27:02 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2008-04-22 18:27:02 +0000 |
| commit | 1731135661d374f1ac6ea0b1c067f4e3060374bc (patch) | |
| tree | cbe39e81fe3c6efc48bde61334021183667b59bd /docs/modelforms.txt | |
| parent | f49c770b2dc40a4e23c6fe5f3ced62ba80a8502c (diff) | |
gis: Merged revisions 7408-7415,7420-7424,7435 via svnmerge from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@7442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/modelforms.txt')
| -rw-r--r-- | docs/modelforms.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/modelforms.txt b/docs/modelforms.txt index 554aeb7ea0..a76d797527 100644 --- a/docs/modelforms.txt +++ b/docs/modelforms.txt @@ -121,6 +121,7 @@ A full example Consider this set of models:: from django.db import models + from django.newforms import ModelForm TITLE_CHOICES = ( ('MR', 'Mr.'), |
