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

Fixes #50 by adding a description field (see WARNING below) #57

Closed

Conversation

rossjones
Copy link

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: This PR introduces south.

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

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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant