Skip to content
Snippets Groups Projects
  1. Jan 17, 2014
  2. Jul 26, 2013
  3. Jul 25, 2013
  4. Jul 24, 2013
  5. Jun 25, 2013
  6. Jun 24, 2013
  7. Jun 21, 2013
  8. Jun 20, 2013
  9. Jun 19, 2013
    • Branson Stephens's avatar
      error handling in renderers for search · b331f08f
      Branson Stephens authored
      b331f08f
    • Brian Moe's avatar
      GraceQueryField/SimpleSearchForm builds db query. · ae2e1f04
      Brian Moe authored
      GraceQueryField used to return a Q() instance for cleaned 'query'
      field.  Unfortunately, bad queries were not always identified until
      the Q() instance was used to do a query.  If the filter() is done
      while cleaning the data, this error case can be identified earlier
      and in what is likely a more appropriate place.  Luckily, Django
      querysets are lazy, so only the SQL query is build -- nothing hits
      the database itself until the data is required.
      ae2e1f04
  10. Jun 14, 2013
  11. Jun 12, 2013
  12. Jun 11, 2013
  13. May 22, 2013
  14. May 21, 2013
  15. May 06, 2013
  16. May 03, 2013
  17. Apr 30, 2013
    • Brian Moe's avatar
      Second URL for REST API. · 6accaa76
      Brian Moe authored
      To accomodate the fact that our Apache can't do Shibboleth *and* X.509
      auth on the same URL and we want both kinds of auth available for the API.
      6accaa76
  18. Apr 19, 2013
  19. Mar 28, 2013
  20. Mar 27, 2013
  21. Mar 04, 2013
  22. Feb 25, 2013
  23. Feb 22, 2013
Loading