i would really like to know if there is a way around getting
the same values when adding new entries through the admin
when using defaults like those:

models.CharField( default=random.randint(1,1000) )
or
models.CharField( default=time.time() )

or in other words:
is there any way to insert by default a unique value into a field from
the model-side?

bernie


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to