django-debug-toolbar-mongo icon indicating copy to clipboard operation
django-debug-toolbar-mongo copied to clipboard

MongoDB panel for the Django Debug Toolbar

Results 8 django-debug-toolbar-mongo issues
Sort by recently updated
recently updated
newest added

There is a small typo in flask_debug_toolbar_mongo/operation_tracker.py. Should read `standard` rather than `standar`.

Django Version: 1.8.15 Exception Type: TypeError Exception Value: __init__() got an unexpected keyword argument 'safe' Exception Location: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pymongo/collection.py in update, line 2241 Python Executable: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Python Version: 2.7.6 Pymongo 3.x.0...

Hello, Nice work! I just added few lines to support python 3. Enjoy!

Now inherits from Panel rather than the DebugPanel. Replaced the content method with a template property and get_stats() method so that it utilises the underlying content() method call.

No need to make people guess or search package name on pypi first.

Hello, I update the version of django-debug-toolbar and django-debug-toolbar-mongo and now I have the following error when running on heroku behind gunicorn but not when running on localhost with python...

Hello, I always have up to 40 mongo operations (of the same or empty queries) something [like](http://postimage.org/image/9k6kyrd0r/). Anyone have the same problem?