forked from django-json-api/django-rest-framework-json-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit b6e2624
committed
Add failing test for resource name consistency
When setting `resource_name = None`, the related instance's resource
name is used in `relationships`, but `None` is used in `included`.
This is related to
django-json-api#94
and django-json-api#124 1 parent bb26764 commit b6e2624
1 file changed
+5
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
106 | 111 |
| |
107 | 112 |
| |
108 | 113 |
| |
|
0 commit comments