generated from Alschn/django-react-docker-heroku-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge from dev to master - Sync master with dev #67
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
Open
Alschn
wants to merge
70
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instead of S3ManifestStaticStorage (this might fix an error with missing manifest)
Fix django-allauth version at `==0.54.0` since newer versions are not compatible with `dj-rest-auth`.
Merge from fix/pipfile-fixed-versions to dev - Add fixed versions in Pipfile, fix django-allauth version
Merge from feature/admin-improvements to dev - Change Brewery __str__, order fk, m2m fields by name in Beer admin
This allows using multiple domains and subdomains (including the one provided by railway)
Rename CanDeleteRatingPermission to CanEditRatingPermission, change its implementation
Refactor and add more functionality to dashboard statistics
Tested most of the functionality (except some filters)
Add BeerPurchase model, serializers, filterset, viewset
With additional validation so beer_purchase.beer has to match beer when creating a rating
Bump most of dependencies including Django 5 and psycopg 3
Rename model serializers so that they all start with model's name
… exceptions codes
Setup exception handler from drf-standardized-errors, adjust unit tests to changes, add some extra exceptions codes, clean up tests
Add `order` to RoomAddBeerSerializer making reordering possible
Install drf-spectacular-websocket and add minimal websockets documentation
Bump Django (to 5.1.1) and other related packages
* Install and init sentry * Add django sentry integration
…es and CI (#63) * chore: Migrate to poetry from pipenv, bump Python to 3.12, update config files * chore: Update tests.yml * Update README.md
* Add missing select_related in beer fk (brewery present in its str) * Add package-mode = false to pyproject.toml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.