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

Fix 500 Server Error with DRF browsable API and resolve blank Swagger API documentation #1603

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. Properly migrate crispy_forms to 2.x

    - Crispy removed all Bootstrap template packs.
    - These template packs are now available as standalone packages.
    - See https://github.com/django-crispy-forms/django-crispy-forms/releases/tag/2.0
    
    - Fixes #1602
    
    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a6ce64c View commit details
    Browse the repository at this point in the history
  2. Fix Swagger API documentation

    - Revert drf-spectacular to 0.24.2
    
    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cf2e6c8 View commit details
    Browse the repository at this point in the history
  3. Use queryset with prefetch in /api/aliases endpoint

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    447d1bf View commit details
    Browse the repository at this point in the history