Skip to content

Commit 883f6fe

Browse files
Rename django-extra-fields to drf-extra-fields (encode#7833)
1 parent f070619 commit 883f6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/community/third-party-packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
220220
### Serializer fields
221221

222222
* [drf-compound-fields][drf-compound-fields] - Provides "compound" serializer fields, such as lists of simple values.
223-
* [django-extra-fields][django-extra-fields] - Provides extra serializer fields.
223+
* [drf-extra-fields][drf-extra-fields] - Provides extra serializer fields.
224224
* [django-versatileimagefield][django-versatileimagefield] - Provides a drop-in replacement for Django's stock `ImageField` that makes it easy to serve images in multiple sizes/renditions from a single field. For DRF-specific implementation docs, [click here][django-versatileimagefield-drf-docs].
225225

226226
### Views
@@ -311,7 +311,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
311311
[djangorestframework-gis]: https://github.com/djangonauts/django-rest-framework-gis
312312
[djangorestframework-hstore]: https://github.com/djangonauts/django-rest-framework-hstore
313313
[drf-compound-fields]: https://github.com/estebistec/drf-compound-fields
314-
[django-extra-fields]: https://github.com/Hipo/drf-extra-fields
314+
[drf-extra-fields]: https://github.com/Hipo/drf-extra-fields
315315
[django-rest-multiple-models]: https://github.com/MattBroach/DjangoRestMultipleModels
316316
[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers
317317
[wq.db.rest]: https://wq.io/docs/about-rest

0 commit comments

Comments
 (0)