Re: Cannot assign None, does not allow null values

2009-11-28 Thread Martin Lundberg
Is it not that you forget to give the published property a value? On Sat, Nov 28, 2009 at 9:07 AM, onoxo <vedran.ko...@gmail.com> wrote: > Hi! > > when i go to create Actual class. i get this error: > Cannot assign None: "Actual.published" does not allow null values.

Re: Cannot assign None, does not allow null values

2009-11-28 Thread onoxo
Hi! when i go to create Actual class. i get this error: Cannot assign None: "Actual.published" does not allow null values. and it makes this error with each class that has published propertie. On Nov 28, 3:32 am, Tim Valenta <tonightslasts...@gmail.com> wrote: > You've

Re: Cannot assign None, does not allow null values

2009-11-27 Thread Tim Valenta
get this error: > Cannot assign None: "Actual.published" does not allow null values. > > On Nov 27, 10:57 pm, onoxo <vedran.ko...@gmail.com> wrote: > > > > > i get this error when i try to create new item in admin site. > > > here is my models.py > > impor

Re: Cannot assign None, does not allow null values

2009-11-27 Thread onoxo
: Cannot assign None: "Actual.published" does not allow null values. On Nov 27, 10:57 pm, onoxo <vedran.ko...@gmail.com> wrote: > i get this error when i try to create new item in admin site. > > here is my models.py > import datetime > from django.db import mode

Cannot assign None, does not allow null values

2009-11-27 Thread onoxo
i get this error when i try to create new item in admin site. here is my models.py import datetime from django.db import models from tinymce import models as tinymce_models from filebrowser.fields import FileBrowseField class ItemWithMedia(models.Model): created =