Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-24 | Get unit tests up and running again | Dan McGee | |
We had some dependency issues between migrations that needed to be explicitly defined in order to get things fully moving, and do to some braindeadness in Django tests not including the project url config, we need to do some clever business when using the url tag in the base template so tests don't doe with a NoReverseMatch exception. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2010-03-27 | Make reporead always populate pkgbase | Dan McGee | |
And also add a data migration to add the value retroactively for anything already in our database. We simply fall back to pkgname if pkgbase isn't available. Signed-off-by: Dan McGee <dan@archlinux.org> |