Skip to content

Upgrade #8

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Upgrade #8

wants to merge 4 commits into from

Conversation

rhettchase
Copy link

  • did review of quick start and tested functionality
  • upgrades whitenoise to 6.6.0
  • upgrades djangorestframework-simplejwt to v 5.3.1 (Note: simplejwt is only compatible up to Django 4.2)
  • fixes detail view template bug to correctly display reviewer
  • updates create template to include description
  • Note: Django REST Framework is not tested to be compatible with Django 5, so did NOT upgrade Django. Per DRF docs, latest compatibility is Django 4.1

@@ -29,8 +29,7 @@ <h5 class=" flex-auto mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:

</div>

<h5 class=" flex-auto mb-2 text-md font-bold tracking-tight text-gray-900 dark:text-white">Reviewed by: {{
thing.reviewer }}</h5>
<h5 class="flex-auto mb-2 font-bold tracking-tight text-gray-900 text-md dark:text-white">Reviewed by: {{ thing.reviewer.username }}</h5>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes formatting to display reviewers's username

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