Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / glemmaPaul/django-taggit-serializer issues and pull requests

#60 - build(deps): Bump wheel from 0.24.0 to 0.38.1

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#59 - in serializers.py needed to change ugettext_lazy to gettext_lazy

Issue - State: open - Opened by AvinashPrajapati about 2 years ago - 1 comment

#58 - New maintained fork

Issue - State: open - Opened by adriangzz over 2 years ago

#57 - Update Serializer to allow Django 4.0 support

Pull Request - State: closed - Opened by hiporox over 2 years ago - 1 comment

#56 - Allow optional field ordering

Pull Request - State: open - Opened by remyj38 over 2 years ago

#55 - Fix incompability with django-taggit 2.0.0

Pull Request - State: closed - Opened by adriangzz over 2 years ago - 2 comments

#54 - This no longer works on Django 4.0

Issue - State: open - Opened by adriangzz over 2 years ago - 4 comments

#53 - Not work with django-taggit==2.0.0

Issue - State: open - Opened by tamhv over 2 years ago - 2 comments

#51 - How to make tags API

Issue - State: open - Opened by Tikam02 over 3 years ago

#50 - Add max_length validation for child CharField

Pull Request - State: open - Opened by sebashwa over 3 years ago

#48 - Use gettext_lazy instead of ugettext_lazy

Pull Request - State: open - Opened by sebashwa about 4 years ago - 5 comments

#47 - tags display a string in swagger but in fact a list

Issue - State: open - Opened by ollie-zhang over 4 years ago - 6 comments

#46 - some bugs about

Issue - State: open - Opened by linpan almost 6 years ago - 2 comments

#45 - Add support for DRF >= 3.7.7., Django >= 1.11, taggit >=0.22, python 3.6

Pull Request - State: closed - Opened by andrlik about 6 years ago - 4 comments

#44 - Moving repository to jazzband

Issue - State: open - Opened by Fohlen about 6 years ago - 2 comments

#43 - Adding latest DRF 3.7.7 support to tests

Pull Request - State: closed - Opened by oliver-zhou over 6 years ago

#41 - Missing Django Rest Framework in requirements-test.txt

Issue - State: closed - Opened by oliver-zhou over 6 years ago - 1 comment

#39 - Fix error in object update

Pull Request - State: closed - Opened by kseniyashaydurova over 6 years ago

#38 - 'list' object has no attribute 'set'

Issue - State: closed - Opened by kseniyashaydurova over 6 years ago

#37 - Trim tag names

Pull Request - State: open - Opened by sanjioh about 7 years ago

#36 - Update README.md

Pull Request - State: closed - Opened by bashu over 7 years ago - 1 comment

#35 - 'Invalid json list. A tag list submitted in string form must be valid json.

Issue - State: open - Opened by pyprism over 7 years ago - 20 comments

#33 - Missing six package

Issue - State: open - Opened by kaihil almost 8 years ago - 1 comment

#32 - Fix tests

Issue - State: closed - Opened by prokaktus about 8 years ago - 1 comment

#31 - Added test-matrix, fix tests

Pull Request - State: closed - Opened by prokaktus about 8 years ago - 1 comment

#30 - Release 0.2

Issue - State: open - Opened by glemmaPaul about 8 years ago - 5 comments
Labels: release

#29 - Add an option to serialize as an Object

Issue - State: open - Opened by afk-mario over 8 years ago - 1 comment

#28 - Improving docs

Pull Request - State: open - Opened by wen96 over 8 years ago - 1 comment

#27 - 'list' object has no attribute 'set'

Issue - State: closed - Opened by cristiangrojas over 8 years ago - 2 comments

#26 - Support for adding tags through multi-part forms

Issue - State: closed - Opened by jameskane05 over 8 years ago - 1 comment

#25 - Allow multiple input formats?

Issue - State: open - Opened by philippeluickx over 8 years ago - 11 comments
Labels: enhancement

#24 - All tags serializer

Issue - State: closed - Opened by afk-mario over 8 years ago - 1 comment

#23 - Sorting options

Issue - State: closed - Opened by tpeaton over 8 years ago

#22 - order_by property

Pull Request - State: closed - Opened by tpeaton over 8 years ago - 6 comments

#21 - Add comments to code

Issue - State: open - Opened by glemmaPaul almost 9 years ago
Labels: enhancement

#20 - Release 0.1.6

Issue - State: closed - Opened by glemmaPaul almost 9 years ago - 1 comment
Labels: release

#19 - Add contributors to the package

Issue - State: open - Opened by glemmaPaul almost 9 years ago
Labels: enhancement

#18 - Add better docs about input request

Issue - State: open - Opened by glemmaPaul almost 9 years ago - 1 comment
Labels: enhancement

#17 - PyPI only has older versions

Issue - State: closed - Opened by jdugan1024 almost 9 years ago - 4 comments
Labels: bug

#16 - adding example usage (REST payloads) to the readme would be very helpful

Issue - State: closed - Opened by honestbleeps almost 9 years ago - 4 comments
Labels: enhancement

#15 - Check for key existence in validated data.

Pull Request - State: closed - Opened by joeweiss almost 9 years ago - 2 comments

#14 - Dj182drf313

Pull Request - State: closed - Opened by thenewguy about 9 years ago - 2 comments

#13 - Not working with Django==1.8.2 and djangorestframework==3.1.3

Issue - State: closed - Opened by thenewguy about 9 years ago - 2 comments

#12 - fix bug when a model has a tags field but not named tags,for example …

Pull Request - State: closed - Opened by esperyong about 9 years ago - 3 comments

#11 - Update README.md

Pull Request - State: closed - Opened by jared-mackey about 9 years ago - 2 comments

#10 - key error using keywords = TagListSerializerField(required=False)

Issue - State: closed - Opened by murdav about 9 years ago - 2 comments

#9 - Create tests for partially updating data with the serializer

Issue - State: open - Opened by glemmaPaul about 9 years ago
Labels: enhancement

#8 - Check for key existence in validated data

Pull Request - State: closed - Opened by joeweiss about 9 years ago - 1 comment

#7 - Getting KeyError on partial update (PATCH) when 'tags' not included

Issue - State: closed - Opened by joeweiss about 9 years ago - 3 comments

#6 - Refactor the way that tags are saved

Issue - State: closed - Opened by glemmaPaul about 9 years ago - 2 comments
Labels: enhancement

#5 - feat(__init__): Bump version

Pull Request - State: closed - Opened by glemmaPaul about 9 years ago

#4 - pypi version is out of date

Issue - State: closed - Opened by longhotsummer about 9 years ago - 1 comment
Labels: bug

#3 - AssertionError: `child` has not been instantiated.

Issue - State: closed - Opened by jdcaballerov over 9 years ago - 3 comments

#2 - feat(serializers): Added default child in TagListSerializerField

Pull Request - State: closed - Opened by glemmaPaul over 9 years ago

#1 - AssertionError: `child` is a required argument.

Issue - State: closed - Opened by jdcaballerov over 9 years ago - 3 comments