mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-24 08:01:02 -05:00
Clarify a docstring
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ def get_or_create_issue(project=None, event_data=None):
|
||||
|
||||
|
||||
def denormalized_issue_fields():
|
||||
"""return a dict of fields that are expected to be denormalized on Issue; for testing purposes"""
|
||||
"""placeholder values for the "denormalized" (cached, calculated) fields on Issue for which there is no default"""
|
||||
return {
|
||||
"first_seen": timezone.now(),
|
||||
"last_seen": timezone.now(),
|
||||
|
||||
Reference in New Issue
Block a user