-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Commits on Dec 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df4a4d2 - Browse repository at this point
Copy the full SHA df4a4d2View commit details
Commits on Dec 7, 2021
-
Merge pull request #775 from hramezani/fix_python310
Change Python 3.10 in Github action test ci matrix.
Configuration menu - View commit details
-
Copy full SHA for 4216d0f - Browse repository at this point
Copy the full SHA 4216d0fView commit details
Commits on Dec 9, 2021
-
Merge pull request #774 from hramezani/remove_unused_code
Remove unused code for Django < 2.0
Configuration menu - View commit details
-
Copy full SHA for 4042b85 - Browse repository at this point
Copy the full SHA 4042b85View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfaaa2 - Browse repository at this point
Copy the full SHA cbfaaa2View commit details
Commits on Dec 16, 2021
-
Fix Django 4 compatibility issues (#778)
* 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
Configuration menu - View commit details
-
Copy full SHA for d083396 - Browse repository at this point
Copy the full SHA d083396View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2eff7ed - Browse repository at this point
Copy the full SHA 2eff7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ffa01c - Browse repository at this point
Copy the full SHA 6ffa01cView commit details
Commits on Dec 28, 2021
-
[pre-commit.ci] pre-commit autoupdate
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)
Configuration menu - View commit details
-
Copy full SHA for 34b11b2 - Browse repository at this point
Copy the full SHA 34b11b2View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5556944 - Browse repository at this point
Copy the full SHA 5556944View commit details
Commits on Jan 7, 2022
-
Fixed #784 -- Added migrations autodetected by Django 4.0 (#785)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 9d9ca4b - Browse repository at this point
Copy the full SHA 9d9ca4bView commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da00c5d - Browse repository at this point
Copy the full SHA da00c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148076e - Browse repository at this point
Copy the full SHA 148076eView commit details -
Merge pull request #787 from jazzband/test-documentation
Prepare Django Taggit 2.1.0 Release
Configuration menu - View commit details
-
Copy full SHA for 5f3d0df - Browse repository at this point
Copy the full SHA 5f3d0dfView commit details
Commits on Feb 22, 2022
-
Set transform=repr on assertQuerysetEqual
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.
Configuration menu - View commit details
-
Copy full SHA for 3f439f1 - Browse repository at this point
Copy the full SHA 3f439f1View commit details -
Provide path_infos and reverse_path_infos properties on TaggableManager
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.
Configuration menu - View commit details
-
Copy full SHA for a6aa703 - Browse repository at this point
Copy the full SHA a6aa703View commit details -
Make use of cached properties path_infos and reverse_path_infos
These are introduced in django/django@a697424 to be used in preference to get_path_info / reverse_path_info when not passing filtered_relation.
Configuration menu - View commit details
-
Copy full SHA for c1954ac - Browse repository at this point
Copy the full SHA c1954acView commit details
Commits on Feb 23, 2022
-
Merge pull request #791 from gasman/fix/assertquerysetequal
Set transform=repr on assertQuerysetEqual (Dj4.1 compatibility)
Configuration menu - View commit details
-
Copy full SHA for f860b5c - Browse repository at this point
Copy the full SHA f860b5cView commit details -
Merge pull request #792 from gasman/fix/cached-pathinfo
Handle path_infos / reverse_path_infos cached properties (Dj4.1 compatibility)
Configuration menu - View commit details
-
Copy full SHA for 354c035 - Browse repository at this point
Copy the full SHA 354c035View commit details
Commits on Apr 7, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0)
Configuration menu - View commit details
-
Copy full SHA for 84c34f7 - Browse repository at this point
Copy the full SHA 84c34f7View commit details -
Docs: replace deprecated/removed `django.utils.translation.ugettext_l…
…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`.
Configuration menu - View commit details
-
Copy full SHA for a76ecca - Browse repository at this point
Copy the full SHA a76eccaView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9dbba05 - Browse repository at this point
Copy the full SHA 9dbba05View commit details
Commits on Apr 11, 2022
-
[pre-commit.ci] pre-commit autoupdate
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)
Configuration menu - View commit details
-
Copy full SHA for c06565f - Browse repository at this point
Copy the full SHA c06565fView commit details
Commits on Apr 12, 2022
-
Merge pull request #795 from hramezani/drop_django22
Drop Django 2.2 support.
Configuration menu - View commit details
-
Copy full SHA for 83fe619 - Browse repository at this point
Copy the full SHA 83fe619View commit details
Commits on Apr 21, 2022
-
Merge pull request #796 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 5dfc48d - Browse repository at this point
Copy the full SHA 5dfc48dView commit details
Commits on Apr 25, 2022
-
Preserve unicode when slugifying by default
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.
Configuration menu - View commit details
-
Copy full SHA for ddb5ce6 - Browse repository at this point
Copy the full SHA ddb5ce6View commit details -
Merge pull request #797 from jazzband/unicode-slugify
Preserve unicode when slugifying by default
Configuration menu - View commit details
-
Copy full SHA for 191d727 - Browse repository at this point
Copy the full SHA 191d727View commit details
Commits on May 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 43b10e8 - Browse repository at this point
Copy the full SHA 43b10e8View commit details -
Merge pull request #801 from jazzband/prepare-3-0-0
Prepare the release of Version 3.0.0
Configuration menu - View commit details
-
Copy full SHA for 558d6b8 - Browse repository at this point
Copy the full SHA 558d6b8View commit details
Commits on May 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a5163a - Browse repository at this point
Copy the full SHA 3a5163aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb02e8 - Browse repository at this point
Copy the full SHA 3fb02e8View commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e10b6a0 - Browse repository at this point
Copy the full SHA e10b6a0View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0327d57 - Browse repository at this point
Copy the full SHA 0327d57View commit details -
Merge pull request #802 from hartungstenio/clear-cache
Clear prefetch cache on tag updates
Configuration menu - View commit details
-
Copy full SHA for 79e342c - Browse repository at this point
Copy the full SHA 79e342cView commit details
Commits on Jul 4, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
Configuration menu - View commit details
-
Copy full SHA for 350e140 - Browse repository at this point
Copy the full SHA 350e140View commit details
Commits on Jul 6, 2022
-
Merge pull request #808 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 2727ef3 - Browse repository at this point
Copy the full SHA 2727ef3View commit details
Commits on Jul 22, 2022
-
There are small typos in: - docs/faq.rst - taggit/managers.py - tests/tests.py Fixes: - Should read `stored` rather than `storred`. - Should read `intermediary` rather than `intermeidary`. - Should read `function` rather than `funtion`. Signed-off-by: Tim Gates <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b45b9c2 - Browse repository at this point
Copy the full SHA b45b9c2View commit details
Commits on Jul 26, 2022
-
Merge pull request #812 from timgates42/bugfix_typos
docs: Fix a few typos
Configuration menu - View commit details
-
Copy full SHA for eb66e66 - Browse repository at this point
Copy the full SHA eb66e66View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 54b74f8 - Browse repository at this point
Copy the full SHA 54b74f8View commit details -
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
Configuration menu - View commit details
-
Copy full SHA for f3ce4d8 - Browse repository at this point
Copy the full SHA f3ce4d8View commit details
Commits on Aug 9, 2022
-
Merge pull request #813 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 4765cd3 - Browse repository at this point
Copy the full SHA 4765cd3View commit details -
Merge pull request #814 from sasha0/feature/docs-unicode
Do not display outdated unicode strings in the documentation.
Configuration menu - View commit details
-
Copy full SHA for 72c2111 - Browse repository at this point
Copy the full SHA 72c2111View commit details -
Configuration menu - View commit details
-
Copy full SHA for c707e14 - Browse repository at this point
Copy the full SHA c707e14View commit details
Commits on Sep 8, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0)
Configuration menu - View commit details
-
Copy full SHA for 87ad7ef - Browse repository at this point
Copy the full SHA 87ad7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a87656f - Browse repository at this point
Copy the full SHA a87656fView commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 85884df - Browse repository at this point
Copy the full SHA 85884dfView commit details
Commits on Oct 10, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
Configuration menu - View commit details
-
Copy full SHA for 0287694 - Browse repository at this point
Copy the full SHA 0287694View commit details
Commits on Oct 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58de321 - Browse repository at this point
Copy the full SHA 58de321View commit details -
Merge pull request #823 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for ebf441e - Browse repository at this point
Copy the full SHA ebf441eView commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8564bf4 - Browse repository at this point
Copy the full SHA 8564bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463954b - Browse repository at this point
Copy the full SHA 463954bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05f648 - Browse repository at this point
Copy the full SHA b05f648View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8255781 - Browse repository at this point
Copy the full SHA 8255781View commit details -
Merge pull request #829 from joshuadavidthomas/py311
Add Python 3.11 to CI, tox, and trove classifiers
Configuration menu - View commit details
-
Copy full SHA for b24dfc4 - Browse repository at this point
Copy the full SHA b24dfc4View commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bdf7236 - Browse repository at this point
Copy the full SHA bdf7236View commit details
Commits on Nov 14, 2022
-
Make TagListSerializerField subclass ListField
This is a tricky change, I tried to confirm that behavior changes aren't occuring with this, but really we might end up finding issues when the rubber hits the road.
Configuration menu - View commit details
-
Copy full SHA for ef421fe - Browse repository at this point
Copy the full SHA ef421feView commit details -
Add details about Python/Django support
This should make it clearer if an upgrade is needed or not.
Configuration menu - View commit details
-
Copy full SHA for 54cb1cc - Browse repository at this point
Copy the full SHA 54cb1ccView commit details -
Merge pull request #833 from jazzband/to-list-field
Make TagListSerializerField subclass ListField
Configuration menu - View commit details
-
Copy full SHA for 0ed92a5 - Browse repository at this point
Copy the full SHA 0ed92a5View commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d416c3a - Browse repository at this point
Copy the full SHA d416c3aView commit details -
Merge pull request #834 from jazzband/prepare-3-1-0
Prepare 3.1.0 release
Configuration menu - View commit details
-
Copy full SHA for 12f1744 - Browse repository at this point
Copy the full SHA 12f1744View commit details -
Merge pull request #816 from hramezani/pre-commit
Add pyupgrade and django-upgrade pre-commmit hook
Configuration menu - View commit details
-
Copy full SHA for f8ff51b - Browse repository at this point
Copy the full SHA f8ff51bView commit details
Commits on Nov 21, 2022
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v3.2.2](asottile/pyupgrade@v2.37.3...v3.2.2) - [github.com/adamchainz/django-upgrade: 1.7.0 → 1.12.0](adamchainz/django-upgrade@1.7.0...1.12.0)
Configuration menu - View commit details
-
Copy full SHA for 64bda95 - Browse repository at this point
Copy the full SHA 64bda95View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 9b48bd9 - Browse repository at this point
Copy the full SHA 9b48bd9View commit details -
Merge pull request #836 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 8dc5ab0 - Browse repository at this point
Copy the full SHA 8dc5ab0View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 786f0b6 - Browse repository at this point
Copy the full SHA 786f0b6View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1fd40e9 - Browse repository at this point
Copy the full SHA 1fd40e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9052b23 - Browse repository at this point
Copy the full SHA 9052b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1be72 - Browse repository at this point
Copy the full SHA 3b1be72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50494e6 - Browse repository at this point
Copy the full SHA 50494e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa68cdc - Browse repository at this point
Copy the full SHA fa68cdcView commit details -
Implement get_joining_fields() and get_reverse_joining_fields()
to support Django 5.0 (unreleased). The _columns() versions are still retained for compatibility across Django versions. Ref: django/django@8b1ff0d
Configuration menu - View commit details
-
Copy full SHA for 9e863a8 - Browse repository at this point
Copy the full SHA 9e863a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2517448 - Browse repository at this point
Copy the full SHA 2517448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd824d - Browse repository at this point
Copy the full SHA 3bd824dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b60cffa - Browse repository at this point
Copy the full SHA b60cffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d6736 - Browse repository at this point
Copy the full SHA e5d6736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d56122 - Browse repository at this point
Copy the full SHA 5d56122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c9a97 - Browse repository at this point
Copy the full SHA 63c9a97View commit details
Commits on Jun 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 649c7fb - Browse repository at this point
Copy the full SHA 649c7fbView commit details
Commits on Jul 17, 2023
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.10.0 → 23.7.0](psf/black@22.10.0...23.7.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/asottile/pyupgrade: v3.2.2 → v3.9.0](asottile/pyupgrade@v3.2.2...v3.9.0) - [github.com/adamchainz/django-upgrade: 1.12.0 → 1.14.0](adamchainz/django-upgrade@1.12.0...1.14.0)
Configuration menu - View commit details
-
Copy full SHA for 8fa2a2f - Browse repository at this point
Copy the full SHA 8fa2a2fView commit details
Commits on Jul 24, 2023
-
Merge pull request #860 from dennisv/issue-859
Fix `tag_kwargs` and case insensitive discrepancy
Configuration menu - View commit details
-
Copy full SHA for 81ddd40 - Browse repository at this point
Copy the full SHA 81ddd40View commit details -
Merge pull request #838 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for c36bed6 - Browse repository at this point
Copy the full SHA c36bed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16db42e - Browse repository at this point
Copy the full SHA 16db42eView commit details -
Merge pull request #863 from jazzband/django-upgrade
Add migration files for tests
Configuration menu - View commit details
-
Copy full SHA for 32939cd - Browse repository at this point
Copy the full SHA 32939cdView commit details
Commits on Sep 20, 2023
-
Change unique_together declaration to a unique constraint
This is a database no-op
Configuration menu - View commit details
-
Copy full SHA for 2e9a592 - Browse repository at this point
Copy the full SHA 2e9a592View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbda50f - Browse repository at this point
Copy the full SHA bbda50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40543ac - Browse repository at this point
Copy the full SHA 40543acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e73f7 - Browse repository at this point
Copy the full SHA 21e73f7View commit details -
use div rendering for test forms
This shouldn't affect anything outside of tests
Configuration menu - View commit details
-
Copy full SHA for 7ff7c86 - Browse repository at this point
Copy the full SHA 7ff7c86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822f1c8 - Browse repository at this point
Copy the full SHA 822f1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ad0a3 - Browse repository at this point
Copy the full SHA 41ad0a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f65f97 - Browse repository at this point
Copy the full SHA 2f65f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 467792f - Browse repository at this point
Copy the full SHA 467792fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b347c01 - Browse repository at this point
Copy the full SHA b347c01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6add0a1 - Browse repository at this point
Copy the full SHA 6add0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for da33f5a - Browse repository at this point
Copy the full SHA da33f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e75ec4 - Browse repository at this point
Copy the full SHA 6e75ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60064a7 - Browse repository at this point
Copy the full SHA 60064a7View commit details
Commits on Oct 24, 2023
-
Merge pull request #869 from jazzband/django-upgrade
Django 4.2 preparation
Configuration menu - View commit details
-
Copy full SHA for 7feee51 - Browse repository at this point
Copy the full SHA 7feee51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e10c762 - Browse repository at this point
Copy the full SHA e10c762View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7e698 - Browse repository at this point
Copy the full SHA fa7e698View commit details -
Merge pull request #873 from jazzband/prepare-5-0-0
Prepare Django Taggit Release 5.0.0
Configuration menu - View commit details
-
Copy full SHA for ee1e98c - Browse repository at this point
Copy the full SHA ee1e98cView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccd0823 - Browse repository at this point
Copy the full SHA ccd0823View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ded0d - Browse repository at this point
Copy the full SHA b5ded0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b241a3 - Browse repository at this point
Copy the full SHA 1b241a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5425d20 - Browse repository at this point
Copy the full SHA 5425d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6271f4 - Browse repository at this point
Copy the full SHA a6271f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed7b5b4 - Browse repository at this point
Copy the full SHA ed7b5b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f18f166 - Browse repository at this point
Copy the full SHA f18f166View commit details -
Configuration menu - View commit details
-
Copy full SHA for d04dcc3 - Browse repository at this point
Copy the full SHA d04dcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2cffd8 - Browse repository at this point
Copy the full SHA e2cffd8View commit details -
Merge pull request #879 from jazzband/fix-readthedocs
Add a readthedocs configuration file
Configuration menu - View commit details
-
Copy full SHA for 9aaac8f - Browse repository at this point
Copy the full SHA 9aaac8fView commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9157a89 - Browse repository at this point
Copy the full SHA 9157a89View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dded2c - Browse repository at this point
Copy the full SHA 5dded2cView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for febc4cf - Browse repository at this point
Copy the full SHA febc4cfView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 75e8f10 - Browse repository at this point
Copy the full SHA 75e8f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0a028c - Browse repository at this point
Copy the full SHA c0a028cView commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 675e805 - Browse repository at this point
Copy the full SHA 675e805View commit details
Commits on May 13, 2024
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.7.0 → 24.4.2](psf/black@23.7.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.2](asottile/pyupgrade@v3.9.0...v3.15.2) - [github.com/adamchainz/django-upgrade: 1.14.0 → 1.17.0](adamchainz/django-upgrade@1.14.0...1.17.0)
Configuration menu - View commit details
-
Copy full SHA for 70539fa - Browse repository at this point
Copy the full SHA 70539faView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for bdfa254 - Browse repository at this point
Copy the full SHA bdfa254View commit details
Commits on May 29, 2024
-
Merge pull request #866 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 203ee30 - Browse repository at this point
Copy the full SHA 203ee30View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5ba4b5 - Browse repository at this point
Copy the full SHA f5ba4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96a216 - Browse repository at this point
Copy the full SHA d96a216View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c8858 - Browse repository at this point
Copy the full SHA e0c8858View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0595a42 - Browse repository at this point
Copy the full SHA 0595a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5820930 - Browse repository at this point
Copy the full SHA 5820930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 122112b - Browse repository at this point
Copy the full SHA 122112bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9697a97 - Browse repository at this point
Copy the full SHA 9697a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 897ed6a - Browse repository at this point
Copy the full SHA 897ed6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7d00c - Browse repository at this point
Copy the full SHA cb7d00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8378b - Browse repository at this point
Copy the full SHA 0a8378bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b297551 - Browse repository at this point
Copy the full SHA b297551View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 311c1e4 - Browse repository at this point
Copy the full SHA 311c1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82922eb - Browse repository at this point
Copy the full SHA 82922ebView commit details -
a more elegant solution of imposing through table ordering only if fi…
…ltering on a model instance
Configuration menu - View commit details
-
Copy full SHA for 8bfa7ed - Browse repository at this point
Copy the full SHA 8bfa7edView commit details -
Configuration menu - View commit details
-
Copy full SHA for acff592 - Browse repository at this point
Copy the full SHA acff592View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23715b - Browse repository at this point
Copy the full SHA b23715bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e203e07 - Browse repository at this point
Copy the full SHA e203e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba5934 - Browse repository at this point
Copy the full SHA 5ba5934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855def6 - Browse repository at this point
Copy the full SHA 855def6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15d83bc - Browse repository at this point
Copy the full SHA 15d83bcView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e70249 - Browse repository at this point
Copy the full SHA 1e70249View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4baf49 - Browse repository at this point
Copy the full SHA e4baf49View commit details
Commits on Jun 19, 2024
-
Merge pull request #892 from jazzband/tag-ordering
Default tag ordering to the primary key
Configuration menu - View commit details
-
Copy full SHA for 5cdfef7 - Browse repository at this point
Copy the full SHA 5cdfef7View commit details -
Updating test suite with py312
utilized the django python compatibility chart located here: https://docs.djangoproject.com/en/5.0/faq/install/
Configuration menu - View commit details
-
Copy full SHA for 10811e8 - Browse repository at this point
Copy the full SHA 10811e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b565d42 - Browse repository at this point
Copy the full SHA b565d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dae874 - Browse repository at this point
Copy the full SHA 9dae874View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 67bdd55 - Browse repository at this point
Copy the full SHA 67bdd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f785ad - Browse repository at this point
Copy the full SHA 8f785adView commit details -
Merge branch '895-update-python-support' of github.com:guel-codes/dja…
…ngo-taggit into 895-update-python-support
Configuration menu - View commit details
-
Copy full SHA for 7fddf76 - Browse repository at this point
Copy the full SHA 7fddf76View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c41824 - Browse repository at this point
Copy the full SHA 5c41824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c16c2c - Browse repository at this point
Copy the full SHA 8c16c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 327e4d1 - Browse repository at this point
Copy the full SHA 327e4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa078a - Browse repository at this point
Copy the full SHA 5aa078aView commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f7493ac - Browse repository at this point
Copy the full SHA f7493acView commit details -
Merge pull request #898 from Trafire/894-django5_support
894 - Add django 5.0 Support
Configuration menu - View commit details
-
Copy full SHA for b9a9c97 - Browse repository at this point
Copy the full SHA b9a9c97View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b5339a - Browse repository at this point
Copy the full SHA 6b5339aView commit details -
Merge pull request #896 from guel-codes/895-update-python-support
Updating Test suite with py312
Configuration menu - View commit details
-
Copy full SHA for ba03108 - Browse repository at this point
Copy the full SHA ba03108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3961dc6 - Browse repository at this point
Copy the full SHA 3961dc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df934d1 - Browse repository at this point
Copy the full SHA df934d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08eb191 - Browse repository at this point
Copy the full SHA 08eb191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecc9c7 - Browse repository at this point
Copy the full SHA 2ecc9c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c87d1 - Browse repository at this point
Copy the full SHA 32c87d1View commit details
Commits on Jun 26, 2024
-
Merge pull request #901 from jazzband/sample-project
Add A Sample Project
Configuration menu - View commit details
-
Copy full SHA for 9fe72a9 - Browse repository at this point
Copy the full SHA 9fe72a9View commit details
Commits on Jul 1, 2024
-
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/adamchainz/django-upgrade: 1.17.0 → 1.19.0](adamchainz/django-upgrade@1.17.0...1.19.0)
Configuration menu - View commit details
-
Copy full SHA for af77d0d - Browse repository at this point
Copy the full SHA af77d0dView commit details
Commits on Jul 4, 2024
-
Merge pull request #893 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 1c1e81e - Browse repository at this point
Copy the full SHA 1c1e81eView commit details
Commits on Jul 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24e2d68 - Browse repository at this point
Copy the full SHA 24e2d68View commit details
Commits on Jul 14, 2024
-
Tag merging functionality is done
- Selected tag ids are appended to url query parameter - tag ids are store in the session temporaily - tags are merged into new tag name - session is cleared of the tag IDs
Configuration menu - View commit details
-
Copy full SHA for 0df866d - Browse repository at this point
Copy the full SHA 0df866dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a3741 - Browse repository at this point
Copy the full SHA f7a3741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e99ad - Browse repository at this point
Copy the full SHA 49e99adView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8f98db8 - Browse repository at this point
Copy the full SHA 8f98db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1641737 - Browse repository at this point
Copy the full SHA 1641737View commit details -
Merge branch '899-merge-tags' of github.com:jazzband/django-taggit in…
…to 899-merge-tags
Configuration menu - View commit details
-
Copy full SHA for 6aef624 - Browse repository at this point
Copy the full SHA 6aef624View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for f68d667 - Browse repository at this point
Copy the full SHA f68d667View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cc22e - Browse repository at this point
Copy the full SHA f1cc22eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4f816 - Browse repository at this point
Copy the full SHA 8a4f816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743e9ae - Browse repository at this point
Copy the full SHA 743e9aeView commit details
Commits on Jul 15, 2024
-
updating our merge_tags_view method
- We do not need to get the tag ids from the query params - Instead we just grab from session data
Configuration menu - View commit details
-
Copy full SHA for 1988558 - Browse repository at this point
Copy the full SHA 1988558View commit details -
Merge branch '899-merge-tags' of github.com:jazzband/django-taggit in…
…to 899-merge-tags
Configuration menu - View commit details
-
Copy full SHA for b992366 - Browse repository at this point
Copy the full SHA b992366View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54d8c9 - Browse repository at this point
Copy the full SHA f54d8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9639498 - Browse repository at this point
Copy the full SHA 9639498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da39dc - Browse repository at this point
Copy the full SHA 1da39dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0de8a38 - Browse repository at this point
Copy the full SHA 0de8a38View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbf9bd2 - Browse repository at this point
Copy the full SHA cbf9bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46db2d6 - Browse repository at this point
Copy the full SHA 46db2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 558ec17 - Browse repository at this point
Copy the full SHA 558ec17View commit details
Commits on Jul 18, 2024
-
- 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
Configuration menu - View commit details
-
Copy full SHA for d0fe810 - Browse repository at this point
Copy the full SHA d0fe810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 954cb5d - Browse repository at this point
Copy the full SHA 954cb5dView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4437d48 - Browse repository at this point
Copy the full SHA 4437d48View commit details
Commits on Jul 22, 2024
-
708 - natural_key return type changed to string instead of generator …
…to allow deserialization with natural-foreign key
Configuration menu - View commit details
-
Copy full SHA for 5ead624 - Browse repository at this point
Copy the full SHA 5ead624View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2147e8 - Browse repository at this point
Copy the full SHA c2147e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ed6e5 - Browse repository at this point
Copy the full SHA 15ed6e5View commit details -
Merge pull request #905 from Trafire/708-natural-keys-support
708 - Add Natural Key Support to Tag model
Configuration menu - View commit details
-
Copy full SHA for b2906a9 - Browse repository at this point
Copy the full SHA b2906a9View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c6c7bb2 - Browse repository at this point
Copy the full SHA c6c7bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba48993 - Browse repository at this point
Copy the full SHA ba48993View commit details -
Configuration menu - View commit details
-
Copy full SHA for c02ffe5 - Browse repository at this point
Copy the full SHA c02ffe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e764c3b - Browse repository at this point
Copy the full SHA e764c3bView commit details
Commits on Jul 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f1496f - Browse repository at this point
Copy the full SHA 6f1496fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311f9f4 - Browse repository at this point
Copy the full SHA 311f9f4View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 5423fd1 - Browse repository at this point
Copy the full SHA 5423fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1600c3 - Browse repository at this point
Copy the full SHA a1600c3View commit details -
Merge remote-tracking branch 'origin/django-taggit-911' into django-t…
…aggit-911 # Conflicts: # sample_taggit/library_management/templates/library_management/magazine_list.html # sample_taggit/library_management/templates/library_management/physical_copy_form.html
Configuration menu - View commit details
-
Copy full SHA for a8bd958 - Browse repository at this point
Copy the full SHA a8bd958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d62e80 - Browse repository at this point
Copy the full SHA 6d62e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2dcecf - Browse repository at this point
Copy the full SHA f2dcecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8ca91 - Browse repository at this point
Copy the full SHA 3c8ca91View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 5ec2151 - Browse repository at this point
Copy the full SHA 5ec2151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38758ac - Browse repository at this point
Copy the full SHA 38758acView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 97a76bf - Browse repository at this point
Copy the full SHA 97a76bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c874f36 - Browse repository at this point
Copy the full SHA c874f36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77af843 - Browse repository at this point
Copy the full SHA 77af843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24f6d6a - Browse repository at this point
Copy the full SHA 24f6d6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b06b3a3 - Browse repository at this point
Copy the full SHA b06b3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2ccf1 - Browse repository at this point
Copy the full SHA 5c2ccf1View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for a17cbca - Browse repository at this point
Copy the full SHA a17cbcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1903be - Browse repository at this point
Copy the full SHA d1903beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71f1cd3 - Browse repository at this point
Copy the full SHA 71f1cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163a6d9 - Browse repository at this point
Copy the full SHA 163a6d9View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 2b43c90 - Browse repository at this point
Copy the full SHA 2b43c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6616fb3 - Browse repository at this point
Copy the full SHA 6616fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4256ce3 - Browse repository at this point
Copy the full SHA 4256ce3View commit details
Commits on Jul 29, 2024
-
Merge pull request #910 from jazzband/prepare-release
Prepare version 6.0.0
Configuration menu - View commit details
-
Copy full SHA for ffa9d60 - Browse repository at this point
Copy the full SHA ffa9d60View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd860f5 - Browse repository at this point
Copy the full SHA bd860f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874d2d5 - Browse repository at this point
Copy the full SHA 874d2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c668894 - Browse repository at this point
Copy the full SHA c668894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b15951 - Browse repository at this point
Copy the full SHA 3b15951View commit details -
Merge pull request #908 from guel-codes/682-orphaned-tags
[#682] - Remove Orphaned Tags
Configuration menu - View commit details
-
Copy full SHA for d8889a6 - Browse repository at this point
Copy the full SHA d8889a6View commit details
Commits on Aug 1, 2024
-
handle MultipleObjectsReturned for duplicates after TAGGIT_CASE_INSEN…
…SITIVE settings is set to True
Configuration menu - View commit details
-
Copy full SHA for a78782e - Browse repository at this point
Copy the full SHA a78782eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ebafb - Browse repository at this point
Copy the full SHA e0ebafbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d49bee - Browse repository at this point
Copy the full SHA 7d49beeView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac87232 - Browse repository at this point
Copy the full SHA ac87232View commit details -
Merge pull request #912 from Trafire/django-taggit-911
Sample App Enhancements
Configuration menu - View commit details
-
Copy full SHA for 764664f - Browse repository at this point
Copy the full SHA 764664fView commit details
Commits on Sep 9, 2024
-
[pre-commit.ci] pre-commit autoupdate
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)
Configuration menu - View commit details
-
Copy full SHA for 3a4944d - Browse repository at this point
Copy the full SHA 3a4944dView commit details
Commits on Sep 28, 2024
-
Merge pull request #916 from jazzband/manifest-changes
Exclude docs, tests, and the sample project from the package
Configuration menu - View commit details
-
Copy full SHA for 3d42581 - Browse repository at this point
Copy the full SHA 3d42581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 150c025 - Browse repository at this point
Copy the full SHA 150c025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e10963 - Browse repository at this point
Copy the full SHA 0e10963View commit details -
Configuration menu - View commit details
-
Copy full SHA for e851a84 - Browse repository at this point
Copy the full SHA e851a84View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4effb2 - Browse repository at this point
Copy the full SHA f4effb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e3c865 - Browse repository at this point
Copy the full SHA 0e3c865View commit details -
Merge pull request #914 from fazeelghafoor/feat/resolve-duplicate-tags
[#826] - get() returned more than one Tag -- it returned 2!
Configuration menu - View commit details
-
Copy full SHA for 0cd1f24 - Browse repository at this point
Copy the full SHA 0cd1f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0436236 - Browse repository at this point
Copy the full SHA 0436236View commit details -
Merge pull request #921 from jazzband/prepare-6-1-0
Prepare django-taggit 6.1.0
Configuration menu - View commit details
-
Copy full SHA for 4f3ec30 - Browse repository at this point
Copy the full SHA 4f3ec30View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1535f06 - Browse repository at this point
Copy the full SHA 1535f06View commit details -
Merge pull request #922 from jazzband/6-1-0
Fix missing template file in packaging
Configuration menu - View commit details
-
Copy full SHA for 4e5f7de - Browse repository at this point
Copy the full SHA 4e5f7deView commit details -
Merge pull request #906 from jazzband/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
Configuration menu - View commit details
-
Copy full SHA for 9e84f93 - Browse repository at this point
Copy the full SHA 9e84f93View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 667fa4b - Browse repository at this point
Copy the full SHA 667fa4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f19f804 - Browse repository at this point
Copy the full SHA f19f804View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 5004696 - Browse repository at this point
Copy the full SHA 5004696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2181a42 - Browse repository at this point
Copy the full SHA 2181a42View commit details
Commits on Oct 10, 2024
-
Merge pull request #917 from guel-codes/admin-orphaned-tags
Add an admin action to remove orphaned tags
Configuration menu - View commit details
-
Copy full SHA for f4f82af - Browse repository at this point
Copy the full SHA f4f82afView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25e5337 - Browse repository at this point
Copy the full SHA 25e5337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 848cf57 - Browse repository at this point
Copy the full SHA 848cf57View commit details -
Merge pull request #925 from guel-codes/900-python38-cleanup
Remove Python 3.8 from support
Configuration menu - View commit details
-
Copy full SHA for e41b5fc - Browse repository at this point
Copy the full SHA e41b5fcView commit details