Skip to content

Commit

Permalink
Merge pull request #96 from drkane/location-update
Browse files Browse the repository at this point in the history
Location & Charity Commission update
  • Loading branch information
drkane authored Apr 17, 2021
2 parents 24de877 + b239965 commit e47e1ef
Show file tree
Hide file tree
Showing 79 changed files with 5,404 additions and 2,259 deletions.
3 changes: 1 addition & 2 deletions api/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ class OrganisationFilter(filters.FilterSet):

class Meta:
model = Organisation
fields = ["active", "geo_laua", "organisationType"]
fields = ["active", "organisationType"]


class OrganisationIn(Schema):
organisationType: List[str] = None
geo_laua: str = None
active: bool = True
page: int = 1
limit: int = 10
1 change: 0 additions & 1 deletion charity/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,3 @@ def code_(self, obj):
admin.site.register(charity.AreaOfOperation, JSONFieldAdmin)
admin.site.register(charity.Vocabulary, VocabularyAdmin)
admin.site.register(charity.VocabularyEntries, VocabularyEntriesAdmin)
admin.site.register(charity.CcewDataFile, JSONFieldAdmin)
45 changes: 0 additions & 45 deletions charity/feeds.py

This file was deleted.

Loading

0 comments on commit e47e1ef

Please sign in to comment.