Task #2417
Updating to Django 1.11
Start date:
06/04/2019
Due date:
% Done:
100%
Subtasks
Associated revisions
Updating to work with Django 1.11
Closes #2417
Making changes to deal with warnings for newer Django version
Reference #2417
Fixing 404 that still used a Content
Reference #2417
History
#1 Updated by Anonymous over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset textcritical_git|r969.
#2 Updated by Luke Murphey over 5 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 80
#3 Updated by Luke Murphey over 5 years ago
I can update the Perseus docs with this:
UPDATE reader_worksource SET source = 'perseus.tufts.edu', description='Text provided by Perseus Digital Library, with funding from The Annenberg CPB/Project. Original version available for viewing and download at http://www.perseus.tufts.edu/hopper/.' WHERE id <> 699 AND id <> 700;
And the Biola ones with this:
UPDATE reader_worksource SET source = 'unbound.biola.edu', description='Text provided by The Unbound Bible from Biola University. Original version available for viewing and download at http://www.unboundbible.org/.' WHERE id = 699 AND id = 700;
#4 Updated by Luke Murphey over 5 years ago
- Status changed from In Progress to Closed