Maik Hoepfel
eeb707d8e5
Use TextInput for ExtendedURLField
Django 1.6 renders URLInput as <input type=url>, which causes some
browsers to require the input to be a valid absolute URL. As relative
URLS are allowed for ExtendedURLField, we must set it to TextInput.
Fixes #1092
12 anni fa
Costas Basdekis
7b7e436472
Fix several issues for Django 1.6
12 anni fa
Maik Hoepfel
dd1d1713be
Fix for Django's dropped verify_exists functionality
Please note that ExtendedURLFields's verify_exist does not
default to True anymore.
13 anni fa
David Winterbottom
e57d099fd6
Remove deprecated validator
Thanks to m@maikhoepfel.de who submitted this patch via the mailing
list.
13 anni fa
David Winterbottom
5316b75314
Correct flake8 errors and warnings
13 anni fa
Tomasz Rybarczyk
9d59f6e322
Condition/Benefit should be positive value
14 anni fa
Tomasz Rybarczyk
b718731185
Small fix in ExtendedURLField
14 anni fa
David Winterbottom
017fc0c189
Fixed bug with validating relative URLs
14 anni fa
Patryk Zawadzki
8a1b196aa9
Fix URL_VALIDATOR_USER_AGENT import
14 anni fa
Patryk Zawadzki
aed0822222
Split ExtendedURLField
There is now a model field, a form field and a validator.
14 anni fa
David Winterbottom
0c778bdb38
Whitespace change
14 anni fa
David Winterbottom
c1a2286d83
Moved fields to oscar.forms package to match Django convention
14 anni fa
David Winterbottom
652b189859
Improved promotions package to allow arbitrary new types to be specified within a project
14 anni fa
Dawid Lorenz
746d34b45e
Resolving local URLs only when verify_exists is True.
14 anni fa
Dawid Lorenz
67ccc5b718
Implementation of ExtendedURLField type field for django models
14 anni fa
Dawid Lorenz
4c80e8b16d
Resolving local URLs only when verify_exists is True.
14 anni fa
Dawid Lorenz
09f4894bc5
Implementation of ExtendedURLField type field for django models
14 anni fa