evorepo/packages
Dan McGee a5f5557493 Use python json module directly in place of simplejson
As of Python 2.6, this is a builtin module that has all the same
functions and capabilities of the Django simplejson module. Additionally
simplejson is deprecated in the upcoming Django 1.5 release.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-05-12 09:32:30 -05:00
..
management Make all datetime objects fully timezone aware 2012-03-23 19:54:40 -05:00
migrations Use GenericIPAddressField in flag request ip_address 2012-04-27 09:12:26 -05:00
templatetags Use https:// links for all internal sites 2012-04-03 14:55:27 -05:00
views Use python json module directly in place of simplejson 2012-05-12 09:32:30 -05:00
__init__.py
admin.py
models.py Use GenericIPAddressField in flag request ip_address 2012-04-27 09:12:26 -05:00
urls_groups.py Change Django urls.py import 2012-03-23 19:54:40 -05:00
urls.py Add JSON search view 2012-04-07 14:58:28 -05:00
utils.py Ensure order_by default value is cleared when using distinct() 2012-05-02 09:37:46 -05:00