Skip to content

Commit

Permalink
Merge branch 'hotfix-1.26.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Perfilov committed Feb 12, 2015
2 parents 8e4533f + 23ce803 commit dc2b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datajson/datajsonvalidator.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

IANA_MIME_REGEX = re.compile(r"^[-\w]+/[-\w]+(\.[-\w]+)*([+][-\w]+)?$")

PRIMARY_IT_INVESTMENT_UII_REGEX = re.compile(r"$[0-9]{3}-[0-9]{9}^")
PRIMARY_IT_INVESTMENT_UII_REGEX = re.compile(r"^[0-9]{3}-[0-9]{9}$")

ACCRUAL_PERIODICITY_VALUES = (
None, "R/P10Y", "R/P4Y", "R/P1Y", "R/P2M", "R/P3.5D", "R/P1D", "R/P2W", "R/P0.5W", "R/P6M",
Expand Down

0 comments on commit dc2b004

Please sign in to comment.