You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it is difficult to identify one checklist over another just purely on title
The text was updated successfully, but these errors were encountered: