lp:~zyga/lava-dashboard/fix-migration-0012

Created by Zygmunt Krynicki and last modified
Get this branch:
bzr branch lp:~zyga/lava-dashboard/fix-migration-0012
Only Zygmunt Krynicki can upload to this branch. If you are Zygmunt Krynicki please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zygmunt Krynicki
Project:
LAVA Dashboard (deprecated)
Status:
Merged

Recent revisions

294. By Zygmunt Krynicki

Use field name when calling db.add_column(table, field_name)

See http://south.aeracode.org/wiki/db.add_column for reference. Unlike
db.delete_column() where we need to pass the actual column name, in
add_column() we need to pass the field name (which is '_gz_content' in this
case)

293. By Zygmunt Krynicki

Fix gz_content migration

The old migration had some manual edits and did not work correctly. After
consultion on #django-south I managed to implement proper migration that
has the same effect. This migration should be safe to apply (as the previous
version would not apply at all).

292. By Zygmunt Krynicki

Use portable pathname concatenation

291. By Michael Hudson-Doyle

add a compressed representation for bundles on disk.
bundles will not be automatically compressed yet, however.

290. By Zygmunt Krynicki

Fix sdist on windows

It seems that using globs on windows is very sensitive to the trailing
slash. This prevented anyone from sdist/develop while working on windows

289. By Paul Larson

release version 0.10.1

288. By Paul Larson

Fix sorting on bundle_list

287. By Michael Hudson-Doyle

release version 0.10

286. By Zygmunt Krynicki

Fix breadcrumb + titlebar system after moving this responsibilty to lava-server

285. By Michael Hudson-Doyle

do not limit the lengths of strings in attribute keys and values

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:lava-dashboard
This branch contains Public information 
Everyone can see this information.

Subscribers