Jonathan Kim
|
9aca4a9667
|
Add test to confirm that get_queryset gets called for related foreign keys
|
2020-04-12 20:05:30 +01:00 |
|
Jonathan Kim
|
76460c83a2
|
Extend DjangoListField to always pass queryset to get_queryset method
|
2020-04-12 20:05:30 +01:00 |
|
Jonathan Kim
|
c8a56f8857
|
Allow string references in DjangoListField (#885)
* Allow passing string references to DjangoListField
* Refactor logic to work with string imports
|
2020-03-13 10:05:35 +00:00 |
|
Jonathan Kim
|
fea9b5b194
|
Extend DjangoListField to use model queryset if none defined (#732)
* Fix model property
* Only allow DjangoObjectTypes to DjangoListField
* Resolve model queryset by default
* Add some more tests to check behaviour
|
2019-09-17 09:14:18 -07:00 |
|