#14268 closed (fixed)
reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3
| 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 )
Attachments (2)
Change History (10)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Cc: | added |
|---|
comment:3 by , 15 years ago
| Owner: | changed from to |
|---|
comment:4 by , 15 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 , 15 years ago
| Has patch: | set |
|---|
by , 15 years ago
| Attachment: | reset_sqlreset_warnings.diff added |
|---|
by , 15 years ago
| Attachment: | reset_sqlreset_warnings.2.diff added |
|---|
comment:6 by , 15 years ago
| Component: | Uncategorized → django-admin.py |
|---|---|
| Description: | modified (diff) |
| Triage Stage: | Accepted → Ready for checkin |
comment:7 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Marking accepted per Malcolm and Russ.