summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/migrations/0007_add_flag_fields_interaction.py
Commit message (Collapse)AuthorAgeFilesLines
* Add matching django migrations for southAlexander Sulfrian2015-09-231-0/+26
|
* make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-298/+0
| | | | | | - reports.wsgi uses get_wsgi_application() now - old south-based migrations have been moved - manage.py has been updated
* Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-121-0/+298
Save the status of --dry-run and --only-important in the statistics, so that the reports could be filtered to only respect "normal" runs.