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

add the new get_callback_args() from route to find keyword #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 9, 2017

  1. Added a code to get into 1st level of closure in case of other decora…

    …tor (like views) has wrapped the function and miss the the keyword detection. tested 0.12 & 0.13.
    benoitm974 committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    65e186d View commit details
    Browse the repository at this point in the history
  2. With a better check for the function type instead of callable, thanks…

    … to the test unit of sqlite !!
    benoitm974 committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    a640aff View commit details
    Browse the repository at this point in the history
  3. Change to use the get_callback_args route function to return the righ…

    …t function to analyse for keywords and insert the sqlite connection.
    benoitm974 committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    88722c7 View commit details
    Browse the repository at this point in the history