[Pkg-debile-commits] [debile-web] 11/14: display 100 elements, not 1000

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Sep 2 15:52:53 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch update-usuability
in repository debile-web.

commit 4befc445b20edd3ab43ec37347e4a05fb1ae0f17
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Mon Sep 2 12:47:16 2013 +0200

    display 100 elements, not 1000
---
 debileweb/blueprints/frontend.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debileweb/blueprints/frontend.py b/debileweb/blueprints/frontend.py
index 037ba6a..3965299 100644
--- a/debileweb/blueprints/frontend.py
+++ b/debileweb/blueprints/frontend.py
@@ -111,7 +111,7 @@ def index():
 @frontend.route("/sources/")
 def source_list():
     session = Session()
-    count = 1000
+    count = 100
     sources = session.query(Source)\
         .options(joinedload(Source.user))\
         .options(joinedload(Source.group))\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-web.git



More information about the Pkg-debile-commits mailing list