[Django] #23677: Move django.contrib.formtools to own repo and packaged app

42 views
Skip to first unread message

Django

unread,
Oct 17, 2014, 3:55:16 PM10/17/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
------------------------------------------------+------------------------
Reporter: jezdez | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.formtools | Version: master
Severity: Normal | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 1 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
As discussed in https://groups.google.com/d/topic/django-
developers/cJyL87v3BWw/discussion the formtools contrib app should be
moved out of Django and released as a separately maintained package on
PyPI.

I'm opening this just as a matter of record keeping and to make sure all
questions are answered.

--
Ticket URL: <https://code.djangoproject.com/ticket/23677>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Oct 17, 2014, 3:59:45 PM10/17/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
--------------------------------------+------------------------------------

Reporter: jezdez | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.formtools | Version: master
Severity: Normal | Resolution:

Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by jezdez):

Here is what I've done already:

- moved the app into an own Git repo and pushed it to
https://github.com/django/django-formtools (kept the Git history with some
trickery and pokery)
- added files for packaging it
- ported over the docs from Django's own docs (http://django-
formtools.rtfd.org/)
- set up continuous integration based on Travis CI (https://travis-
ci.org/django/django-formtools)
- set up a Transifex project under the Django organization
(https://www.transifex.com/projects/p/django-formtools/)
- set up automatic code coverage testing (https://coveralls.io/r/django
/django-formtools)
- fixed a few broken translation strings

I'm tracking the rest of the issues for the actual app separately in the
1.0 milestone over at its new issue tracker: https://github.com/django
/django-formtools/milestones/1.0

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:1>

Django

unread,
Oct 17, 2014, 4:00:08 PM10/17/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
--------------------------------------+------------------------------------
Reporter: jezdez | Owner: jezdez
Type: Cleanup/optimization | Status: assigned
Component: contrib.formtools | Version: master
Severity: Normal | Resolution:

Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 1
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by jezdez):

* status: new => assigned
* owner: nobody => jezdez


--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:2>

Django

unread,
Oct 17, 2014, 4:51:52 PM10/17/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
--------------------------------------+------------------------------------
Reporter: jezdez | Owner: jezdez
Type: Cleanup/optimization | Status: assigned
Component: contrib.formtools | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by jezdez):

* needs_docs: 1 => 0
* has_patch: 0 => 1


Comment:

Patch for the doc update here: https://github.com/django/django/pull/3385

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:3>

Django

unread,
Oct 22, 2014, 12:34:58 PM10/22/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
-------------------------------------+-------------------------------------
Reporter: jezdez | Owner: jezdez
Type: | Status: assigned
Cleanup/optimization | Version: master
Component: contrib.formtools | Resolution:
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by timgraham):

* stage: Accepted => Ready for checkin


Comment:

Docs look good to me. I left a link with some minor edits on the PR.

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:4>

Django

unread,
Oct 30, 2014, 6:27:43 PM10/30/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
-------------------------------------+-------------------------------------
Reporter: jezdez | Owner: jezdez
Type: | Status: assigned
Cleanup/optimization | Version: master
Component: contrib.formtools | Resolution:
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Markush2010):

Looks good to me.

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:5>

Django

unread,
Nov 26, 2014, 9:42:13 AM11/26/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
-------------------------------------+-------------------------------------
Reporter: jezdez | Owner: jezdez
Type: | Status: assigned
Cleanup/optimization | Version: master
Component: contrib.formtools | Resolution:
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"6302893112a67343b3f5eff3f09f91b245346877"]:
{{{
#!CommitTicketReference repository=""
revision="6302893112a67343b3f5eff3f09f91b245346877"
Updated formtools docs to point at new package outside the Django repo.

Refs #23677.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:6>

Django

unread,
Nov 26, 2014, 9:56:53 AM11/26/14
to django-...@googlegroups.com
#23677: Move django.contrib.formtools to own repo and packaged app
-------------------------------------+-------------------------------------
Reporter: jezdez | Owner: jezdez
Type: | Status: closed
Cleanup/optimization | Version: master
Component: contrib.formtools | Resolution: fixed

Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"14a3b60981f63334520c713bb3a2c9c694c49a1f"]:
{{{
#!CommitTicketReference repository=""
revision="14a3b60981f63334520c713bb3a2c9c694c49a1f"
Fixed #23677 -- Removed contrib.formtools
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:7>

Reply all
Reply to author
Forward
0 new messages