fnp
/
django-pagination.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
79b65b1
)
Be smarter about missing request object.
author
Zygmunt Krynicki
<zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 08:53:42 +0000
(10:53 +0200)
committer
Zygmunt Bazyli Krynicki
<Zygmunt Krynicki zygmunt.krynicki@linaro.org>
Tue, 14 Jun 2011 08:53:42 +0000
(10:53 +0200)
The application requires uses to use request context processor.
If it is not enabled let's warn the user and explain the situation
using ImproperlyConfigured exception rather than cryptic bactrace.
No differences found