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