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

Geoshapes from wikidata #29

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

Geoshapes from wikidata #29

wants to merge 9 commits into from

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    f9e65c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fca364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5c607 View commit details
    Browse the repository at this point in the history
  4. Add queryset_filter param to periodic queuing

    Some tasks (e.g. `refresh_geoshape`) only need to happen on a particular subset
    of items. This change means that `with_periodic_queuing_task` will only queue
    tasks for items that meet a particular condition, specified though a
    `queryset_filter=lambda qs: qs.filter(…)` parameter when constructing the
    decorator.
    alexdutton committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    3d8b22e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a9171d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7a3fe8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe23c20 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4499a82 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e585e6e View commit details
    Browse the repository at this point in the history