Skip to content

Commit 71f05e5

Browse files
authored
Remove django-hstore and django-rest-framework-hstore from 3rd party serializers documentation page (#9860)
Both are unmaintained for many years and we have builtin HStoreField.
1 parent 48fe075 commit 71f05e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/api-guide/fields.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -849,10 +849,6 @@ the [djangorestframework-recursive][djangorestframework-recursive] package provi
849849

850850
The [django-rest-framework-gis][django-rest-framework-gis] package provides geographic addons for django rest framework like a `GeometryField` field and a GeoJSON serializer.
851851

852-
## django-rest-framework-hstore
853-
854-
The [django-rest-framework-hstore][django-rest-framework-hstore] package provides an `HStoreField` to support [django-hstore][django-hstore] `DictionaryField` model field.
855-
856852
[cite]: https://docs.djangoproject.com/en/stable/ref/forms/api/#django.forms.Form.cleaned_data
857853
[html-and-forms]: ../topics/html-and-forms.md
858854
[FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS
@@ -862,8 +858,6 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
862858
[drf-extra-fields]: https://github.com/Hipo/drf-extra-fields
863859
[djangorestframework-recursive]: https://github.com/heywbj/django-rest-framework-recursive
864860
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
865-
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
866-
[django-hstore]: https://github.com/djangonauts/django-hstore
867861
[python-decimal-rounding-modes]: https://docs.python.org/3/library/decimal.html#rounding-modes
868862
[django-current-timezone]: https://docs.djangoproject.com/en/stable/topics/i18n/timezones/#default-time-zone-and-current-time-zone
869863
[django-docs-select-related]: https://docs.djangoproject.com/en/stable/ref/models/querysets/#django.db.models.query.QuerySet.select_related

0 commit comments

Comments
 (0)