| Age | Commit message (Collapse) | Author |
|
- 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
|
|
This is necessary to work around extreme cases of circular imports.
We really need to reverse URLs at import time and this isn't always
possible.
|
|
|
|
Fix #473.
|
|
It was badly named and HIDE_IN_STACKTRACES provides a more general
solution.
The ability to show code in django.contrib but not in django doesn't
seem particularly useful.
Fix #474.
|
|
Thanks Jannis for his help.
|
|
Enforce absolute imports to avoid clashing with built-in package names.
Thanks Jannis for his feedback.
|
|
Fix #258.
|
|
|