Re: [PATCH v2 0/9] Add support for Django 1.11

2017-11-16 Thread Daniel Axtens
Hi Stephen, > This is a sizable, albeit mostly trivial series focused on (a) adding support > for Django 1.11 to Patchwork. Previously this also contained a series of > patches aimed at resolving all 'DeprecationWarning's for the versions of > Django > that we support, but these have since been

Re: [PATCH v2 2/9] urls: Use new login/password change CBVs

2017-11-16 Thread Daniel Axtens
Hi Stephen, I have 2 changes: - fixed a > where >= was probably intended - use reverse_lazy in url patterns - fixes a bug in my testing, see: https://docs.djangoproject.com/en/1.11/ref/urlresolvers/#reverse-lazy