mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-26 03:24:07 +03:00
added ModelSerializer tests
This commit is contained in:
parent
c72e7e55eb
commit
345fe877c4
6
graphene_django/rest_framework/models.py
Normal file
6
graphene_django/rest_framework/models.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
from django.db import models
|
||||||
|
|
||||||
|
|
||||||
|
class MyFakeModel(models.Model):
|
||||||
|
cool_name = models.CharField(max_length=50)
|
||||||
|
created = models.DateTimeField(auto_now_add=True)
|
Loading…
Reference in New Issue
Block a user