Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove ... in rest_framework.txt to make life easy #1651

Merged
merged 2 commits into from
Mar 26, 2024

Commits on Mar 26, 2024

  1. remove ... in rest_framework.txt to make life easy

    Someone silly like me, who just copies and posts the code snippet with the ..., will get an exception `AttributeError: 'ellipsis' object has no attribute 'rsplit'`. So let's just remove it and make life easy.
    vainl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    d4c42f4 View commit details
    Browse the repository at this point in the history
  2. Update rest_framework.txt

    So let's add a comment and keep the ellipsis there.
    vainl committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    618c61d View commit details
    Browse the repository at this point in the history