Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2317 closed enhancement (fixed)

[patch] flatpages model help_text update

Reported by: md@… Owned by: Adrian Holovaty
Component: Contrib apps Version: dev
Severity: normal Keywords:
Cc: md@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Tiny patch to make flatpages model doc corrospondent to MR-behaviour

--- django/contrib/flatpages/models.py  (revision 3302)
-        help_text=_("Example: 'flatpages/contact_page'. If this isn't provided, the system will use 'flatpag
+        help_text=_("Example: 'flatpages/contact_page.html'. If this isn't provided, the system will use 'fl

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3304]) Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magic-removal template names. Thanks, md@…

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