#2317 closed enhancement (fixed)
[patch] flatpages model help_text update
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
(In [3304]) Fixed #2317 -- Fixed help_text for FlatPage.template_name field to match magic-removal template names. Thanks, md@…