#20150: an error in model field in example on page https://docs.djangoproject.com/en/dev/topics/db/managers/ --------------------------------------+-------------------- Reporter: anonymous | Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation | Version: master Severity: Normal | Keywords: Triage Stage: Unreviewed | Has patch: 0 Easy pickings: 1 | UI/UX: 0 --------------------------------------+-------------------- There's a little error in class Response - wrong model name for ForeignKey field. Should be poll = models.ForeignKey(OpinionPoll) instead of poll = models.ForeignKey(Poll)
-- Ticket URL: <https://code.djangoproject.com/ticket/20150> Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
