openwisp / openwisp-radius

Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
https://openwisp.io/docs/dev/radius/
GNU General Public License v3.0
365 stars 183 forks source link

[swappable] Migrations not following swappable docs #153

Closed nemesifier closed 4 years ago

nemesifier commented 4 years ago

Some parts of the migrations are not following the indications of the swappable documentation regarding migrations.

eg:

There are more.

Can we also take advantage to remove the exclusion of the QA checks from the migrations as did here? https://github.com/openwisp/openwisp-notifications/pull/115/files#diff-380c6a8ebbbce17d55d50ef17d3cf906L7-L21

nemesifier commented 4 years ago

I see some work has been done here too @atb00ker.