On 12/19/08, Peter <pe...@monicol.co.uk> wrote:
>
>  I have two models in my app - one is standard in that it allows
>  changing existing records/instances and adding new ones. But the other
>  - actually a FrontPage model - does not permit adding another
>  instance. There are ways to do this but I am wondering if there is a
>  standard way as it seems a common use-case. I am still pretty new to
>  Django so excuse if this is a FAQ.

You could make such a check and deny the saving of a new FrontPage
object by overloading the save() method of class FrontPage.
Source in trunk: django/db/models/base.py.

Regards, James.

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to