Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for ticket #18685 #240

Closed
wants to merge 3 commits into from
Closed

Patch for ticket #18685 #240

wants to merge 3 commits into from

Commits on Jul 30, 2012

  1. Change the way that management modules are found to use pkgutil instead

    of imp, so that multiple modules in the same heirarchy can be installed
    from different setuptools packages. Addresses ticket #18685
    cberner committed Jul 30, 2012
    Copy the full SHA
    be5eb95 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2012

  1. Add regression test for ticket #18685, which tests that loading

    management commands from two different setuptools packages, that are in
    the same parent module works correctly.
    cberner committed Jul 31, 2012
    Copy the full SHA
    4ad9b20 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b3a124b View commit details
    Browse the repository at this point in the history