Skip to content

Commit

Permalink
[#2571] Add note about further checks
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 19, 2015
1 parent c84194c commit d5234c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckanext/datapusher/interfaces.py
Expand Up @@ -20,6 +20,11 @@ def can_upload(self, resource_id):
whilst returning True will submit the resource to the datapusher
service
Note that before reaching this hook there is a prior check on the
resource format, which depends on the value of
the :ref:`ckan.datapusher.formats` configuration option (and requires
the resource to have a format defined).
:param resource_id: The ID of the resource that is to be
pushed to the datapusher service.
Expand Down

0 comments on commit d5234c2

Please sign in to comment.