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

Feature: Major 2024 update #1

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Feature: Major 2024 update #1

merged 1 commit into from
Sep 26, 2024

Conversation

pedroKpaxo
Copy link
Member

What I did:

Major Update.

Django 5.0

We updated Django to version 5.0. This update brings new features and improvements to the project.

Storages

Some settings were updated to use the new storages configuration.
Now we have:

# Default STORAGES from Django documentation
# See:
# https://docs.djangoproject.com/en/5.0/ref/settings/#std-setting-STORAGES
STORAGES = {
    "default": {"BACKEND": "django.core.files.storage.FileSystemStorage"},
    "staticfiles": {"BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage"},
}

Django REST Framework 3.15.2

We updated Django REST Framework to version 3.15.2.
It solves some issues with the collect static command.

Updated dependencies

Django==5.0
boto3==1.35.28
django-simple-history==3.7.0
djangorestframework==3.15.2
model-bakery==1.19.5

@pedroKpaxo pedroKpaxo added the enhancement New feature or request label Sep 26, 2024
@pedroKpaxo pedroKpaxo self-assigned this Sep 26, 2024
@pedroKpaxo pedroKpaxo merged commit 2e02f78 into main Sep 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant