Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Ability to add a small description (> 140 char?) in addition to a title. #50

Open
wai2k opened this issue Jun 29, 2012 · 0 comments
Open

Comments

@wai2k
Copy link

wai2k commented Jun 29, 2012

it is difficult to identify one checklist over another just purely on title

rossjones added a commit to rossjones/checklisthq.com that referenced this issue Jul 6, 2013
Adds a description field that can be added to each checklist and..

- Shows a truncated description in the search results
- Shows a trunctated (but expandable) description on the view view.
- Does not yet search description (but should when previous PR is merged)
- Adds south - see below...

WARNING:

You will need to syncdb to get the south tables added, but DO NOT RUN MIGRATE.
There are some issues:

1. You may well have to cheat if you have an earlier DB by not running the initial
   migration.

   insert into south_migrationhistory values(1, "main", "0001_initial", date());

2. If already setup you may need to fake the taggit migrations as follows:

   ./manage.py migrate taggit --fake
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant