Skip to content

Commit 1df4f95

Browse files
authored
Merge pull request #284 from peopledoc/migrate-to-peopledoc-orga
Migrate to PeopleDoc's organization
2 parents d458a19 + 9a3275d commit 1df4f95

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ master (unreleased)
1212
- Reactivate accidentally skipped ``test_validations.py`` tests
1313
- Add JSON migrations
1414
- ``FormidableItem.value`` field size now has no limit (``TextField``)
15+
- Migrate to PeopleDoc GitHub organization (#283)
1516

1617
Release 1.0.2 (2017-10-10)
1718
==========================

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ django-formidable
44

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

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

1010
django-formidable is a full django application which allows you to create,
1111
edit, delete and use forms.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
description='django-formidable is a full django application which '
2020
'allows you to create, edit, delete and use forms.',
2121
long_description=README,
22-
url='https://github.com/novafloss/django-formidable',
22+
url='https://github.com/peopledoc/django-formidable',
2323
author='Guillaume Camera, Guillaume Gérard',
2424
author_email='[email protected], '
2525

0 commit comments

Comments
 (0)