Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:lizardsystem/lizard-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed May 16, 2012
2 parents d5f2c5c + b048322 commit 8c4b30d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -13,6 +13,8 @@ Changelog of lizard-ui
package manager npm installed to install lessc and uglify-js (only needed if
you need to rebuild twitter-bootstrap).

- Changed icon padding to accommodate for two columns in Chrome.


3.16 (2012-05-10)
-----------------
Expand Down
Expand Up @@ -6,6 +6,10 @@

class Migration(SchemaMigration):

depends_on = (
("lizard_security", "0002_auto__add_usergroup__add_permissionmapper__add_dataset"),
)

def forwards(self, orm):

# Adding field 'ApplicationIcon.data_set'
Expand Down

0 comments on commit 8c4b30d

Please sign in to comment.