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

Integration of nice operators to the django ORM for unaccented search in postgresql

Results 3 django-unaccent issues
Sort by recently updated
recently updated
newest added

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...