MeghaSharma21 / WorklistTool-GSoC-2018

Tool is being developed for Wikimedia under GSoC 2018
5 stars 7 forks source link

PR for bug fix and adding pagination #8

Closed MeghaSharma21 closed 6 years ago

MeghaSharma21 commented 6 years ago

@eggpi please review.

  1. Resolved bug: Silent failure happened when an object of Article model existed with the same name but other different field values existed. Hence, replaced the get_or_create call with update_or_create call.
  2. Added pagination in tables for showing tasks and worklists
MeghaSharma21 commented 6 years ago

And yes, I added timeout for petscan requests. For now, fixed it to 10 seconds.