summaryrefslogtreecommitdiffstats
path: root/tools/upgrade/1.3/migrate_dbstats.py
Commit message (Expand)AuthorAgeFilesLines
* tools/upgrade: Fix checking for related fieldsAlexander Sulfrian2015-09-291-7/+9
* Reporting: Do not use django.db.backend in newer django versionsAlexander Sulfrian2015-09-231-6/+11
* tools/upgrade: Support multiple databasesAlexander Sulfrian2015-09-231-3/+5
* tools/upgrade: Parse the Options before using djangoAlexander Sulfrian2015-09-231-2/+3
* Merge branch 'maint'Chris St. Pierre2013-11-121-4/+4
|\
| * Fix compatibility with Django 1.6.Simon Ruderich2013-11-111-4/+5
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-1/+0
* | Options: migrated tools to new parserChris St. Pierre2013-06-271-14/+6
|/
* tools: pylint/pep8 fixesSol Jerome2013-05-101-10/+9
* migrate_dbstats: Fix traceback found by jontenSol Jerome2013-03-221-0/+3
* add old schema to migrationTim Laszlo2013-01-291-0/+9
* Reporting: Allow interactions without a profileTim Laszlo2012-10-291-6/+0
* Default to a url friendly group nameTim Laszlo2012-10-171-1/+1
* add a higher timeout for caching certain objectsTim Laszlo2012-10-171-1/+1
* Revert "migrate_db: skip db lookup since all should be known"Tim Laszlo2012-10-171-5/+5
* Remove perms use in migrate_dbstats.pyTim Laszlo2012-10-171-1/+1
* migrate_db: skip db lookup since all should be knownTim Laszlo2012-10-151-5/+5
* migrate_db: add timing for importsTim Laszlo2012-10-151-1/+8
* migrate_db: set the current interaction after importTim Laszlo2012-10-151-0/+8
* migrate: create FilePerms objects earlyTim Laszlo2012-10-121-17/+38
* Remove unnecessary transaction.commit_manuallyTim Laszlo2012-10-121-1/+0
* migration: fetch metadata in the main queryTim Laszlo2012-10-121-3/+3
* migrate: switch to BatchFetch and bypass save() overrideTim Laszlo2012-10-111-2/+4
* made migrate_dbstats.py executableChris St. Pierre2012-10-091-0/+2
* add unknown group to groupsTim Laszlo2012-10-091-0/+1
* Reporting: Add a migration script for DBStats dataTim Laszlo2012-10-081-7/+29
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-0/+230