#14018: Introduce class_plural %-substitution placeholder for related_name of
ForeignKey/ManyToManyField
---------------------------------------------------+------------------------
Reporter: puxlit | Owner: nobody
Status: new | Milestone: 1.3
Component: Database layer (models, ORM) | Version: SVN
Resolution: | Keywords:
related_name, ManyToManyField, ForeignKey, abstract base class
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------------+------------------------
Changes (by anonymous):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
I don't think using verbose_name_plural as part of the related_name is a
good idea. If you have a model named SpecialEntry, the default
verbose_name will be 'special entry' and verbose_name_plural will be
'special entrys'.
--
Ticket URL: <http://code.djangoproject.com/ticket/14018#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.