##// END OF EJS Templates
Removed load_all from search. Fixed the debug toolbar setting to be true when debug is on
Removed load_all from search. Fixed the debug toolbar setting to be true when debug is on

File last commit:

r821:572aaa88 default
r862:14606f35 default
Show More
mocks.py
4 lines | 125 B | text/x-python | PythonLexer
class MockRequest:
def __init__(self):
self.session = dict()
self.GET = dict()
self.POST = dict()