summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/DBSettings.py
Commit message (Expand)AuthorAgeFilesLines
* DBSettings: XViewMiddleware was moved into another packageAlexander Sulfrian2015-09-231-2/+8
* DBSettings: allow_syncdb is replaced with allow_migrateAlexander Sulfrian2015-09-231-1/+8
* DBSettings: syncdb is replaced by migrateAlexander Sulfrian2015-09-231-2/+4
* DBSettings: Automatically upgrade migrations from south to djangoAlexander Sulfrian2015-09-231-0/+43
* added django.setup() calls to src/lib/Bcfg2/DBSettings.pyJonas Jochmaring2015-09-231-0/+4
* some more django 1.7 compatibility fixesJonas Jochmaring2015-09-231-1/+2
* make Bcfg2-web compatible with django 1.7Jonas Jochmaring2015-09-231-1/+6
* Merge branch 'no-django' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-09-011-2/+4
|\
| * DBSettings: Don't use django, if it's not availableAlexander Sulfrian2015-07-201-2/+4
* | DBSettings: Add possibility to specify arbitrary django options.Alexander Sulfrian2015-07-231-1/+8
* | Options/Types: Fix database OPTIONS parsingAlexander Sulfrian2015-07-231-2/+2
|/
* DBSettings: Fix time_zone option.Alexander Sulfrian2015-01-281-2/+2
* Options: Fixed non-path database name parsingChris St. Pierre2014-11-101-1/+1
* DBSettings: fix up <repository> in database nameChris St. Pierre2014-11-101-1/+1
* Fix missing import line for django.core.management.Matt Kemp2014-10-281-0/+1
* Fix admins and managers in django configMatt Kemp2014-06-121-2/+2
* Merge branch 'maint'Chris St. Pierre2014-04-251-4/+6
* Reporting: update non-ORM bits to know about separate databaseMichael Fenn2014-04-091-5/+12
* Be more robust about checking for reporting_db_engine presenceMichael Fenn2014-03-241-1/+2
* Make indentation consistent with other elements of the dictMichael Fenn2014-03-241-1/+1
* Preliminary support for seperate reporting databaseMichael Fenn2014-03-211-1/+94
* DBSettings: Set config options at the module levelChris St. Pierre2014-03-051-0/+3
* Merge branch 'maint'Chris St. Pierre2013-12-091-1/+1
* DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-0/+178