FAQ | This is a LIVE service | Changelog

Skip to content

add missing migration

Created by: rjw57

The UseLookup model had had on_delete modified for the user field but this had not been accompanied with a migration. This PR first updates makemigrations.py so that the migration could be generated and then adds an environment to tox so that the makemigrations.py script can be run. 094e2640 is simply the result of running:

$ tox -e makemigrations -n add_on_delete_to_user automationlookup

Merge request reports