1. 26 May, 2015 1 commit
  2. 24 May, 2015 8 commits
  3. 21 May, 2015 4 commits
  4. 20 May, 2015 3 commits
  5. 19 May, 2015 2 commits
  6. 06 May, 2015 4 commits
  7. 05 May, 2015 1 commit
    • Dominik Janků's avatar
      Update filters.py · 2a55cd5c
      Dominik Janků authored
      There are some programmers using unicode strings by default in Python 2 (from __future__ import unicode_literals). In that case "str.lower" raises TypeError (str type is expected, unicode given). This propose fixed mentioned issue.
      2a55cd5c
  8. 04 May, 2015 4 commits
  9. 03 May, 2015 2 commits
  10. 02 May, 2015 2 commits
  11. 01 May, 2015 2 commits
    • jnga's avatar
      Finish updating tests. · 9d6581bd
      jnga authored
      9d6581bd
    • jnga's avatar
      Make 'contains' the default string filter operator. · 4371d0e8
      jnga authored
      Upon adding a filter for a string field, 'equals' is the
      default selected operator. The broader option, 'contains',
      is more like the searches people typically do on web
      site and operating system search boxes. Being broader,
      contains is more generally useful for string fields than
      equals.
      
      This change places contains first in the list so it is
      the default choice, preventing the user from having to
      select it. The change applies to all three data engines
      (MongoEngine, Peewee, and SQLAlchemy).
      4371d0e8
  12. 28 Apr, 2015 6 commits
  13. 27 Apr, 2015 1 commit