Opened 17 years ago
Closed 15 years ago
#7952 closed (fixed)
Auth messages should accept a label parameter
| Reported by: | italomaia | Owned by: | |
|---|---|---|---|
| Component: | contrib.auth | Version: | dev |
| Severity: | Keywords: | message, user, coloring | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
If one wants to differenciate an user message created with auth to an user, this *one* should be able to.
Like, request.user.message_set.create(label="warning", message="Do not poke your nose!") Label could/should be optional.
Or something like that. So, the developer would be able to color the output message easyly.
This seems like a useful and simple ticket.
Change History (3)
comment:1 by , 17 years ago
| milestone: | 1.0 beta → post-1.0 |
|---|---|
| Triage Stage: | Unreviewed → Design decision needed |
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I would say this functionality is provided by the fix for #4604 better known as contrib.messages.
Note:
See TracTickets
for help on using tickets.
This is a feature request, not a bug, and as such isn't a 1.0 item much less 1.0 beta.