Skip to content

fix(backend): 上传相同版本文件时覆盖更新 #10284 #10285

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
wants to merge 1 commit into
base: v1.5.0
Choose a base branch
from

Conversation

ygcyao
Copy link
Collaborator

@ygcyao ygcyao commented Apr 25, 2025

No description provided.

@ygcyao ygcyao self-assigned this Apr 25, 2025
version_name = request.data.get("version", "")

# 尝试获取已存在的版本包对象
existing_package = Package.objects.filter(name=package_name, version=version_name).first()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个可以直接用update_or_create方法吧,也不用在serializer定义update方法了

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.

2 participants