By default all items are required. To make a field optional you have
to use blank=True.
Some interesting reading here:
http://www.b-list.org/weblog/2006/jun/28/django-tips-difference-between-blank-and-null/

On Jul 1, 7:10 pm, keegan3d <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I am trying to make a couple of fields required in the admin page for
> my app. I originally thought that core=True would do it but it makes
> all the fields required, even ones that I did not specify core=True
> for. After some further reading it seems like this is only used for
> fields that are being edited in-line.
>
> Is there something I can set that will make the fields required before
> the item will save?
>
> -Dave
--~--~---------~--~----~------------~-------~--~----~
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