#12944 closed (fixed)
Add django version to debug page
Reported by: | Rob Hudson | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
Currently, the Django version is only found in the copy-and-paste text. The patch that will be posted in the future by me will add it to the summary so it's available and easily findable.
Change History (5)
by , 15 years ago
Attachment: | django_version_debug.diff added |
---|
comment:1 by , 15 years ago
Has patch: | set |
---|---|
milestone: | → 1.2 |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12580]) Fixed #12944. Added Django version to the main part of the debug page. Thanks, robhudson.