Features
- Pulp Python can now fully mirror all packages from PyPi
[985](https://pulp.plan.io/issues/985)
- Implemented PyPi's json API at content endpoint '/pypi/{package-name}/json'. Pulp can now perform basic syncing on other Pulp Python instances.
[2886](https://pulp.plan.io/issues/2886)
- Pulp Python now uses Bandersnatch to perform syncing and filtering of package metadata
[6930](https://pulp.plan.io/issues/6930)
Bugfixes
- Sync now includes python package's classifiers in the content unit
[3627](https://pulp.plan.io/issues/3627)
- Policy can now be specified when creating a remote from a Bandersnatch config
[7331](https://pulp.plan.io/issues/7331)
- Includes/excludes/prereleases fields are now properly set in a remote from Bandersnatch config
[7392](https://pulp.plan.io/issues/7392)
Improved Documentation
- Fixed makemigrations commands in the install docs
[5386](https://pulp.plan.io/issues/5386)
Misc
- [6875](https://pulp.plan.io/issues/6875), [#7401](https://pulp.plan.io/issues/7401)
---