Skip to content

Commit

Permalink
Fix validation error handling and improve response format
Browse files Browse the repository at this point in the history
  • Loading branch information
QuvonchbekBobojonov committed Dec 11, 2024
1 parent dec1a83 commit cf0f508
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 150 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ upload:

# Clean build artifacts
clean:
rm -rf build/ dist/ your_package.egg-info/
rm -rf build/ dist/ src/django_success_response.egg-info/

.PHONY: venv install test build upload clean
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="django-success-response",
version="1.0.2",
version="1.0.3",
description="Django app for customizing response",
author="Quvonchbek Bobojonov",
author_email="[email protected]",
Expand Down
127 changes: 0 additions & 127 deletions src/django_success_response.egg-info/PKG-INFO

This file was deleted.

19 changes: 0 additions & 19 deletions src/django_success_response.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/django_success_response.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/django_success_response.egg-info/top_level.txt

This file was deleted.

0 comments on commit cf0f508

Please sign in to comment.