URLField definition on creation.py

52 views
Skip to first unread message

maxi

unread,
Dec 17, 2012, 5:40:39 PM12/17/12
to django-d...@googlegroups.com
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


Ian Kelly

unread,
Dec 17, 2012, 5:59:29 PM12/17/12
to django-d...@googlegroups.com
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.

maxi

unread,
Dec 18, 2012, 9:27:44 PM12/18/12
to django-d...@googlegroups.com
Ok, then, what about SlugField?
Is not the same case?

Regards.

Reply all
Reply to author
Forward
0 new messages