Django 2.0.2 release notes
Bugfixes
- Fixed incorrect foreign key nullification if a model has two foreign keys to the same model and a target model is deleted ().
- Fixed regression in the use of
QuerySet.values_list(..., flat=True)
followed by (#29067). - Fixed a regression where
contrib.auth.authenticate()
crashes if an authentication backend doesn’t acceptrequest
and a later one does (). - Fixed a regression where
makemigrations
crashes if a migrations directory doesn’t have an__init__.py
file (#29091).