#36999: Reference to Ruby on Rails in Tutorial 2 is unclear
--------------------------------------+------------------------------------
Reporter: Sid R | Owner: (none)
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 6.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by VinayDattarao):
Hi, I’ve implemented a fix for this issue and opened a PR:
https://github.com/django/django/pull/20974#issue-4122932021
The change ensures that when `Feed.link` is missing, an
`ImproperlyConfigured` exception is raised instead of an `AttributeError`,
with handling for both attribute and callable cases.
Please let me know if any changes are needed.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36999#comment:7>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.