anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

[BUG] Cannot run alls migrations without resetting migration / squashing migrations #177

Open VaZark opened 1 year ago

VaZark commented 1 year ago

Describe the bug we are able to run only the first of the three migrations.

How to reproduce

With multiple DBs with a thread-local for selecting a connection to use using middleware + Database router that

Expected behavior Run all migrations