Skip to content
Snippets Groups Projects
  1. Oct 01, 2014
  2. Jul 28, 2014
  3. Mar 04, 2014
  4. Jan 29, 2014
  5. Jan 22, 2014
  6. Jan 17, 2014
  7. Jul 26, 2013
  8. Jul 25, 2013
  9. Jul 24, 2013
  10. Jun 25, 2013
  11. Jun 24, 2013
  12. Jun 21, 2013
  13. Jun 20, 2013
  14. 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
  15. Jun 14, 2013
  16. Jun 12, 2013
  17. Jun 11, 2013
  18. May 22, 2013
  19. May 21, 2013
  20. May 06, 2013
  21. May 03, 2013
  22. 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
  23. Apr 19, 2013
  24. Mar 28, 2013
Loading