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
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