Conversation
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
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
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.