From 96ef7eaab974116c6b6880428a2b9db4f3e35418 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Sat, 11 Oct 2008 20:07:26 -0400 Subject: drop a couple completed to-dos and blank lines --- TODO | 3 --- packages/views.py | 2 -- 2 files changed, 5 deletions(-) diff --git a/TODO b/TODO index b9c49464..608d8470 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/packages/views.py b/packages/views.py index 63169c6a..e986409c 100644 --- a/packages/views.py +++ b/packages/views.py @@ -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) -- cgit v1.2.3-54-g00ecf