-
Notifications
You must be signed in to change notification settings - Fork 5
Update main for v0.1
#62
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [django](https://github.com/django/django) from 1.11.21 to 1.11.22. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.11.21...1.11.22) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 1.11.22 to 1.11.23. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.11.22...1.11.23) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 1.11.26 to 1.11.28. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.11.26...1.11.28) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 1.11.28 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.11.28...1.11.29) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.4 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.9.4...3.11.2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@1.11.29...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.24...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bump django from 2.2.24 to 2.2.27
Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add benchmarks app
Revisions to view
- Correct info line on how far back the data goes. - Set last update time to be in ISO 8601 format. - Change "page last updated" to "data last fetched" as it's more accurate.
- Standarise indents to two spaces. - Remove extra html tag. - Add closing html tag. - Tweak column headers. - Tidy formatting. - Standardise last fetch timestampts to ISO-8601.
User info improvements
url() is deprecating and is directly replaced by re_path(), but the new simpler path() function suits this use case.
* Add sorting by update time * Add comment about ordering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.