summaryrefslogtreecommitdiffstats
path: root/main/models.py
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Add helper method to package to find self in testing repoDan McGee1-0/+10
2010-07-07Remove old needupdate columnDan McGee1-1/+0
2010-07-07Update code to use new flag_date columnDan McGee1-1/+1
2010-07-07Make flag column on packages a dateDan McGee1-0/+1
2010-07-06Add absolute URL method for todo listsDan McGee1-0/+3
2010-06-21Cache results of get_depends() and get_requiredby()Dan McGee1-5/+3
2010-06-21Remove AutoUserMiddlewareDan McGee1-3/+1
2010-06-09Enhance base package listing in package detailsDan McGee1-0/+30
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee1-0/+7
2010-05-26Add filename column to package modelDan McGee1-0/+1
2010-05-25Merge branch 'redesign'Dan McGee1-0/+7
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee1-3/+3
2010-05-17Add alphabetical sorting to mirrorlistsThayer Williams1-0/+7
2010-04-28Dedupe entries in required by listDan McGee1-1/+1
2010-04-19Remove Arch-Based ProjectsDan McGee1-8/+0
2010-04-19Remove International CommunitiesDan McGee1-11/+0
2010-04-19Remove Press model and adminDan McGee1-10/+0
2010-04-17Maintainer doesn't exist on package anymoreDan McGee1-1/+1
2010-03-28Simplify code now that pkgbase is always definedDan McGee1-8/+2
2010-03-28Make pkgbase non-null and indexedDan McGee1-1/+1
2010-03-27Drop maintainer column off packages modelDan McGee1-1/+0
2010-03-27Move package maintainer off of package modelDan McGee1-6/+15
2010-03-20Make rsync fields on mirrors optionalDan McGee1-2/+2
2010-03-11Make the new 'testing' flag on repo a bit clearerDan McGee1-1/+2
2010-03-06Fix up get_depends logic a bitDan McGee1-12/+16
2010-03-06Use repo.testing flag instead of test-based checksDan McGee1-1/+1
2010-03-06Add a flag to the repo to indicate its 'testing' statusDan McGee1-0/+1
2010-03-06Fix get_depends() method descriptionDan McGee1-10/+6
2010-03-06Make mirror notes a text fieldDan McGee1-1/+1
2010-03-06Kill rsync IP hostname fieldDan McGee1-2/+1
2010-03-06Add mirror rsync credentials dataDan McGee1-0/+2
2010-03-06Mirror tiering enhancementsDan McGee1-0/+9
2010-02-27Add a files_last_update columnDan McGee1-0/+1
2010-02-27Add some additional fields to package importDan McGee1-0/+3
2010-02-09Fix the get_user middleware stuffDan McGee1-1/+1
2010-02-06Make recent updates group multiple architecturesDan McGee1-0/+6
2010-02-01Provide SVN links to trunk/ for each packageDan McGee1-3/+10
2010-01-31Make looking up a package with many required by entries fasterDan McGee1-1/+1
2010-01-31Make bugs link more usefulDan McGee1-0/+9
2010-01-31Kill a no longer necessary hack in the adminDan McGee1-14/+0
2010-01-31Use select_related() to make a few more places more performantDan McGee1-4/+10
2010-01-31Add a pkgname indexDan McGee1-2/+1
2010-01-31Reintroduce optimized code for Todo listingsEvangelos Foutras1-4/+4
2010-01-31Adjust models and views for nullable maintainerEvangelos Foutras1-1/+1
2010-01-30Fix todolist bug with select_related()Dan McGee1-1/+4
2010-01-30Drastically reduce loading time of Todo listsEvangelos Foutras1-1/+1
2009-11-10modified import paths from archweb_dev to archwebIsmael Carnales1-1/+1
2009-10-18Adjust SVN links to the WebSVN URL schemeThomas Bächler1-4/+4
2009-10-17Port archweb_pub commit 1f96c7a1182ef75279c18986b708e683f89dd690 to archweb_d...Thomas Bächler1-0/+14
2009-10-07Set verify_exists=False on ExternalProjects modelAaron Griffin1-1/+1