Re: URLField definition on creation.py

2012-12-18 Thread maxi
Ok, then, what about SlugField? Is not the same case? Regards. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/FQMFohktYdsJ. To post to this grou

Re: URLField definition on creation.py

2012-12-17 Thread Ian Kelly
On Mon, Dec 17, 2012 at 3:40 PM, maxi wrote: > I was seeing that the new URLField [1] is just defined on oracle backend > (into creation.py) > Why not in other backend modules? Actually, I think that line in oracle/creation.py is dead code. The internal type of URLField is CharField, so the Char

URLField definition on creation.py

2012-12-17 Thread maxi
I was seeing that the new URLField [1] is just defined on oracle backend (into creation.py) Why not in other backend modules? Best Regards. --- Maximiliano Robaina django-firebird backend maintainer. [1] https://docs.djangoproject.com/en/dev/ref/models/fields/#urlfield -- You received this me