dfirst
3cd865a4c5
Fix handling of missing lines in wishlist views (#3053)
6 years ago
Samir Shah
8560a90490
Replace calls to super(ClassName, self) with super().
7 years ago
Samir Shah
8a3288da43
Drop support below Django 1.11
7 years ago
Michael van Tellingen
28ea962ab6
Rename all tests files from *_tests.py to test_*.py
Better to use filenames which are commonly used in the python word then
custom ones.
8 years ago
Michael van Tellingen
c6db096e80
UnitTest.assertEqual instead of .assertEquals()
Latter one is deprecated
8 years ago
Alexander Gaevsky
afc6d6b814
Make sure wish list does not contain given product before moving to it.
9 years ago
Maik Hoepfel
a828dc2f6b
Correctly handle multiple wishlists
Previously, the 'key' kwarg was not respected and all products would get
added to the first wishlist.
Thanks to @DanielChu for reporting, and supplying a fix.
Fixes #1216
11 years ago
Maik Hoepfel
e413f858f6
Switch to Oscar's get_model function
This should always be used instead of Django's silent version.
11 years ago
Xavier Ordoquy
0a1b4a60c7
assertEquals deprecated in favor of assertEqual
12 years ago
David Winterbottom
7b819ab052
Ensure removing an item using POST
12 years ago
David Winterbottom
e2b84d4245
Add unit tests for wishlist model
12 years ago
Maik Hoepfel
422c0e4cd1
Add tests for wishlists
12 years ago