Opened 18 years ago

Closed 16 years ago

#2175 closed defect (fixed)

GenericForeignKey tests should have test for a model with multiple GenericForeignKeys

Reported by: anonymous Owned by: nobody
Component: Database layer (models, ORM) Version:
Severity: minor Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

GenericForeignKey tests should have test for a model with multiple GenericForeignKeys; not only to test it, but also as an example until documentation appears :)

Change History (2)

comment:1 by Gary Wilson <gary.wilson@…>, 17 years ago

Triage Stage: UnreviewedAccepted

tests are always nice.

comment:2 by Luke Plant, 16 years ago

Resolution: fixed
Status: newclosed

(In [8170]) Fixed #2175: Added tests for models with multiple GenericForeignKeys

Also fixed small typo in a docstring.

Note: See TracTickets for help on using tickets.
Back to Top