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

Rebase upstream 2024 #5

Merged
merged 292 commits into from
Jun 4, 2024
Merged

Rebase upstream 2024 #5

merged 292 commits into from
Jun 4, 2024

Conversation

matthewdylan
Copy link

Mostly bringing in some updates from the upstream version of django-taggit (in prep for django 4.2)

jdufresne and others added 30 commits November 16, 2019 18:12
Just let readthedocs redirect to the default.
Support was added in 2.2.8.
Using .__class__ was necessary to support Python 2 old style classes. In
Python 3, all classes are new style.
* 'master' of github.com:jazzband/django-taggit: (21 commits)
  Fix changelog markup
  Remove unnecessary Python 2 header
  Replace .__class__ with type()
  Prepare for the next release
  Test Django 2.2 with Python 3.8
  Remove support and testing for EOL Django 2.1
  Test against Django 3.0 final
  Remove 'en/latest/' from URL
  Add project URLs
  Use default Python version in travis
  Move to setup.cfg
  Add testing for Django 3.0
  Remove Unnecessary str() call
  Remove xenial from .travis.yml
  Add testing for Python 3.8
  Use blacken-docs to follow code convention in docs
  Fixed ForeignKey.on_delete
  docs: update Getting Started text phrasing
  Remove support for end-of-life Django 2.0
  Travis container based environment is deprecated
  ...
Allow for passing in extra kwargs on Tag creation
Fixed prefetch_related when using UUIDTaggedItem
There is a small typo in taggit/models.py.

Should read `opportunistic` rather than `oportunistic`.
Allows for using the name in a sentence. For uses that are a header,
title, or at the beginning of a sentence, a text transform can be used.
Change case of verbose_name attributes to lowercase
rtpg and others added 29 commits September 20, 2023 16:01
Prepare Django Taggit Release 5.0.0
Add a readthedocs configuration file
based on ways we diverged from the og repo
might need to roll this back
to fix tag_kwargs issue
@matthewdylan matthewdylan merged commit bab364f into master Jun 4, 2024
0 of 8 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.