Changeset 1748
- Timestamp:
- 09/08/08 08:02:07 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/plugins_internal/blog/models.py
r1732 r1748 175 175 objects = BlogTagManager() 176 176 177 name = models.CharField(max_length=255, core=True,unique=True)177 name = models.CharField(max_length=255, unique=True) 178 178 slug = models.SlugField(unique=True, max_length=120) 179 179
