worldcompany / djangoembed

rich media consuming and providing with django
http://djangoembed.readthedocs.org
MIT License
138 stars 38 forks source link

Provides a pre django 1.2 fallback for the August Mysql unique_together bugfix #5

Closed djm closed 13 years ago

djm commented 13 years ago

I couldn't see anywhere that specifically mentioned this project only supporting Django 1.2 and it seems to work fine on 1.1.2 at the mo so here's a fallback which fixes the AttributeError you get otherwise due to the new way of writing DB settings.

Cheers, Darian

coleifer commented 13 years ago

Darian, thanks so much for reporting and the patch - fixed here:

http://github.com/worldcompany/djangoembed/commit/fdf3dbed2ff70e83912dd6c597384855f079ed34

djm commented 13 years ago

Much cleaner patch; not quite sure why I didn't think of that. Cheers.