summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/south_migrations/0003_expand_hash_key.py
Commit message (Collapse)AuthorAgeFilesLines
* added on_delete=models.CASCADE to all models.OneToOneField invocationsKonstantin L. Metlov2024-04-201-2/+2
| | | | Signed-off-by: Konstantin L. Metlov <metlov@fti.dn.ua>
* added on_delete=models.CASCADE to all ForeignKey invocationsKonstantin L. Metlov2024-04-201-6/+6
| | | | Signed-off-by: Konstantin L. Metlov <metlov@fti.dn.ua>
* make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-0/+180
- reports.wsgi uses get_wsgi_application() now - old south-based migrations have been moved - manage.py has been updated