Project

General

Profile

Bug #486

Support words with multiple genders

Added by Luke Murphey over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
12/23/2012
Due date:
% Done:

100%


Description

Some words in the database are listed with multiple genders. Consider the following example (ζῳωδεστέροις):

{49599819 9 zw|w/dhs    like an animal    masc/neut dat comp pl}

The database needs to be updated to allow multiple genders to be associated. 121977 entries are affected (about 8%).


Subtasks

Task #487: Update model to store gender as a many-to-many fieldClosedLuke Murphey

Task #488: Update Diogenes importer to store multiple gendersClosedLuke Murphey

Task #489: Update tests to work with multiple gender word descriptionsClosedLuke Murphey

Task #490: Update admin model to use support multiple gendersClosedLuke Murphey

History

#1 Updated by Luke Murphey over 11 years ago

  • Status changed from New to In Progress

#2 Updated by Luke Murphey over 11 years ago

I dropped the related database tables with:

drop table reader_worddescription;
drop table reader_worddescription_dialects;
drop table reader_worddescription_cases;

#3 Updated by Luke Murphey over 11 years ago

  • Status changed from In Progress to Closed

Also available in: Atom PDF