Projects: remove old/non-used fields (#11124)
* Projects: remove old/non-used fields
Follow safe migrations instructions from
https://dev.readthedocs.io/en/latest/migrations.html to remove these fields.
* Lint
* Keep `Project.documentation_type` to avoid breaking changes
* Remove fields from fixture
* Remove more leftovers
* Lint
* Rename migrations
* Fix tests