~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/questionsubscription.py

  • Committer: Curtis Hovey
  • Date: 2010-07-28 16:56:05 UTC
  • mto: This revision was merged to the branch mainline in revision 11257.
  • Revision ID: curtis.hovey@canonical.com-20100728165605-ye7qrq11f2kkm632
hush lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    person = ForeignKey(
32
32
        dbName='person', foreignKey='Person',
33
33
        storm_validator=validate_public_person, notNull=True)
34
 
 
35