Bumped version to 1.5.5.

Fixed namespacing of so sorting urls.
Changed namespacing of sortable() calls.
Removed unit test to check for javascript include template, which has been eliminated.
This commit is contained in:
Brandon Taylor
2013-09-23 08:41:10 -04:00
parent 1bf917da61
commit 8f64f6ea76
10 changed files with 11 additions and 22 deletions
-4
View File
@@ -102,10 +102,6 @@ class SortableTestCase(TestCase):
template_names = [t.name for t in response.templates]
self.assertTrue('adminsortable/change_list.html' in template_names,
'adminsortable/change_list.html was not rendered')
self.assertTrue('adminsortable/shared/javascript_includes.html'
in template_names,
'JavaScript includes for adminsortable change list '
'were not rendered')
def test_adminsortable_change_list_sorting_fails_if_not_ajax(self):
logged_in = self.client.login(username=self.user.username,
Binary file not shown.