When I am developing a Django app, I often want to make sure all the files I am editing are saved before reloading the web app. Currently, I need to manually run through every tab to see if the file is saved.
It would be nice for the page title to show whether the file was or wasn't saved - so, I would see 'views.py*' in the tab bar if it wasn't saved
Thanks