veekun_pokedex/pokedex/db
Andrew Ekstedt b38aa458da Move form descriptions to PokemonFamily. gh #21
PokemonSpecies.form_description -> PokemonFamily.description.

More prep for combining the Nidoran and Volbeat/Illumise families.

Again, not strictly necessary. The justification is that families will
need a description and having both columns is silly.

Had to combine a few descriptions. Shellos & Gastrodon and Deerling &
Sawsbuck were easy since they were almost duplicates anyway (supporting
the merge!). Burmy & Wormadam were less similar, so i just pasted them
together. They could probably use a rewrite.
2012-06-09 21:26:49 -07:00
..
__init__.py Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Ahem, ACTUALLY drop types when loading. 2012-03-31 21:30:05 -07:00
markdown.py Make a few __get__ methods work properly on their class 2012-02-11 22:54:46 +01:00
multilang.py Make the table schema a bit more introspectable 2012-02-12 16:19:09 +01:00
tables.py Move form descriptions to PokemonFamily. gh #21 2012-06-09 21:26:49 -07:00
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py Make id lookup util.get use query.get, avoiding queries for dupe lookups 2011-05-06 12:40:44 +03:00