summaryrefslogtreecommitdiffstats
path: root/main/models.py
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-26Update reporead and model to store pkgbaseDan McGee1-0/+1
2009-08-21Add an 'external projects' model and admin for managing the projects page.Dusty Phillips1-0/+8
2009-08-12Add a couple fields to mirror admin at Aaron's requestDusty Phillips1-0/+4
2009-07-24Allow setting allowed repos to empty.Dusty Phillips1-1/+1
2009-07-24Repo-based permissions when adopting packages.Dusty Phillips1-0/+1
2009-04-03Make donor name uniqueDan McGee1-1/+1
2009-02-08Store IP address as a char fieldDan McGee1-1/+1
2009-02-08Add DB index on country fieldDan McGee1-1/+1
2009-02-06Use __unicode__ over __str__Dusty Phillips1-8/+8
2009-02-06Refactor mirror modelDan McGee1-7/+31
2009-01-01display the license field on package descriptionsDusty Phillips1-0/+1
2008-11-15alphabetical order on maintainers and packagesDusty Phillips1-0/+1
2008-10-13backport some archweb_pub changes into archweb_devDusty Phillips1-3/+13
2008-10-12simplify both look and code for dashboardDusty Phillips1-2/+2
2008-10-11fix another inefficient queryDusty Phillips1-21/+1
2008-10-11replace an ugly query with a nice queryDusty Phillips1-10/+4
2008-10-07fairly invasive refactor to developer dashboard to be more django friendlyDusty Phillips1-19/+5
2008-10-07optimize get_flag_statsDusty Phillips1-9/+8
2008-10-06drop a bunch of unusued importsDusty Phillips1-1/+0
2008-10-06port admin to django 1.0Dusty Phillips1-32/+0
2008-10-06port news to django 1.0 using generic viewsDusty Phillips1-1/+3
2008-09-17drop a bunch of stuff not necessary for django 1.0Dusty Phillips1-42/+37
2008-08-16#10340 Integrated Signoffs completed but untestedDusty Phillips1-6/+12
2008-08-16add signoff model for capturing signoffsDusty Phillips1-0/+11