Issue 302: Django 1.4 compatibility
Project Member Reported by dmbs...@gmail.com, Apr 2, 2012
Time to upgrade.

Issues
- Must run Grappelli against 2.4 branch - I'm sure they will release when this is ready
- Django_filters https://github.com/alex/django-filter uses XMLField which is removed. It's fixed in git but looks like the dev is MIA and won't be submitting a new pypi package.
- Filter specs are not longer supported. We use this in one place - work study time sheet filter. Will need to rewrite this using newer filter options https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_filter

Please add any issues if you want to run against 2.4. Compatibility with 2.3 would make it easier to upgrade (develop for 2.4 but deploy 2.3 until grappelli 2.4 is released)
Apr 2, 2012
Project Member #1 dmbs...@gmail.com
Fixed filter spec thing. Breaks compatibility with 2.3 as it uses 
from django.contrib.admin.ListFilter

So now I'm running 2.4 and everything looks fine. We can upgrade next weekend everywhere. Need to decide what to do about django_filters so that installation is less hacky. Could script install script to get it from git or just include it in our repo.

Could use more testing. Marking Needs Verified.
Status: Needs_Verified
Apr 2, 2012
Project Member #2 dmbs...@gmail.com
Committed to new branch django_24

Still has some issues. Date widgets don't appear in non admin site.
Status: Started
Apr 10, 2012
Project Member #3 dmbs...@gmail.com
(No comment was entered for this change.)
Summary: Django 1.4 compatibility
Apr 29, 2012
Project Member #4 dmbs...@gmail.com
(No comment was entered for this change.)
Blocking: 315
Jul 6, 2012
Project Member #5 dmbs...@gmail.com
(No comment was entered for this change.)
Status: Fixed