Re: New field proposal

2007-02-23 Thread mario__
On Feb 23, 8:09 am, "Aidas Bendoraitis" <[EMAIL PROTECTED]> wrote: > I think, you should rather create that field as a separate project, > just as Jannis Leidel did with geoposition > field:http://code.google.com/p/django-coordinatesfield/. > If it is useful to others as well as to you, maybe som

Re: New field proposal

2007-02-23 Thread Aidas Bendoraitis
I think, you should rather create that field as a separate project, just as Jannis Leidel did with geoposition field: http://code.google.com/p/django-coordinatesfield/. If it is useful to others as well as to you, maybe somebody will add it to the core. Also personally I think that a custom valid

New field proposal

2007-02-22 Thread mario__
Hello, I've been doing some changes in django source code by my self to see where I can go and I think I can go further :-) I've got an idea. My backend is PostgreSQL and days ago I had to declare a field range, I mean by every INSERT I needed to accept numbers between 100 and 5 only and