#36214: https://github.com/django/django/blob/main/docs/intro/tutorial02.txt seems to be missing a small bit compared to the website ----------------------------+----------------------------------------- Reporter: dj-user-10 | Type: Uncategorized Status: new | Component: Documentation Version: 5.1 | Severity: Normal Keywords: | Triage Stage: Unreviewed Has patch: 0 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 1 | UI/UX: 0 ----------------------------+----------------------------------------- Am I missing something? Or is
https://github.com/django/django/blob/main/docs/intro/tutorial02.txt missing a small piece around line 356: The website docs: https://docs.djangoproject.com/en/5.1/intro/tutorial02/ has the line: ``` >>> from polls.models import Choice, Question # Import the model classes we just wrote. ``` but it seems to be missing in: https://github.com/django/django/blob/main/docs/intro/tutorial02.txt is this the file powering the website's docs or is it somewhere else? Apologies if this is a stupid question! -- Ticket URL: <https://code.djangoproject.com/ticket/36214> 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 view this discussion visit https://groups.google.com/d/msgid/django-updates/010701953c62de3f-828c8811-35f3-480e-9232-1463b3bb00bf-000000%40eu-central-1.amazonses.com.
