summaryrefslogtreecommitdiffstats
path: root/askbot/migrations/0092_postize_vote_and_activity.py
Commit message (Expand)AuthorAgeFilesLines
* modified migration 92 to delet votes that are attributed to lost comments, an...Evgeny Fadeev2012-05-191-9/+13
* added progress bars to all slow data migrationsEvgeny Fadeev2012-02-091-3/+7
* replaced use of objects.all() with objects.iterator() in the migrations to sa...Evgeny Fadeev2012-02-081-2/+2
* Migrations fix to avoid buggy unicode keyword parametersTomasz Zielinski2012-01-091-1/+1
* Added comment in migration 0092, re migration activitiesTomasz Zielinski2012-01-081-0/+4
* Added Post.id sequence check for migration 0090; minor Postgres-related fixes;Tomasz Zielinski2012-01-061-3/+0
* Upgraded migrations: code cleanup; they print now colored messages; added inf...Tomasz Zielinski2012-01-061-7/+17
* Upgraded migrations to fix a few small problemsTomasz Zielinski2012-01-061-43/+24
* Upgraded migrations so that they work with a sample production database; mino...Tomasz Zielinski2012-01-051-6/+47
* Updated migrations to work around a strange issue with GFkeys<->South interac...Tomasz Zielinski2011-12-311-19/+13
* Updated migration 0092 to also migrate Activity.content_objectTomasz Zielinski2011-12-311-0/+16
* BigMigration: prepared models for Question, Answer, Comment models removalTomasz Zielinski2011-12-291-0/+359