Re: Silencing deprecation warnings in the test suite

2013-09-03 Thread Tim Graham
I updated the syncdb tests as well since it was straightforward. I get a clean output on Python 2.7. Python 3 still has some issues (e.g. #19905), but these aren't deprecated features. On Tuesday, September 3, 2013 8:46:30 AM UTC-4, Tim Graham wrote: > > Thanks for raising the issue. I think I

Re: Silencing deprecation warnings in the test suite

2013-09-03 Thread Tim Graham
Thanks for raising the issue. I think I committed the first and last of the three, so I'll fix those. I've also added a ticket to document "how to deprecate a feature" in order to make these guidelines more accessible. https://code.djangoproject.com/ticket/21024 On Monday, September 2, 2013 8

Re: Silencing deprecation warnings in the test suite

2013-09-02 Thread Ramiro Morales
On Mon, Sep 2, 2013 at 8:08 AM, Aymeric Augustin wrote: > Hello, > > When a feature is deprecated, it raises a PendingDeprecationWarning, either > at import time or at run time. After the following release it raises > DeprecationWarning. Assuming we have a good test coverage, these warnings >