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 година
Costas Basdekis
7b7e436472
Fix several issues for Django 1.6
пре 12 година
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 година
David Winterbottom
e57d099fd6
Remove deprecated validator
Thanks to m@maikhoepfel.de who submitted this patch via the mailing
list.
пре 13 година
David Winterbottom
5316b75314
Correct flake8 errors and warnings
пре 13 година
Tomasz Rybarczyk
9d59f6e322
Condition/Benefit should be positive value
пре 14 година
Tomasz Rybarczyk
b718731185
Small fix in ExtendedURLField
пре 14 година
David Winterbottom
017fc0c189
Fixed bug with validating relative URLs
пре 14 година
Patryk Zawadzki
8a1b196aa9
Fix URL_VALIDATOR_USER_AGENT import
пре 14 година
Patryk Zawadzki
aed0822222
Split ExtendedURLField
There is now a model field, a form field and a validator.
пре 14 година
David Winterbottom
0c778bdb38
Whitespace change
пре 14 година
David Winterbottom
c1a2286d83
Moved fields to oscar.forms package to match Django convention
пре 14 година
David Winterbottom
652b189859
Improved promotions package to allow arbitrary new types to be specified within a project
пре 14 година
Dawid Lorenz
746d34b45e
Resolving local URLs only when verify_exists is True.
пре 14 година
Dawid Lorenz
67ccc5b718
Implementation of ExtendedURLField type field for django models
пре 14 година
Dawid Lorenz
4c80e8b16d
Resolving local URLs only when verify_exists is True.
пре 14 година
Dawid Lorenz
09f4894bc5
Implementation of ExtendedURLField type field for django models
пре 14 година