layerindex-web/rrs
Aníbal Limón ac485c0cc4 rrs: Add support for Recipe maintainership history
Now can you get maintainers based on Milestones.

Feature changes,

	rrs/models.py: Add RecipeMaintainerHistory to store maintainer updates.
	rrs/admin.py: Add admin site for RecipeMaintainerHistory.

Adapt changes,

Now you need to specify RecipeMaintainerHistory to get RecipeMaintainer,
changes into rrs/view.py.

These set of changes are incompatible with the previous version you need
to do initial setup described in README.rrs.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2018-05-04 23:57:51 +12:00
..
fixtures rrs: Recipes add url validation 2018-05-04 23:57:51 +12:00
migrations rrs: Add support for Recipe maintainership history 2018-05-04 23:57:51 +12:00
static rrs: Recipes page improve table display 2018-05-04 23:57:51 +12:00
__init__.py rrs: Add application 2018-05-04 23:57:51 +12:00
admin.py rrs: Add support for Recipe maintainership history 2018-05-04 23:57:51 +12:00
context_processors.py rrs: Add application 2018-05-04 23:57:51 +12:00
models.py rrs: Add support for Recipe maintainership history 2018-05-04 23:57:51 +12:00
urls.py rrs: Add support for Recipe detail page 2018-05-04 23:57:51 +12:00
views.py rrs: Add support for Recipe maintainership history 2018-05-04 23:57:51 +12:00