Ticket #16 (closed defect: fixed)

Opened 1 month ago

Last modified 1 month ago

wrong syntax in models.py

Reported by: casseen Assigned to:
Priority: major Milestone:
Keywords: Cc:

Description

Hi,

in line 72 of pybb/models.py the ManytoManyField? has wrong syntax.

it should probably read

moderators = models.ManyToManyField(User, blank=True, null=True, verbose_name=_('Moderators'))

replace default=True with null=True

Change History

10/15/08 18:46:33 changed by casseen

  • type changed from task to defect.

10/15/08 19:42:46 changed by lorien

Thanks. Fixed.

10/15/08 19:42:50 changed by lorien

  • status changed from new to closed.
  • resolution set to fixed.