Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26221 closed Bug (fixed)

reusable-apps doc should include polls.migrations in setup.py packages

Reported by: Ryan Nowakowski Owned by: nobody
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

polls.migrations should be included in setup.py packages. Otherwise the migrations won't be included in the tarball. Here's a pull request: https://github.com/django/django/pull/6144

Change History (4)

comment:1 by Simon Charette, 8 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 11af73e:

Fixed #26221 -- Used find_packages() in reusable apps tutorial.

Otherwise the migrations package won't be included in the tarball.

comment:3 by Tim Graham <timograham@…>, 8 years ago

In ca1f439:

[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.

Otherwise the migrations package won't be included in the tarball.

Backport of 11af73eaeb4371ded68460c1591abd6aefa57a90 from master

comment:4 by Tim Graham <timograham@…>, 8 years ago

In 4aab1d4b:

[1.8.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.

Otherwise the migrations package won't be included in the tarball.

Backport of 11af73eaeb4371ded68460c1591abd6aefa57a90 from master

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