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

Migrate to PeopleDoc's organization #284

Merged
merged 1 commit into from
Nov 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ master (unreleased)
- Reactivate accidentally skipped ``test_validations.py`` tests
- Add JSON migrations
- ``FormidableItem.value`` field size now has no limit (``TextField``)
- Migrate to PeopleDoc GitHub organization (#283)

Release 1.0.2 (2017-10-10)
==========================
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ django-formidable

.. image:: docs/source/_static/formidable-logo.png

.. image:: https://circleci.com/gh/novafloss/django-formidable.svg?style=svg&circle-token=6f273f564e1e44f702aef7c1d00baff74609c791
:target: https://circleci.com/gh/novafloss/django-formidable
.. image:: https://circleci.com/gh/peopledoc/django-formidable.svg?style=svg&circle-token=6f273f564e1e44f702aef7c1d00baff74609c791
:target: https://circleci.com/gh/peopledoc/django-formidable

django-formidable is a full django application which allows you to create,
edit, delete and use forms.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
description='django-formidable is a full django application which '
'allows you to create, edit, delete and use forms.',
long_description=README,
url='https://github.com/novafloss/django-formidable',
url='https://github.com/peopledoc/django-formidable',
author='Guillaume Camera, Guillaume Gérard',
author_email='guillaume.camera@people-doc.com, '
'guillaume.gerard@people-doc.com',
Expand Down