On Mon, Dec 17, 2012 at 3:40 PM, maxi <
maxir...@gmail.com> 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 CharField line would be
used for URLField.