django-unaccent icon indicating copy to clipboard operation
django-unaccent copied to clipboard

Dajngo 1.5

Open davidmgvaz opened this issue 11 years ago • 3 comments

Does this support Django 1.5? I tried to run the tests:

python manage.py test django_unaccent
....
FieldError: Join on field 'username' not permitted. Did you misspell 'contains_unaccent' for the lookup type?
...
FieldError: Join on field 'username' not permitted. Did you misspell 'contains_unaccent' for the lookup type?

This went up all the way, every test fails. I tried this after having tryed to use this before with no results.

davidmgvaz avatar Mar 27 '13 10:03 davidmgvaz

Hey david,

thanks for the report. Well, I don't know, I should re-run the travis test to see (as it catches the last django). On your side, you can run the test (cf. the README).

This plugin relies on some internals of the django ORM, if some changes have been made to it, then it's highly probable that it broke the lib.

As i'm not actively maintaning this lib, please do not hesitate to investigate and I will merge your patch upstream.

Cheers, Simon

djcoin avatar Mar 27 '13 10:03 djcoin

Hi Simon,

Runing the tests as described in README gives the same results as the way I did them, so I suppose this is not compatible with django 1.5.

Cheers, David

davidmgvaz avatar Mar 27 '13 11:03 davidmgvaz

I've just added pull requests for this issue.

zimnyx avatar Apr 24 '13 09:04 zimnyx