I've finally had time to sort out the django-mongokit code so it's now fully compatible with Django 1.4.

Because I don't personally use the project I've sort of got myself lost in various patches from some awesome contributors who keep it in check.

Also, thanks to Marc Abramowitz who added a tox.ini which I've now updated to also test python 2.7 and Django 1.4

Go forth and build awesome Django apps with MongoKit which is still think is the best wrapper available on PyMongo out there.

Comments

Your email will never ever be published.

Previous:
US License Plate Spotter (part 2) August 8, 2012 JavaScript
Next:
Real-timify Django with SockJS September 6, 2012 Django, Tornado, JavaScript
Related by category:
A Python dict that can report which keys you did not use June 12, 2025 Python
Combining Django signals with in-memory LRU cache August 9, 2025 Python
Native connection pooling in Django 5 with PostgreSQL June 25, 2025 Python
Faster way to sum an integer series in Python August 28, 2025 Python
Related by keyword:
mongoengine vs. django-mongokit May 24, 2010 Python, Django
Speed test between django_mongokit and postgresql_psycopg2 March 9, 2010 Python, Django
Premailer on Python 3 October 8, 2014 Python
How I made my MongoDB based web app 10 times faster October 21, 2010 Python, MongoDB