Changes between Initial Version and Version 1 of Ticket #26583
- Timestamp:
- May 5, 2016, 12:17:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26583
- Property Triage Stage Unreviewed → Accepted
- Property Summary Silence Static File Warnings added in #24890 → Add an option to silence collectstatic clashing files warnings
-
Ticket #26583 – Description
initial v1 1 Due to the changes introduced in [https://code.djangoproject.com/ticket/24890] in 1.9.5if you use an app like Grappelli which overwrites portions of the admin you get numerous warnings every time you run `collectstatic`. There should be an option to silence these warnings since there are times where you would knowingly want to overwrite files and don't wish to see the warnings.1 Due to the changes introduced in #24890 in 1.9, if you use an app like Grappelli which overwrites portions of the admin you get numerous warnings every time you run `collectstatic`. There should be an option to silence these warnings since there are times where you would knowingly want to overwrite files and don't wish to see the warnings. 2 2 3 3 Example of warnings: