summaryrefslogtreecommitdiff
path: root/main/models.py
AgeCommit message (Expand)Author
2011-02-22Use new split package file fields everywhereDan McGee
2011-02-22Add new file and directory parts to package filesDan McGee
2011-02-19Unify calls to applicable_arches()Dan McGee
2011-02-16Allow for optional info in required by displayDan McGee
2011-02-16Read in optional deps and show in web interfaceDan McGee
2011-02-15Move license to a related modelDan McGee
2011-02-15Allow optional deps in depends modelDan McGee
2011-02-15Clean up Package related objects codeDan McGee
2011-01-08Use common timezones onlyDan McGee
2011-01-08Merge branch 'dev-timezones'Dan McGee
2011-01-08Remove automatic ID column definitionsDan McGee
2011-01-08Add time zone field to developer profileDan McGee
2010-12-14Get rid of all references to repos.archlinux.orgThomas Bächler
2010-12-07Slim down required by listingsDan McGee
2010-12-07Save DB query when filtering dependencies for testingDan McGee
2010-12-07Move some common package code to a functionDan McGee
2010-11-27Add less-than methods for Repo and ArchDan McGee
2010-10-19Unify hyphenation of out-of-date textDan McGee
2010-10-13Connect post_save signals where they will always be triggeredDan McGee
2010-10-05Adding changing of user profile detailsAngel Velasquez
2010-10-04Make user profile a OneToOneFieldrelease_2010-10-05Dan McGee
2010-10-04Todo list minor fixes and comments for laterDan McGee
2010-10-01Allow donors to be invisiblerelease_2010-10-01Dan McGee
2010-09-22Update BBS and bugs links to use HTTPSDan McGee
2010-09-16Remove some leftover print statementsDan McGee
2010-09-08Use arch.agnostic flag everywhereDan McGee
2010-09-08Add metadata to Arch tableDan McGee
2010-09-08Move news model to an appropriate placeDan McGee
2010-09-06Move mirror models out of main appDan McGee
2010-09-06Remove unnecessary commentsDan McGee
2010-09-03Add ability to get versions of a package elsewhereDan McGee
2010-08-28PyLint suggested cleanupsDan McGee
2010-08-25Use new repository fields in link generation coderelease_2010-08-25Dan McGee
2010-08-25Add more metadata to repo modelDan McGee
2010-08-25Fix multilib SVN linkDan McGee
2010-08-17Make package size fields big integersDan McGee
2010-07-28Add packager fields to package modelDan McGee
2010-07-06Add helper method to package to find self in testing repoDan McGee
2010-07-06Remove old needupdate columnDan McGee
2010-07-06Update code to use new flag_date columnDan McGee
2010-07-06Make flag column on packages a dateDan McGee
2010-07-05Add absolute URL method for todo listsDan McGee
2010-06-21Cache results of get_depends() and get_requiredby()release_2010-06-21Dan McGee
2010-06-20Remove AutoUserMiddlewareDan McGee
2010-06-09Enhance base package listing in package detailsrelease_2010-06-10Dan McGee
2010-06-08Use Sites framework instead of hardcoded domain nameDan McGee
2010-05-26Add filename column to package modelDan McGee
2010-05-24Merge branch 'redesign'Dan McGee
2010-05-24Fix null field issues exposed by Django 1.1.2Dan McGee
2010-05-17Add alphabetical sorting to mirrorlistsThayer Williams