google-code-export / student-worker-relational-database

Automatically exported from code.google.com/p/student-worker-relational-database
1 stars 1 forks source link

Django 1.4 compatibility #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.Mo
delAdmin.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)

Original issue reported on code.google.com by dmbs...@gmail.com on 2 Apr 2012 at 7:51

GoogleCodeExporter commented 9 years ago
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.

Original comment by dmbs...@gmail.com on 2 Apr 2012 at 8:47

GoogleCodeExporter commented 9 years ago
Committed to new branch django_24

Still has some issues. Date widgets don't appear in non admin site.

Original comment by dmbs...@gmail.com on 2 Apr 2012 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by dmbs...@gmail.com on 10 Apr 2012 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by dmbs...@gmail.com on 29 Apr 2012 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by dmbs...@gmail.com on 6 Jul 2012 at 2:47