diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 20:07:26 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-10-11 20:07:26 -0400 |
commit | 96ef7eaab974116c6b6880428a2b9db4f3e35418 (patch) | |
tree | 64a29c892a6a4eec278c87f899f33d03530ad7da | |
parent | 75129f87695c791ec6ba8ec5f49c799fbbba9c61 (diff) |
drop a couple completed to-dos and blank lines
-rw-r--r-- | TODO | 3 | ||||
-rw-r--r-- | packages/views.py | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -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) |