Merge branch 'bug/14103' into release/0.10.2
commit33a933319429d460272a5c474274d28697d6c965
authorChance Zibolski <chance.zibolski@gmail.com>
Thu, 1 Aug 2013 23:23:08 +0000 (1 16:23 -0700)
committerChance Zibolski <chance.zibolski@gmail.com>
Thu, 1 Aug 2013 23:23:08 +0000 (1 16:23 -0700)
tree12edab13ca81781181638ef235a42a845cc7cf3a
parentd36bd2506dc26c153f5ba695a92293c56d9f2ede
parent5de038ed107454fbad2fde3aa6abf963ed6bd6b6
Merge branch 'bug/14103' into release/0.10.2

* bug/14103:
  DataMigration: Update all hostnames in db to lowercase
  SchemaMigration: lowercase all hostname fields
  Migrations: remove the testmodel table from schema
  Add south introspection rule for LowerCaseCharField
  Update LowerCaseCharField to subclass proper CharField
  Update models to use LowerCaseCharField for hostname
  Add LowerCaseCharField to fix some db issues.
ganeti_web/models.py