Skip to content

Commit

Permalink
[#3057] remove validators that were overwritten
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nut committed May 26, 2016
1 parent 4c81720 commit f560e18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/schema.py
Expand Up @@ -211,8 +211,8 @@ def default_show_package_schema():
'format': [ignore_missing, clean_format, unicode],
'created': [ignore_missing],
'position': [not_empty],
'last_modified': [ignore_missing],
'cache_last_updated': [ignore_missing],
'last_modified': [],
'cache_last_updated': [],
'revision_id': [],
'package_id': [],
'size': [],
Expand Down

0 comments on commit f560e18

Please sign in to comment.