Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default url field oddly enough in django appears to be 200 chars long.
A url is valid up to 255 chars I believe.
|
|
Renamed methods, and methods now return raw data to the view layer.
|
|
|
|
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.
|
|
Added them to the django admin interface as well.
|
|
|
|
|
|
|
|
Backported and modified from 'master'
|
|
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.
|
|
|
|
|
|
|
|
|
|
|