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

Allow wildcards inside of configuration section names #5120

Merged
merged 7 commits into from May 30, 2018
Merged

Commits on May 29, 2018

  1. Allow wildcards inside of configuration section names

    This is to support Django-style usecases with patterns like
    `site.*.migrations.*`.
    
    The implementation works by mixing in the old-style glob matching with
    the new structured matching.
    
    Fixes #5014.
    msullivan committed May 29, 2018
    Copy the full SHA
    fcda3f8 View commit details
    Browse the repository at this point in the history
  2. fix error message problems

    msullivan committed May 29, 2018
    Copy the full SHA
    99d1bdf View commit details
    Browse the repository at this point in the history
  3. spelling

    msullivan committed May 29, 2018
    Copy the full SHA
    b4526af View commit details
    Browse the repository at this point in the history
  4. fix lint

    msullivan committed May 29, 2018
    Copy the full SHA
    237026a View commit details
    Browse the repository at this point in the history
  5. some cleanups

    msullivan committed May 29, 2018
    Copy the full SHA
    eb96bf9 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Copy the full SHA
    8bdf2b2 View commit details
    Browse the repository at this point in the history
  2. Fix leading *s

    msullivan committed May 30, 2018
    Copy the full SHA
    4858c37 View commit details
    Browse the repository at this point in the history