On Fri, Jul 17, 2009 at 3:45 PM, Sam Tregar wrote:
> On Fri, Jul 17, 2009 at 3:23 PM, Dudley Fox wrote:
>>
>> Should I have posted this to the developer's list? I ask because I
>> have received no responses yet. Not even a "...you shouldn't do that."
>> :)
>
> I can help you with that - you shoul
On Fri, Jul 17, 2009 at 3:23 PM, Dudley Fox wrote:
>
> Should I have posted this to the developer's list? I ask because I
> have received no responses yet. Not even a "...you shouldn't do that."
> :)
I can help you with that - you shouldn't do that. Instead you should
create a new model for f
Should I have posted this to the developer's list? I ask because I
have received no responses yet. Not even a "...you shouldn't do that."
:)
Sincerely,
Dudley
On Wed, Jul 15, 2009 at 11:38 AM, Dudley Fox wrote:
> I want to create a new type of field for django models that is
> basically a ListOf
I want to create a new type of field for django models that is
basically a ListOfStrings. So in your model code you would have the
following:
models.py:
from django.db import models
class ListOfStringsField(???):
???
class myDjangoModelClass():
myName = models.CharField(
4 matches
Mail list logo