On 14 juin, 15:53, ocgstyles <[EMAIL PROTECTED]> wrote:
> Is there a way create a restriction that will only allow one instance
> of a model?

The closest you could get would be to define a model with a unique not
editable field and override the save method to make this field a
constant value. But that wont work for direct database access.

Anyway, why would you want such a thing ?


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to