#29250 closed Cleanup/optimization (fixed)
Add 'django_version' context variable reference documentation for startapp and startproject
Reported by: | Graham Ullrich | Owned by: | Graham Ullrich |
---|---|---|---|
Component: | Documentation | Version: | 2.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The reference documentation for management commands startapp
and startproject
(see https://docs.djangoproject.com/en/2.0/ref/django-admin/#startapp and https://docs.djangoproject.com/en/2.0/ref/django-admin/#startproject) omits a useful context variable, 'django_version', seen in [core/management/templates.py](https://github.com/django/django/blob/master/django/core/management/templates.py#L112).
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
Note:
See TracTickets
for help on using tickets.
The code was added in 4c123d0f79b3f417ec5b030c616365882e734a1e.