Migrate route difficulty to use new IntegerChoices
authorDavid Kerkeslager <kerkeslager@gmail.com>
Sun, 13 Mar 2022 17:05:06 +0000 (13:05 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Sun, 13 Mar 2022 17:05:06 +0000 (13:05 -0400)
commitd468d2cb0b98abf93a52cc28e48683bb92c7bbb1
treea26223612b69b8f12e03e98eb0b289823e429c27
parent2e5c17feaf26fb86483f78de0699c4a3162e768d
Migrate route difficulty to use new IntegerChoices
src/climbing/migrations/0006_change_difficulty_name.py [new file with mode: 0644]
src/climbing/migrations/0007_pitch_difficulty.py [new file with mode: 0644]
src/climbing/migrations/0008_remove_pitch_difficulty_old.py [new file with mode: 0644]
src/climbing/models.py