Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verify_exists parameters in models.py break functionality with Django 1.5 and upward #3

Closed
gruntfarm opened this issue Mar 31, 2013 · 1 comment

Comments

@gruntfarm
Copy link

the "verify_exists" parameter for models.URLField references in the models.py file breaks functionality with latest versions of Django (1.5 and 1.5.1).

django.db.models.fields.URLField.verify_exists parameter has been deprecated as of Django 1.3.1 and completely removed as of version 1.5 due to some security and performance issues.

@fcurella
Copy link
Contributor

closed in e941d0f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants