Samir Shah
9cad0d3437
Fix handling of unicode formats in Oscar's date/time/datetime widgets.
Also remove some Django 1.6 compatibility code.
Fixes #2176 .
8 lat temu
Samir Shah
1a2e827916
Remove the verify_exists argument from ExtendedUrlField
This was removed from the parent class way back in Django 1.4, and was
not being used at all here. It existed only for backwards compatibility.
8 lat temu
Michael van Tellingen
0ebe344a27
Merge tests.integration with tests.unit
The idea of splitting integration from unittests is good in theory
but leads to a lot of mental overhead. Besides whenever a tests
interacts with a database it isn't a unittest anyway.
9 lat temu
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.
9 lat temu
David Winterbottom
1b5adc86d1
Add integration test for ExtendedURLField
13 lat temu