Changes between Initial Version and Version 1 of Ticket #26583


Ignore:
Timestamp:
May 5, 2016, 12:17:04 PM (9 years ago)
Author:
Tim Graham
Comment:

Switching management commands to use logging (#21429) might be one way to solve this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26583

    • Property Triage Stage UnreviewedAccepted
    • Property Summary Silence Static File Warnings added in #24890Add 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.5 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.
     1Due 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.
    22
    33Example of warnings:
Back to Top