Update to Django 1.9
- update all dependencies - fix deprecation warnings and errors for Django 1.9 compatibility
This commit is contained in:
parent
1b30b1a38c
commit
085b126416
21 changed files with 85 additions and 110 deletions
|
@ -52,7 +52,7 @@ class ReadOnlyPasswordHashFieldTest(TestCase):
|
|||
|
||||
def test__has_changed(self):
|
||||
field = ReadOnlyPasswordHashField()
|
||||
self.assertFalse(field._has_changed('new', 'old'))
|
||||
self.assertFalse(field.has_changed('new', 'old'))
|
||||
|
||||
|
||||
class CustomerTestCase(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue