-
Notifications
You must be signed in to change notification settings - Fork 706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
search after clicking the magnifying glass on a raw_id_field breaks raw_id_field #190
Comments
I got around this issue by using django autocomplete light (https://github.com/yourlabs/django-autocomplete-light) |
I am using raw_id_fields a lot and haven't noticed such problem. |
Python 2.7.2 As a follow up, I can use the raw_id_field as long as I don't search on the "selection" screen popup. Searching redirects me out to a regular list view instead of a filtered "selection" screen. |
Just relased v0.2.6 with the fix ;)
|
thanks for the speed. |
This fix in 0.2.7 doesn't work with Django 1.4, does work with 1.5 (don't have a 1.6 to test with) |
raw_id_fields
notice that this is not a regular change list screen
The text was updated successfully, but these errors were encountered: