mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Check for lack of django.utils.simplejson, to provide support for Django1.5 #142

Closed huxley closed 11 years ago

huxley commented 11 years ago

Django 1.5 no longer bundles simplejson in django.utils. Core devs recommend using standard library json for Django 1.5, this change provides forward and backward compatibility with legacy and current Django versions.

lmorchard commented 11 years ago

Thanks!

huxley commented 11 years ago

I've got another pull request coming today with a few more Django 1.5 support items. Is Django 1.2 still considered the minimum target? Or is it okay to target 1.3+ with Django 1.5 being in the wings?

lmorchard commented 11 years ago

Well, I'm trying to cling to 1.2, because one of the Mozilla projects I work on is still stuck there. But we have plans to move it to 1.5, hopefully before we add badges... So, probably time to let go of that minimum target.

huxley commented 11 years ago

I was a bit ambitious I think in predicting another pull request today, there's a lot more involved in getting the views 1.5 compatible than I thought at first glance. I'll give it another tackle tomorrow evening.