Django admin interface for Build and related models.
Build(id, project_id, version_id, type, state, date, success, setup, setup_error, output, error)
Version(id, project_id, identifier, verbose_name, slug, active, built, uploaded, privacy_level)
Add permissions to the Version for all owners on save.
VersionAlias(id, project_id, from_slug, to_slug, largest)
Show the details of a particular build.
Show a list of builds.