Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

url should not verify if exists #3

Closed
ljean opened this issue Feb 15, 2012 · 2 comments
Closed

url should not verify if exists #3

ljean opened this issue Feb 15, 2012 · 2 comments

Comments

@ljean
Copy link

ljean commented Feb 15, 2012

Hello,

Good job. I like this idea. However i had some troubles with the current version. It was hanging my dev server.
I think that the verify_exist option of the UrlField should be disabled.

url = models.URLField(max_length=255, verify_exists=False)

With this change, it work ok.

What do you think?

Best
luc

@kmike
Copy link

kmike commented Feb 15, 2012

verify_exists is removed in django 1.3.1 and 1.2.6 security updates (essentionally it is now False by default); explicit verify_exists=False issues DeprecationWarning in 1.3.1 and 1.2.6. This mean you're running older django version with security bugs.

I'm not an author of this package but I think it is better to update django instead of adding support for non-secure django releases.

@ljean
Copy link
Author

ljean commented Feb 15, 2012

hello,

Thanks for your message. I missed that. my version was in 1.3. I've upgraded to 1.3.1 and the pb has gone.

Best
luc

@ljean ljean closed this as completed Feb 15, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants