rm comments
This commit is contained in:
parent
bc0db915be
commit
d173664750
|
|
@ -118,19 +118,6 @@ class ReviewTextAuthor(ProjectBaseMixin):
|
||||||
unique_together = ('locale', 'review')
|
unique_together = ('locale', 'review')
|
||||||
|
|
||||||
|
|
||||||
# @receiver(signal=post_init, sender=Review)
|
|
||||||
# def post_init_handler(instance, **kwargs):
|
|
||||||
# instance.original_text = instance.text
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# @receiver(signal=post_save, sender=Review)
|
|
||||||
# def post_save_handler(instance, **kwargs):
|
|
||||||
# new_text = instance.text
|
|
||||||
# old_text = instance.original_text
|
|
||||||
# pprint(instance.text)
|
|
||||||
# pprint(instance.original_text)
|
|
||||||
|
|
||||||
|
|
||||||
class Inquiries(GalleryMixin, ProjectBaseMixin):
|
class Inquiries(GalleryMixin, ProjectBaseMixin):
|
||||||
NONE = 0
|
NONE = 0
|
||||||
DINER = 1
|
DINER = 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user