Opened 14 years ago
Last modified 13 years ago
#14268 closed
reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3 — at Version 6
Reported by: | Carl Meyer | Owned by: | laurentluce |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | Keywords: | ||
Cc: | mmitar@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Change History (8)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Owner: | changed from | to
---|
comment:4 by , 14 years ago
Status: | new → assigned |
---|
- added PendingDeprecationWarning to reset command in django/core/management/commands/reset.py
- added PendingDeprecationWarning to sqlreset in django/core/management/sql.py
- updated docs/releases/1.3.txt and docs/ref/django-admin.txt
comment:5 by , 14 years ago
Has patch: | set |
---|
by , 14 years ago
Attachment: | reset_sqlreset_warnings.diff added |
---|
by , 14 years ago
Attachment: | reset_sqlreset_warnings.2.diff added |
---|
comment:6 by , 14 years ago
Component: | Uncategorized → django-admin.py |
---|---|
Description: | modified (diff) |
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Marking accepted per Malcolm and Russ.