gavinzheng / django-reporting

Automatically exported from code.google.com/p/django-reporting
0 stars 0 forks source link

Compatibility with django 1.4 #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps for reproduce the problem:
1. Install django 1.4
2. Download the last source code of django-reporting
3. Go to samples/people_example
4. $ python manage.py runserver

Expected output:
Validating models...

0 errors found
Django version 1.4, using settings 'settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

What I see instead:
Error: No module named filterspecs

I'm using Django 1.4 on Ubuntu 12.04 x86

Cause:
https://docs.djangoproject.com/en/dev/releases/1.4/#list-filters-in-admin-interf
ace
filterspecs removed since django 1.4

Original issue reported on code.google.com by razpei...@gmail.com on 11 May 2012 at 7:54

GoogleCodeExporter commented 9 years ago
I have the same problem wish someone give us the solution !

Original comment by ami...@gmail.com on 23 Jul 2012 at 11:59

GoogleCodeExporter commented 9 years ago
filterspecs deprecated already in django 1.4

Original comment by RezTiNpe...@gmail.com on 11 Sep 2012 at 12:53