David Sauve
David Sauve
SearchBackend.search with highlight converts results to lowercase in the output string as a result of the way it does the search and replace.
git log and diff should optionally work on the selected file or entire project instead of always assuming the whole project.
It appears as though the loginas app has an undocumented dependency on the django.contrib.admin app in [utils.py](https://github.com/skorokithakis/django-loginas/blob/master/loginas/utils.py#L63) ``` Traceback (most recent call last): [...] File "/app/project/apps/accounts/urls.py", line 4, in from...
Include documentation on using included views specifically what the context contains.