summaryrefslogtreecommitdiffstats
path: root/askbot/migrations/0095_postize_award_and_repute.py
Commit message (Expand)AuthorAgeFilesLines
* added progress bars to all slow data migrationsEvgeny Fadeev2012-02-091-2/+7
* replaced use of objects.all() with objects.iterator() in the migrations to sa...Evgeny Fadeev2012-02-081-3/+6
* Migrations fix to avoid buggy unicode keyword parametersTomasz Zielinski2012-01-091-1/+1
* Upgraded migrations: code cleanup; they print now colored messages; added inf...Tomasz Zielinski2012-01-061-32/+14
* Upgraded migrations to fix a few small problemsTomasz Zielinski2012-01-061-1/+1
* Upgraded migrations so that they work with a sample production database; mino...Tomasz Zielinski2012-01-051-4/+9
* Fixed migration 0095 which was failing for fresh databasesTomasz Zielinski2012-01-021-16/+22
* BigMigration: Out of 456 test, only 67 fail, mostly for email and on-screen t...Tomasz Zielinski2011-12-311-0/+4
* Updated migrations to work around a strange issue with GFkeys<->South interac...Tomasz Zielinski2011-12-311-15/+4
* BigMigration: prepared models for Question, Answer, Comment models removalTomasz Zielinski2011-12-291-0/+371