- Return proper types from `django.shortcuts.get_object_or_404` and `django.shortcuts.get_list_or_404`. https://github.com/mkurnikov/django-stubs/issues/22
- Add plugin support for `django.contrib.auth.get_user_model()` https://github.com/mkurnikov/django-stubs/issues/16
- Do not give "Unexpected attribute ..." false positive, if returned field type is `Any`.
- Add support for default related managers https://github.com/mkurnikov/django-stubs/issues/18.