Alex Seeholzer

Results 6 comments of Alex Seeholzer

@hotpxl this worked for me! thanks! Edit: Actually, now tab completion on ``mv`` is broken, giving me ``` (eval):1: _mv: function definition file not found (eval):1: _mv: function definition file...

I've been experiencing the same here, just having a small size project open causes tabnine to use CPU excessively for a long period.

The workaround of @mumumumu https://github.com/django-polymorphic/django-polymorphic/issues/229#issuecomment-370954612 worked for me, however now django admin generally uses the ``PolymorphicModel`` classes' ``__str__`` for display, and does not cast to the child classes (works if...

Just ran into the same issue, and I am not using a local version of toolbar which makes patching this a little harder.. (didn't look into monkeypatching it though) 👍...

Still excitedly waiting for #2243 !

@cmdcolin wow, thanks a lot for the PR! I'll give it a spin as soon as I can, and I think this would be generally useful!