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.
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>
* status: new => assigned
* owner: nobody => jezdez
--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:2>
* 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>
* 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>
Comment (by Markush2010):
Looks good to me.
--
Ticket URL: <https://code.djangoproject.com/ticket/23677#comment:5>
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>
* 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>