Skip to content

Version 3.7.2

Compare
Choose a tag to compare
@carltongibson carltongibson released this 06 Nov 11:07
· 1281 commits to master since this release
3dc40f9

Point release for 3.7.x

  • Fixed Django 2.1 compatibility due to removal of django.contrib.auth.login()/logout() views. #5510
  • Add missing import for TextLexer. #5512
  • Adding examples and documentation for caching #5514
  • Include date and date-time format for schema generation #5511
  • Use triple backticks for markdown code blocks #5513
  • Interactive docs - make bottom sidebar items sticky #5516
  • Clarify pagination system check #5524
  • Stop JSONBoundField mangling invalid JSON #5527
  • Have JSONField render as textarea in Browsable API #5530
  • Schema: Exclude OPTIONS/HEAD for ViewSet actions #5532
  • Fix ordering for dotted sources #5533
  • Fix: Fields with allow_null=True should imply a default serialization value #5518
  • Ensure Location header is strictly a 'str', not subclass. #5544
  • Add import to example in api-guide/parsers #5547
  • Catch OverflowError for "out of range" datetimes #5546
  • Add djangorestframework-rapidjson to third party packages #5549
  • Increase test coverage for drf_create_token command #5550
  • Add trove classifier for Python 3.6 support. #5555
  • Add pip cache support to the Travis CI configuration #5556
  • Rename [wheel] section to [bdist_wheel] as the former is legacy #5557
  • Fix invalid escape sequence deprecation warnings #5560
  • Add interactive docs error template #5548
  • Add rounding parameter to DecimalField #5562
  • Fix all BytesWarning caught during tests #5561
  • Use dict and set literals instead of calls to dict() and set() #5559
  • Change ImageField validation pattern, use validators from DjangoImageField #5539
  • Fix processing unicode symbols in query_string by Python 2 #5552

See 3.7.2 Milestone