drop a couple completed to-dos and blank lines

This commit is contained in:
Dusty Phillips 2008-10-11 20:07:26 -04:00
parent 75129f8769
commit 96ef7eaab9
2 changed files with 0 additions and 5 deletions

3
TODO
View File

@ -1,7 +1,4 @@
TODO:
- refactor stats by templates in dashboard, maybe a templatetag
- move some of the custom widgets and fields to their own module
- Look at every file and see if its still needed
- eg: calendar css and js

View File

@ -41,8 +41,6 @@ def details(request, name='', repo='', arch=''):
return HttpResponseRedirect("/packages/?arch=%s&repo=%s&q=%s" % (
arch.lower(), repo.title(), name))
class PackageSearchForm(forms.Form):
repo = forms.ChoiceField(required=False)
arch = forms.ChoiceField(required=False)