[csw-devel] SF.net SVN: gar:[12978] csw/mgar/gar/v2/lib/python/pkgdb.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Jan 17 10:29:22 CET 2011
Revision: 12978
http://gar.svn.sourceforge.net/gar/?rev=12978&view=rev
Author: wahwah
Date: 2011-01-17 09:29:22 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
pkgd: Display catalogs alphabetically
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/pkgdb.py
Modified: csw/mgar/gar/v2/lib/python/pkgdb.py
===================================================================
--- csw/mgar/gar/v2/lib/python/pkgdb.py 2011-01-17 09:29:03 UTC (rev 12977)
+++ csw/mgar/gar/v2/lib/python/pkgdb.py 2011-01-17 09:29:22 UTC (rev 12978)
@@ -343,7 +343,7 @@
m.Srv4FileStats.q.use_to_generate_catalogs==True,
),
join=join,
- )
+ ).orderBy('catalogname')
return res
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list