Changes between Initial Version and Version 1 of Ticket #26602


Ignore:
Timestamp:
May 10, 2016, 11:55:31 AM (8 years ago)
Author:
Tobin Brown
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26602 – Description

    initial v1  
    11I wanted to annotate my objects with a running total:
    22
    3 {{{
     3{{{#!python
    44class A(models.Model):
    55    amount = models.IntegerField()
Back to Top