Skip to content

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


<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