File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -628,12 +628,16 @@ The [drf-nested-routers package][drf-nested-routers] provides routers and relati
628
628
629
629
The [ rest-framework-generic-relations] [ drf-nested-relations ] library provides read/write serialization for generic foreign keys.
630
630
631
+ The [ rest-framework-gm2m-relations] [ drf-gm2m-relations ] library provides read/write serialization for [ django-gm2m] [ django-gm2m-field ] .
632
+
631
633
[ cite ] : http://users.ece.utexas.edu/~adnan/pike.html
632
634
[ reverse-relationships ] : https://docs.djangoproject.com/en/stable/topics/db/queries/#following-relationships-backward
633
635
[ routers ] : https://www.django-rest-framework.org/api-guide/routers#defaultrouter
634
636
[ generic-relations ] : https://docs.djangoproject.com/en/stable/ref/contrib/contenttypes/#id1
635
637
[ drf-nested-routers ] : https://github.com/alanjds/drf-nested-routers
636
638
[ drf-nested-relations ] : https://github.com/Ian-Foote/rest-framework-generic-relations
639
+ [ drf-gm2m-relations ] : https://github.com/mojtabaakbari221b/rest-framework-gm2m-relations
640
+ [ django-gm2m-field ] : https://github.com/tkhyn/django-gm2m
637
641
[ django-intermediary-manytomany ] : https://docs.djangoproject.com/en/stable/topics/db/models/#intermediary-manytomany
638
642
[ dealing-with-nested-objects ] : https://www.django-rest-framework.org/api-guide/serializers/#dealing-with-nested-objects
639
643
[ to_internal_value ] : https://www.django-rest-framework.org/api-guide/serializers/#to_internal_valueself-data
You can’t perform that action at this time.
0 commit comments