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

Enable Tag Merging #904

Merged
merged 18 commits into from
Jul 26, 2024
Merged

Enable Tag Merging #904

merged 18 commits into from
Jul 26, 2024

Conversation

guel-codes
Copy link
Contributor

@guel-codes guel-codes commented Jul 14, 2024

Overview

This pertains to this issue #899

Updates:

  • CHANGELOG.rst
  • docs/admin.rst
  • taggit/admin.py
  • taggit/forms.py
  • taggit/templates/admin/taggit/merge_tags_form.html

Demo

https://www.loom.com/share/72db6fb95c7b4b4dab90746d6ad2fd32?sid=dbda0b6a-ee58-4f93-b2bd-67f677a554e9

taggit/admin.py Outdated Show resolved Hide resolved
taggit/admin.py Show resolved Hide resolved
taggit/admin.py Outdated Show resolved Hide resolved
taggit/admin.py Show resolved Hide resolved
taggit/admin.py Show resolved Hide resolved
taggit/forms.py Outdated Show resolved Hide resolved
taggit/admin.py Outdated Show resolved Hide resolved
- Updated the success message to user
- cleaned up some print statements
- updated the form max_length to match the taggit model
- updated the form html to extend the base so the styling matched
Copy link

codecov bot commented Jul 18, 2024

Codecov Report

Attention: Patch coverage is 34.14634% with 27 lines in your changes missing coverage. Please review.

Project coverage is 89.21%. Comparing base (2ecc9c7) to head (d0fe810).
Report is 4 commits behind head on master.

Files Patch % Lines
taggit/admin.py 30.76% 26 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #904      +/-   ##
==========================================
- Coverage   91.44%   89.21%   -2.23%     
==========================================
  Files           9        9              
  Lines         736      779      +43     
  Branches      116      142      +26     
==========================================
+ Hits          673      695      +22     
- Misses         41       62      +21     
  Partials       22       22              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rtpg
Copy link
Contributor

rtpg commented Jul 25, 2024

Just noticed this one doesn't have a test, will add one tomorrow.

@rtpg rtpg merged commit c02ffe5 into master Jul 26, 2024
12 checks passed
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