Skip to content
Snippets Groups Projects
  1. Jun 26, 2019
  2. Jun 25, 2019
  3. Jun 24, 2019
  4. Jun 23, 2019
  5. Jun 21, 2019
    • Ned Batchelder's avatar
      Fix problems that drf-yasg uncovered. · b3a73155
      Ned Batchelder authored
      These were originally fixed individually, but had to be reverted, and
      are now combined in one commit.  The originals were:
      
      7b9040f6 This enum was backwards
      8774ff1f Use ref_name to disambiguate serializers that drf-yasg would otherwise assume are the same.
      8a443971 Is this field missing because it is None?
      4a1154a7 Give a safer buffer for clearing the rate limiting
      64c47856 DRF 3.7.4 changed how you delegate to another view, so don't
      7359ca4f Is this right? It fixes two tests
      fdd66e53 Adjust the expected error message for DRF 3.7.7
      9257f68f The default TIME_ZONE should be UTC
      b3a73155
    • Ned Batchelder's avatar
      Un-truncate test failure diffs · 6da0d5bf
      Ned Batchelder authored
      (cherry picked from commit de8e158c)
      6da0d5bf
    • Ned Batchelder's avatar
      make upgrade · e0c4205b
      Ned Batchelder authored
      e0c4205b
    • Ned Batchelder's avatar
      Add drf-yasg · 2e9cae46
      Ned Batchelder authored
      * Install drf-yasg
      
      * Add drf-yasg settings and urls
      
      * Pin drf to make drf-yasg work
      
      * Adjust config-models version to be compatible
      
      * Remove django-rest-swagger (the old way)
      2e9cae46
Loading