Changes between Initial Version and Version 1 of Ticket #20267, comment 2
- Timestamp:
- Apr 16, 2013, 2:20:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20267, comment 2
initial v1 8 8 order_by = forms.CharField(required=False, initial='crag') 9 9 order_asc = forms.BooleanField(required=False, initial=True) 10 }}} crag_filter = CragFilter(data)10 }}} 11 11 12 12