issues Search Results · repo:jazzband/django-taggit language:Python
Filter by
445 results
(55 ms)445 results
injazzband/django-taggit (press backspace or delete to remove)Thank you for a great tool! I have:
App 1
Model A
Model B
App 2
Model C
All models have tags.
After doing local:
python manage.py dumpdata app1 app1/fixtures/app1.json
python manage.py dumpdata ...
kkvero
- Opened 7 days ago
- #931
I am using widget on my forms and anytime I edit the form, I get this in my tag s field [ Tag: afajf , Tag: fjkf , Tag:
trial ] Here is my form:
class AbstractForm(forms.ModelForm):
class Meta:
...
Franklinson
- 1
- Opened 15 days ago
- #930
Updating wagtail web app running on 5.2.7 to 6.3.1 forced django-taggit update from version 4.0.0 to 6.1.0.
This update results a migration error:
Running migrations:
Applying taggit.0006_rename_taggeditem_content_type_object_id_taggit_tagg_content_8fc721_idx...Traceback ...
kesara
- 2
- Opened on Dec 16, 2024
- #929
I don t know if it should though, or if it is designed that way?
PalakMunet
- Opened on Nov 9, 2024
- #928
Tried with Django 4.2, 5.0 and 5.1.2. Python 3.11.
Steps to reproduce:
1. pip install django-taggit
2. add taggit to the installed apps
3. pyhton manage.py migrate
`Applying taggit.0001_initial... ...
mfoacs
- 2
- Opened on Oct 27, 2024
- #926
When following the documentation about merging tags in the admin, It throws a TemplateDoesNotExist error when you try to
execute the admin action Merge selected Tags .
The folder templates is missing ...
rafammpp
- 1
- Opened on Aug 29, 2024
- #920
When using TaggitSerializer with TagListSerializerField tags value is not parsed.
I was expecting the same behavior of TagField in forms:
def clean(self, value):
value = super().clean(value)
...
bluesurfer
- 1
- Opened on Aug 28, 2024
- #919
I suppose that django-taggit and django-simple-history can work together, but can t figure it out, and can t find a full
working example :(
I would like to enable history on the m2m relationship that ...
bug
leplatrem
- Opened on Aug 20, 2024
- #918
The sample app is currently included in releases, which increases the release size and also taking the sample_taggit
namespace for itself.
I think here this is just a manifest fix that should be straightforward. ...
rtpg
- 1
- Opened on Aug 2, 2024
- #915
Enhance the Sample App
Current State
The current sample app consists of a single Post model that uses the standard Tag and TaggedItem models.
Desired Improvements
Expand Sample App:
- Incorporate ...
enhancement
Trafire
- Opened on Jul 27, 2024
- #911

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.