Age | Commit message (Collapse) | Author |
|
|
|
Add a clean_url() function to a custom ModelForm to accomplish this.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
Break the original model down into a few different components that should
give us a lot more flexibility. Mirror is now the top level entity with
one-to-many relationships to both URLs and rsync IP addresses. This should
allow the DB model to serve all of our currently unsynced needs.
Signed-off-by: Dan McGee <dan@archlinux.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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'
|