Skip to content

Commit fc5c1a6

Browse files
Merge branch 'main' into fix/prevent-recursion-limit-fields
2 parents 8ff5b53 + 71f05e5 commit fc5c1a6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/api-guide/fields.md

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

852852
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.
853853

854-
## django-rest-framework-hstore
855-
856-
The [django-rest-framework-hstore][django-rest-framework-hstore] package provides an `HStoreField` to support [django-hstore][django-hstore] `DictionaryField` model field.
857-
858854
[cite]: https://docs.djangoproject.com/en/stable/ref/forms/api/#django.forms.Form.cleaned_data
859855
[html-and-forms]: ../topics/html-and-forms.md
860856
[FILE_UPLOAD_HANDLERS]: https://docs.djangoproject.com/en/stable/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS
@@ -864,8 +860,6 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
864860
[drf-extra-fields]: https://github.com/Hipo/drf-extra-fields
865861
[djangorestframework-recursive]: https://github.com/heywbj/django-rest-framework-recursive
866862
[django-rest-framework-gis]: https://github.com/djangonauts/django-rest-framework-gis
867-
[django-rest-framework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
868-
[django-hstore]: https://github.com/djangonauts/django-hstore
869863
[python-decimal-rounding-modes]: https://docs.python.org/3/library/decimal.html#rounding-modes
870864
[django-current-timezone]: https://docs.djangoproject.com/en/stable/topics/i18n/timezones/#default-time-zone-and-current-time-zone
871865
[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)