Comment 1 for bug 1131418

Revision history for this message
Raphaƫl Badin (rvb) wrote :

Something seems to be wrong with the tag, can you please give of the value of the tag's 'definition'?

Here is how to print the definitions for all the tags:
# start python shell
sudo maas shell
# in python shell:
>>> from maasserver.models import Tag
>>> [tag.definition for tag in Tag.objects.all()]