~oddbloke/readingthing/rt.dev

« back to all changes in this revision

Viewing changes to readingthing/list/views.py

  • Committer: Daniel Watkins
  • Date: 2010-01-01 02:29:44 UTC
  • mfrom: (55.1.3 rt.dev)
  • Revision ID: daniel@oddbloke.xen.chris-lamb.co.uk-20100101022944-6dllmpj8789zjurd
Merge fix in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
            estimated_total = None
171
171
        expected_total = days/((year_end - start_date).days/100.0)
172
172
    else:
173
 
        start_date = current_rate = estimated_total = expected_total = None
 
173
        start_date = current_rate = estimated_total = expected_total = required_rate = None
174
174
 
175
175
    books_in_progress = reading_list.filter(date_started__isnull=False,
176
176
                                            date_finished__isnull=True)