Okay, the only real maintenance burden I'm concerned about is figuring out if new tests in Django's test suite need to use the decorator or not. Maybe we could consider dropping that requirement by Django 2.0 or so.
On Friday, July 11, 2014 8:27:22 PM UTC-4, Michael Manfre wrote: > > > > > On Fri, Jul 11, 2014 at 8:07 PM, Russell Keith-Magee < > [email protected] <javascript:>> wrote: >> >> @skipIfCustomUser may not have a use in Django's own test suite, but I >> can see it being useful for a while for projects that are migrating >> (slowly) away from the old test runner. >> > > This is also used by 3rd party apps that support multiple versions of > Django with a single code base. > > Regards, > Michael Manfre > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/d0bc832a-5d9c-4d6b-ab57-aa8e7b4f127d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
