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

Add deprecation indicator for URLs when using JSON format. #1

Closed
wants to merge 1 commit into from

Conversation

alkanen
Copy link
Collaborator

@alkanen alkanen commented Jul 14, 2020

This is part of the functionality I think I need in order to be able to do a PR checker than can turn red on breaking changes to the migrations or endpoints.

This will enable tagging endpoints as deprecated in urls.py and the PR checker will be able to see if endpoints existed in the latest release but not in the PR, and if they aren't flagged as deprecated in the latest release it will be considered an error.

@alkanen
Copy link
Collaborator Author

alkanen commented Jul 15, 2020

Look at #2 instead. The code changes are roughly the same (I improved one little thing, but no functional differences) but it's based on tag 3.0.2 rather than HEAD.

@alkanen alkanen closed this Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant