summaryrefslogtreecommitdiffstats
path: root/askbot/migrations/0090_postize_q_a_c.py
Commit message (Expand)AuthorAgeFilesLines
* added progress bars to all slow data migrationsEvgeny Fadeev2012-02-091-3/+10
* replaced use of objects.all() with objects.iterator() in the migrations to sa...Evgeny Fadeev2012-02-081-3/+3
* BugfixesTomasz Zielinski2012-01-061-3/+3
* Added Post.id sequence check for migration 0090; minor Postgres-related fixes;Tomasz Zielinski2012-01-061-4/+42
* Upgraded migrations: code cleanup; they print now colored messages; added inf...Tomasz Zielinski2012-01-061-1/+38
* Upgraded migrations to fix a few small problemsTomasz Zielinski2012-01-061-2/+10
* Updated migrations to work around a strange issue with GFkeys<->South interac...Tomasz Zielinski2011-12-311-10/+10
* BigMigration: added concrete Post model (note that migr. 0088 had to be alter...Tomasz Zielinski2011-12-291-0/+451