#30523 closed Bug (fixed)
StatReloader does not update file times if notify_file_changed() is triggered.
Reported by: | Tom Forbes | Owned by: | Tom Forbes |
---|---|---|---|
Component: | Utilities | Version: | 2.2 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If notify_file_changed is triggered then the files mtime is not updated. This can cause notify_file_changed() to be triggered many times if a translation is changed.
Change History (5)
comment:1 by , 5 years ago
Component: | Uncategorized → Utilities |
---|---|
Has patch: | set |
Owner: | changed from | to
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Bug |
comment:2 by , 5 years ago
Summary: | StatReloader does not update file times if notify_file_changed() is triggered → StatReloader does not update file times if notify_file_changed() is triggered. |
---|---|
Triage Stage: | Accepted → Unreviewed |
You shouldn't accept you're own tickets ;)
comment:3 by , 5 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
Regression in 6754bffa2b2df15a741008aa611c1bb0e8dff22b (2.2.1).
Note:
See TracTickets
for help on using tickets.
Patch: https://github.com/django/django/pull/11419