Opened 19 years ago
Closed 19 years ago
#3014 closed enhancement (fixed)
[PATCH] "Now" link in time fields at Django Admin updates seconds too
| Reported by: | esdrasbeleza | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When I use the Now link at Django Admin when using datetime fields, it doesn't update the seconds. It's not a good thing for sites where ordering seconds matters, like news sections. I hacked some JavaScript files and now seconds are updated too.
Attachments (1)
Change History (2)
by , 19 years ago
| Attachment: | time_with_seconds.diff added |
|---|
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
update time field's seconds too.