LICENSE.txt
MANIFEST.in
README.rst
setup.py
checklists/__init__.py
checklists/admin.py
checklists/autocomplete_light_registry.py
checklists/filters.py
checklists/forms.py
checklists/models.py
checklists/utils.py
checklists.egg-info/PKG-INFO
checklists.egg-info/SOURCES.txt
checklists.egg-info/dependency_links.txt
checklists.egg-info/requires.txt
checklists.egg-info/top_level.txt
checklists/api/__init__.py
checklists/api/checklist.py
checklists/api/entry.py
checklists/data/activity/default.csv
checklists/data/activity/initial.csv
checklists/data/activity/names_en.csv
checklists/data/activity/names_pt.csv
checklists/data/age/default.csv
checklists/data/age/initial.csv
checklists/data/age/names_en.csv
checklists/data/age/names_pt.csv
checklists/data/direction/default.csv
checklists/data/direction/initial.csv
checklists/data/direction/names_en.csv
checklists/data/direction/names_pt.csv
checklists/data/plumage/default.csv
checklists/data/plumage/initial.csv
checklists/data/plumage/names_en.csv
checklists/data/plumage/names_pt.csv
checklists/data/protocol/default.csv
checklists/data/protocol/initial.csv
checklists/data/protocol/names_en.csv
checklists/data/protocol/names_pt.csv
checklists/data/rank/default.csv
checklists/data/rank/initial.csv
checklists/data/rank/names_en.csv
checklists/data/rank/names_pt.csv
checklists/data/sex/default.csv
checklists/data/sex/initial.csv
checklists/data/sex/names_en.csv
checklists/data/sex/names_pt.csv
checklists/data/species/default.csv
checklists/data/species/initial.csv
checklists/data/species/list_pt-20.csv
checklists/data/species/list_pt-30.csv
checklists/data/species/list_pt.csv
checklists/data/species/list_western_palearctic.csv
checklists/data/species/names_en.csv
checklists/data/species/names_pt.csv
checklists/data/species_group/default.csv
checklists/data/species_group/initial.csv
checklists/data/species_group/list_pt-20.csv
checklists/data/species_group/list_pt-30.csv
checklists/data/species_group/list_pt.csv
checklists/data/species_group/list_western_palearctic.csv
checklists/data/species_group/names_en.csv
checklists/data/species_group/names_pt.csv
checklists/locale/en/LC_MESSAGES/django.po
checklists/locale/pt/LC_MESSAGES/django.po
checklists/management/__init__.py
checklists/management/commands/__init__.py
checklists/management/commands/load_checklists.py
checklists/migrations/0001_initial.py
checklists/migrations/0002_add_speciesgroup.py
checklists/migrations/0003_add_source_identifiers.py
checklists/migrations/0004_add_species_include.py
checklists/migrations/0005_set_species_include.py
checklists/migrations/0006_add_protocol.py
checklists/migrations/0007_set_protocol.py
checklists/migrations/0008_clean_protocol.py
checklists/migrations/0009_rename_detail_long.py
checklists/migrations/0010_set_detail_coordinates.py
checklists/migrations/0011_clean_coordinates.py
checklists/migrations/0012_add_types.py
checklists/migrations/0013_set_types.py
checklists/migrations/0014_clean_types.py
checklists/migrations/0015_prepare_for_constraints.py
checklists/migrations/0016_tighten_constraints.py
checklists/migrations/0017_add_delete_rules_and_rename.py
checklists/migrations/0018_rename_protocol.py
checklists/migrations/0019_rename_protocol_type.py
checklists/migrations/0020_add_code.py
checklists/migrations/0021_add_activity.py
checklists/migrations/0022_add_time.py
checklists/migrations/0023_set_method_time.py
checklists/migrations/0024_delete_checklist_time.py
checklists/migrations/0025_rename_observers.py
checklists/migrations/0026_add_many_observers_and_reporter.py
checklists/migrations/0027_set_many_observers_and_reporter.py
checklists/migrations/0028_delete_observer_names_and_submitted_by.py
checklists/migrations/0029_add_filter.py
checklists/migrations/0030_add_detail_identifier.py
checklists/migrations/0031_copy_subspecies.py
checklists/migrations/0032_delete_entry_subspecies.py
checklists/migrations/0033_add_field_location_national.py
checklists/migrations/0034_entry_comments_are_text.py
checklists/migrations/0035_del_photo.py
checklists/migrations/0036_rebuild_locationalias.py
checklists/migrations/0037_set_original_location.py
checklists/migrations/0038_delete_locationalias_name.py
checklists/migrations/0039_add_status.py
checklists/migrations/0040_set_entry_status.py
checklists/migrations/0041_delete_slugs.py
checklists/migrations/0042_detail_time_and_duration.py
checklists/migrations/0043_add_map.py
checklists/migrations/0044_rename_code_to_slug.py
checklists/migrations/0045_blank_fields.py
checklists/migrations/0046_method_time_optional.py
checklists/migrations/__init__.py
checklists/scripts/__init__.py
checklists/scripts/initdb.py
checklists/scripts/load_activities.py
checklists/scripts/load_ages.py
checklists/scripts/load_directions.py
checklists/scripts/load_map.py
checklists/scripts/load_plumages.py
checklists/scripts/load_protocols.py
checklists/scripts/load_ranks.py
checklists/scripts/load_sexes.py
checklists/scripts/load_species.py
checklists/scripts/load_species_groups.py
checklists/scripts/utils.py
checklists/templates/admin/base_site.html
checklists/templates/management/commands/load_checklists_status.html
checklists/tests/__init__.py
checklists/tests/factories.py
checklists/tests/runner.py
checklists/tests/runtests.py
checklists/tests/api/__init__.py
checklists/tests/api/test_checklists.py
checklists/tests/api/test_checklists_added_on.py
checklists/tests/api/test_checklists_between.py
checklists/tests/api/test_checklists_on.py
checklists/tests/api/test_entries.py
checklists/tests/api/test_entries_added_between.py
checklists/tests/api/test_entries_added_on.py
checklists/tests/api/test_entries_between.py
checklists/tests/api/test_entries_for.py
checklists/tests/api/test_entries_on.py
checklists/tests/commands/__init__.py
checklists/tests/commands/test_load_checklists.py
checklists/tests/models/__init__.py
checklists/tests/models/test_activity.py
checklists/tests/models/test_age.py
checklists/tests/models/test_checklist.py
checklists/tests/models/test_detail.py
checklists/tests/models/test_direction.py
checklists/tests/models/test_entry.py
checklists/tests/models/test_location.py
checklists/tests/models/test_method.py
checklists/tests/models/test_plumage.py
checklists/tests/models/test_protocol.py
checklists/tests/models/test_sex.py
checklists/tests/models/test_species.py
checklists/tests/models/test_species_group.py
checklists/tests/models/test_species_type.py
checklists/tests/translations/__init__.py
checklists/tests/translations/test_translation_strings.py
scripts/__init__.py
scripts/create_group.py
scripts/isblank.py
scripts/issubset.py
scripts/utils.py