summaryrefslogtreecommitdiff
path: root/main/models.py
AgeCommit message (Collapse)Author
2008-06-27refactor todo packages a bitDusty Phillips
2008-06-21make the package model part of the adminDusty Phillips
2008-06-19order by last update on package viewDusty Phillips
2008-05-23Added more meta to the admin interface for the press model.eliott
2008-04-17Modified get_depends handling slightlyeliott
2008-04-17Formatting adjustmenteliott
2008-04-17added more clarity to required_by fieldseliott
2008-04-17fixed comment wordingeliott
2008-04-16fixed issue where testing and unstable packages caused errors in get_dependseliott
2008-04-16Add sorting of required_by valueseliott
2008-04-16Changed url field type.eliott
Default url field oddly enough in django appears to be 200 chars long. A url is valid up to 255 chars I believe.
2008-04-11Refactored the urlize sections to remove display/view data from the model.eliott
Renamed methods, and methods now return raw data to the view layer.
2008-04-09Fix for required_by issue where all dependencies were listed, regardless of theeliott
architecture of the dep. Modified it so that only the current package's arch, as well as the 'any' arch, are valid for required by listing.
2008-04-09Changed to arches and repos in the db.eliott
Added them to the django admin interface as well.
2008-04-05cleanupeliott
2008-04-05fix for require query.eliott
2008-04-05renamed todolist tableeliott
2008-04-05Fix for FS#9554eliott
Backported and modified from 'master'
2008-03-22Refactored the model to remove arch and repo tables.eliott
Refactored the model to remove the arch and repo tables. Those data points are now encapsulated in the package table as an ENUM field. Changes to models and templates as needed.
2008-03-08some model fixeseliott
2008-03-08small model changeeliott
2008-03-08Renamed more tables for consistencyeliott
2008-03-08renamed some tableseliott
2008-03-08More changes to the multiarch model.eliott
2008-03-08Added/fixed package depends urlize logiceliott
2008-03-08Added alt_forums and press modelseliott
2008-03-08added packagedepends and arch modelseliott
2008-03-08renamed donator model to donor.eliott
remove category model
2008-03-08Moved models aroundeliott