ok, i have to use
writeboard_list = project.get_writeboard_list(parent__isnull=True)

not sure if this is continous.

patrick


Am 23.01.2006 um 16:24 schrieb patrick kranzlmüller:


writeboard_list = project.get_writeboard_list(parent__id__isnull=True)
doesn´t give any results (although there are some records with parent_id NULL in the database)

the other way round,
writeboard_list = project.get_writeboard_list(parent__id__isnull=False)
works fine.

any suggestions?

patrick

Reply via email to