Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove KegbotBackend; use native JSONField; fix up test fixtures #425

Merged
merged 4 commits into from
Jul 19, 2022

Conversation

mik3y
Copy link
Member

@mik3y mik3y commented Jul 19, 2022

No description provided.

mik3y added 4 commits July 19, 2022 17:24
This layer was introduced long ago to support a project that is
no more (multi-tenant backends). It was also woefully incomplete,
as some operations were implement by the "backend" but others
interacted with model instances directly.

Removing this layer to make the django codebase more conventional
and to have one less component to maintain.
`makemigrations` in python 3 would now cause a bunch of spurious migrations due
strings, primarily `help_text`, appearing to change.
@mik3y mik3y merged commit db72d57 into master Jul 19, 2022
@mik3y mik3y deleted the mikey/v13-dev branch July 23, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant