Opened 10 years ago

Closed 10 years ago

#23677 closed Cleanup/optimization (fixed)

Move django.contrib.formtools to own repo and packaged app

Reported by: Jannis Leidel Owned by: Jannis Leidel
Component: contrib.formtools Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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.

Change History (7)

comment:1 by Jannis Leidel, 10 years ago

Here is what I've done already:

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

comment:2 by Jannis Leidel, 10 years ago

Owner: changed from nobody to Jannis Leidel
Status: newassigned

comment:3 by Jannis Leidel, 10 years ago

Has patch: set
Needs documentation: unset

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

comment:4 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

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

comment:5 by Markus Holtermann, 10 years ago

Looks good to me.

comment:6 by Tim Graham <timograham@…>, 10 years ago

In 6302893112a67343b3f5eff3f09f91b245346877:

Updated formtools docs to point at new package outside the Django repo.

Refs #23677.

comment:7 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 14a3b60981f63334520c713bb3a2c9c694c49a1f:

Fixed #23677 -- Removed contrib.formtools

Note: See TracTickets for help on using tickets.
Back to Top