We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a660e5 commit 6cfd5b2Copy full SHA for 6cfd5b2
graphene_django/rest_framework/models.py
@@ -3,4 +3,4 @@
3
4
class MyFakeModel(models.Model):
5
cool_name = models.CharField(max_length=50)
6
- created = models.DateTimeField(auto_now_add=True)
+ created = models.DateTimeField(auto_now_add=True)
0 commit comments