Location
docs/lab2.md, Lab 2.3 Hints section (lines 348-354)
Issue
The hints section links to specific Django source code on the stable/5.2.x branch:
These links will become outdated as Django releases new versions, and line numbers may shift.
Suggested alternatives
- Link to
stable/main or use a tag that matches the tutorial's supported Django version
- Link to the Django documentation instead (which is version-aware)
- Add a note that line numbers may vary by Django version
- Keep the links but periodically review them when updating the tutorial for new Django releases
The documentation link on line 355 (https://docs.djangoproject.com/en/5.2/ref/models/querysets/#django.db.models.Count.distinct) has the same version-specific issue.
Location
docs/lab2.md, Lab 2.3 Hints section (lines 348-354)
Issue
The hints section links to specific Django source code on the
stable/5.2.xbranch:These links will become outdated as Django releases new versions, and line numbers may shift.
Suggested alternatives
stable/mainor use a tag that matches the tutorial's supported Django versionThe documentation link on line 355 (https://docs.djangoproject.com/en/5.2/ref/models/querysets/#django.db.models.Count.distinct) has the same version-specific issue.