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

Merge master from og repo into our own version #4

Open
wants to merge 421 commits into
base: master
Choose a base branch
from

Conversation

matthewdylan
Copy link

May not work

hramezani and others added 30 commits December 6, 2021 22:28
Change Python 3.10 in Github action test ci matrix.
Remove unused code for Django < 2.0
* add django 4.0 to tox envs

* make `get_extra_restriction` work across django versions

 - add a shim around `get_extra_restriction` so that it works in
   versions of Django >=4 and <4
 - fixes #776

* update changelog & pypi classifiers

* fix typo in version check
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
* Fixed #784 -- Added migrations autodetected by Django 4.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed import sorting

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Prepare Django Taggit 2.1.0 Release
The old behaviour of assertQuerysetEqual automatically calling repr is deprecated in Django 3.2 https://docs.djangoproject.com/en/4.0/releases/3.2/#id3 and dropped in Django 4.1.
As of django/django@a697424 there are two new cached properties path_infos and reverse_path_infos which Django will use in preference to the get_path_info() and get_reverse_path_info() methods when not passing a filtered_relation argument. TaggableManager is patching these methods, and therefore it now needs to provide these cached properties to match Django's expectations.
These are introduced in django/django@a697424 to be used in preference to get_path_info / reverse_path_info when not passing filtered_relation.
Set transform=repr on assertQuerysetEqual (Dj4.1 compatibility)
Handle path_infos / reverse_path_infos cached properties (Dj4.1 compatibility)
updates:
- [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0)
…azy`

`django.utils.translation.ugettext_lazy` was deprecated in Django 3.0 and removed in Django 4.0 in favor of `django.utils.translation.gettext_lazy`.
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0)
 This change is motivated by the many many people using non-latin
languages who experience the (rather baffling) behavior of outright
stripping characters when generating slugs from stuff that doesn't
fit into ASCII.

 We went through loads of pain as a programming community to get to
nicely supporting unicode everywhere, it's time to take advantage of
that fact and just let people have stuff appear in their native
language as much as possible.
Preserve unicode when slugifying by default
Prepare the release of Version 3.0.0
guel-codes and others added 30 commits July 30, 2024 21:39
updates:
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0)
- [github.com/adamchainz/django-upgrade: 1.19.0 → 1.21.0](adamchainz/django-upgrade@1.19.0...1.21.0)
Exclude docs, tests, and the sample project from the package
[#826] - get() returned more than one Tag -- it returned 2!
Fix missing template file in packaging
Add an admin action to remove orphaned tags
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.