| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-08 | Test properly for django.contrib.staticfiles on Django 1.7. | Aymeric Augustin | |
| The test in the staticfiles panel was redundant since the debug toolbar now requires staticfiles. | |||
| 2013-12-23 | Fix staticfiles panel to work with prefixed STATICFILES_DIRS. | Jannis Leidel | |
| Closes #503 and #507. Many thanks to Alexander Clausen (@sk1p) for the inspiration for the patch. | |||
| 2013-12-09 | Storing the original on module level. | Jannis Leidel | |
| 2013-12-09 | Use enable_instrumentation/disable_instrumentation instead of module level ↵ | Jannis Leidel | |
| monkey patching. | |||
| 2013-12-09 | Some imports. | Jannis Leidel | |
| 2013-12-09 | Use collections.OrderedDict if available. | Jannis Leidel | |
| 2013-12-09 | Another pass over the staticfiles panel. | Jannis Leidel | |
| - adds some docstrings - adds some basic tests - adds the staticfiles panel to the default list of panels - fixed a pluralization bug in the template - refactored some things into own methods for easier testing | |||
| 2013-12-08 | Actual show the number of used static files in panel title. | Jannis Leidel | |
| 2013-12-08 | Added staticfiles panel class. | Jannis Leidel | |
