1. 27 Aug, 2013 12 commits
  2. 26 Aug, 2013 9 commits
  3. 25 Aug, 2013 2 commits
  4. 23 Aug, 2013 4 commits
  5. 22 Aug, 2013 4 commits
  6. 20 Aug, 2013 2 commits
  7. 17 Aug, 2013 3 commits
  8. 16 Aug, 2013 2 commits
    • Florian Sachs's avatar
      Merge branch 'multiple_primary_keys' · 57ff13b7
      Florian Sachs authored
      57ff13b7
    • Florian Sachs's avatar
      Support Mass-delete with multiple pks · 1c7b8137
      Florian Sachs authored
      `contrib.sqla.view.ModelView.action_delete()` now is able to mass-delete models with multiple primary keys. Therefore, two new helper functions has been introduced in `contribg.sqla.tools`:
      
      * `tuple_operator_in()` that fakes the `sqlalchemy.tuple_` operator for engines, that do not support the `tuple_` operator. (like sqlite)
      * `get_query_for_ids()` that returns a query, object that contains all objects identified by the `ids`.
      
      Both functions have docstrings with more information.
      
      The logic of the `action_delete()` did not change, as for objects with a single primary key, the codepath did not change at all.
      1c7b8137
  9. 14 Aug, 2013 2 commits