Anders Hovmöller
Anders Hovmöller
Another variant would be to allow a set of different results: // => Error: TypeError: Cannot read property 'y' of null {or} Error: TypeError: x is null
Ah, yea, that's much cleaner :P
https://github.com/r0x0r/pywebview seems like a good starting point
We should also check the list of applied migrations in the DB, and check that all of those exist on disk. If they don't, tell the user why that is...
Maybe something like: "Got 4, but get/filter takes keyword arguments or Q objects. Maybe you meant pk=4?"
I think the check that should be made is that none of the *args should be non-Q-objects.
Also if you don't have app dirs setting on we could warn about that.
It could find if you've missed putting an app in installed apps.
@dmoisset need help with this? because this seems like it would be great!
Hmm.. looks like https://github.com/mkurnikov/django-stubs is what we want. This project is just high on github even though it's dead.