Documentation fix.

This commit is contained in:
Christopher Neugebauer 2016-09-22 11:23:56 +10:00
parent a16cb71463
commit e775e5afd9

View file

@ -253,7 +253,7 @@ class PaymentBase(models.Model):
class to handle implementation-specific issues. class to handle implementation-specific issues.
Attributes: Attributes:
invoice (inventory.Invoice): The invoice that this payment applies to. invoice (commerce.Invoice): The invoice that this payment applies to.
time (datetime): The time that this payment was generated. Note that time (datetime): The time that this payment was generated. Note that
this will default to the current time when the model is created. this will default to the current time when the model is created.