We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59acde7 commit d78a9d9Copy full SHA for d78a9d9
contact_widget/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
-__VERSION__ = '1.0.1'
+__VERSION__ = '1.0.2'
4
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
5
__AUTHOR_EMAIL__ = '[email protected]'
contact_widget/models.py
@@ -12,7 +12,7 @@ class Contact(models.Model):
12
created = models.DateTimeField(auto_now_add=True)
13
14
def __str__(self):
15
- return self.name
+ return self.subject
16
17
class Meta:
18
verbose_name = "Detial Contact"
0 commit comments