aboutsummaryrefslogtreecommitdiffstats
path: root/tests/panels/test_staticfiles.py
AgeCommit message (Collapse)Author
2013-12-09Use collections.OrderedDict if available.Jannis Leidel
2013-12-09More test relaxing.Jannis Leidel
2013-12-09Made a test less Django version dependent.Jannis Leidel
2013-12-09Another 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