Yacht Shaver

Results 326 comments of Yacht Shaver

Too bad we had this discussion on this pull request instead of a dedicated issue then :P

Does this have something to do with #981 ?

Can you try with master ? It uses the same medias as django.contrib.admin in django 2

@belonesox django.contrib.admin in version 2 should provide the scripts.

@selected-pixel-jameson do you have django.contrib.admin in INSTALLED_APPS ?

Seems like the error is in the autocomplete view, it responds with tag names instead of pks. It should respond as such: ``` {"results": [{"id": "1", "text": "test 1", "selected_text":...

That's the only thing i could guess given that the autocomplete view was missing. If it's not coming from the view then it's coming from the widget. Are you able...

There is a demo project with a many to many usage example: http://django-autocomplete-light.readthedocs.io/en/master/install.html#install-the-demo-project It's in the test_project directory of this directory. It should help if you can isolate your issue...

Do not exclude that sometimes, this method is executed with models as `value`, and sometimes with pks as `value`, depending on wether it's processing from GET or POST ... I'm...

Did you try removing the db file and running migrate to produce a new one ? I thought it would work on MacOSX. Thanks a heap for your report though,...