Skip to content

Commit

Permalink
Changed length of title in geonode.maps.models.Layer to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Johnson committed Mar 11, 2011
1 parent 7ec623e commit 76e05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoNodePy/geonode/maps/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ class Map(models.Model, PermissionLevelMixin):
configuration.
"""

title = models.CharField(_('Title'),max_length=200)
title = models.CharField(_('Title'),max_length=1000)
"""
A display name suitable for search results and page headers
"""
Expand Down

0 comments on commit 76e05c1

Please sign in to comment.