Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1552 closed defect (fixed)

[magic-removal][patch] Meta verbose_name_plural has no default

Reported by: django@… Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Model Meta verbose_name_plural has no default. Patch attached.

Attachments (1)

options_fix_r2592.diff (1.8 KB ) - added by django@… 18 years ago.
Add default for verbose_name_plural

Download all attachments as: .zip

Change History (2)

by django@…, 18 years ago

Attachment: options_fix_r2592.diff added

Add default for verbose_name_plural

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2593]) magic-removal: Fixed #1552 -- Gave verbose_name_plural a default value

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