Merge lp:~pietroalbini/ubuntu-it-ask/fix-lp1197300 into lp:ubuntu-it-ask
Proposed by
Pietro Albini
Status: | Needs review |
---|---|
Proposed branch: | lp:~pietroalbini/ubuntu-it-ask/fix-lp1197300 |
Merge into: | lp:ubuntu-it-ask |
Diff against target: |
19 lines (+2/-2) 1 file modified
forum/models/meta.py (+2/-2) |
To merge this branch: | bzr merge lp:~pietroalbini/ubuntu-it-ask/fix-lp1197300 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Milo Casagrande (community) | Needs Information | ||
Review via email: mp+172778@code.launchpad.net |
Description of the change
Removed lenght limit for flags
To post a comment you must log in.
Unmerged revisions
- 81. By Pietro Albini
-
Removed lenght limit for flags
Questa modifica è stata provata in locale o su un'istanza di test?
Quando si tratta di modificare una classe in models/ è sempre meglio controllare due volte. Qui stai modificando la lunghezza del campo nel database. È effettivamente quello che vuoi fare o la soluzione al problema originale?
Potrebbe non essere un problema fare il deploy con questa modifica, sopratutto se l'applicazione usa South per gestire le migrazioni del DB, ma va assolutamente verificato.