Changes between Initial Version and Version 1 of Ticket #26602
- Timestamp:
- May 10, 2016, 11:55:31 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26602 – Description
initial v1 1 1 I wanted to annotate my objects with a running total: 2 2 3 {{{ 3 {{{#!python 4 4 class A(models.Model): 5 5 amount = models.IntegerField()