#8248: Built-in python function, help(), does not work on models with ForeignKey
fields
-------------------------------------+--------------------------------------
Reporter: lingrlongr | Owner:
Status: new | Milestone: 1.0
Component: Core framework | Version: SVN
Resolution: | Keywords: help ForeignKey foreign
key
Stage: Accepted | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
-------------------------------------+--------------------------------------
Changes (by mtredinnick):
* stage: Design decision needed => Accepted
Comment:
There's no "design decision needed" here -- the ticket is already accepted
as a bug, although it could conceivably be pushed to post-1.0 if we don't
have time, since it's not really a showstopper.
However, you're right about the patch being a little suspect. It probably
has little chance of being applied as is. It removes an important safety
net and error check just to make `help()` work. That's not a good trade-
off in my mind.
Excellent debugging, though. You've worked out precisely why the problem
occurs, so we can try to think of some way to work around it.
--
Ticket URL: <http://code.djangoproject.com/ticket/8248#comment:7>
Django Code <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
-~----------~----~----~----~------~----~------~--~---