theforeman / puppet-pulpcore

Puppet module for setting up Pulp 3 as part of Katello installation
GNU General Public License v3.0
2 stars 28 forks source link

use `migrate --check` not `migrate --plan |grep` check for migrations #338

Closed evgeni closed 4 months ago

evgeni commented 4 months ago

--check is available since Django 3.1 and is nicer than having to grep for a message that can be different in another language.