Changes between Initial Version and Version 3 of Ticket #36159
- Timestamp:
- Jan 30, 2025, 3:34:39 AM (17 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36159
- Property Version 5.1 → 5.2
- Property Triage Stage Unreviewed → Accepted
- Property Summary Update the shell customization tutorial to reflect the --no-imports flag. → Remove the example of the empty import shell customization
-
Ticket #36159 – Description
initial v3 1 The final section of this [https://docs.djangoproject.com/en/dev/ ref/django-admin/#django-admin-shelltutorial] currently states:1 The final section of this [https://docs.djangoproject.com/en/dev/howto/custom-shell/#customize-automatic-imports tutorial] currently states: 2 2 3 3 ''If you prefer to not have models automatically imported, create a custom get_namespace() that excludes the super().get_namespace() call:''