Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of the last remnants of FormAlchemy #832

Merged
merged 2 commits into from
Nov 6, 2014

Conversation

amercader
Copy link
Member

Still in pip-requirements and:

ckan/config/routing.py:267:    ##to get back formalchemy uncomment these lines
ckan/config/routing.py:268:    ##map.connect('/group/new', controller='group_formalchemy', action='new')
ckan/config/routing.py:269:    ##map.connect('/group/edit/{id}', controller='group_formalchemy', action='edit')
ckan/lib/field_types.py:8:    import formalchemy
ckan/lib/field_types.py:250:            raise formalchemy.ValidationError(e)
ckan/tests/lib/test_field_types.py:1:import formalchemy
ckan/tests/lib/test_field_types.py:60:            self.assertRaises(formalchemy.ValidationError, DateType.form_validator, date_str)

This includes, apart from the library requirement, the field_types module,
which has been unused for a very long time, and some unused converters
as well.
seanh added a commit that referenced this pull request Nov 6, 2014
Get rid of the last remnants of FormAlchemy
@seanh seanh merged commit 808bc49 into master Nov 6, 2014
@seanh seanh deleted the 832-get-rid-of-formalchemy branch November 6, 2014 11:42
tino097 added a commit to tino097/ckan that referenced this pull request Mar 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants