Hello, I am looking at ticket #14268 on reset and sqlreset management commands should raise PendingDeprecationWarning for 1.3.
I added some code to django/core/management/commands/reset.py and django/core/management/sql.py to raise the appropriate warning. What message should I displayed ? I have the following right now: "This command is pending deprecation." I know it is not really insightful. The real reason is that those commands don't work well but I don't think we want to have that as the message. I guess I also need to update docs/releases/1.3.txt with an explanation on why deprecation is pending. Finally, do I need to update the following files with the warning information. docs/ref/django-admin.txt docs/man/django-admin.1 Laurent Luce -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
