rivernews / iriversland2-api

My personal website's backend code base.
https://api.shaungc.com
0 stars 0 forks source link

Upgrade Django to v4 and also other libraries #28

Closed rivernews closed 2 years ago

rivernews commented 2 years ago

First draft of upgrade to Django v4.

Status

Migration plan:

❯ ./manage.py migrate --plan                                                                                                       
Planned operations:
admin.0003_logentry_add_action_flag_choices
    Alter field action_flag on logentry
auth.0009_alter_user_last_name_max_length
    Alter field last_name on user
auth.0010_alter_group_name_max_length
    Alter field name on group
auth.0011_update_proxy_permissions
    Raw Python operation ->     Update the content_type of prox…
auth.0012_alter_user_first_name_max_length
    Alter field first_name on user
rivernews commented 2 years ago

Need Frontend Support

Backend JWT Auth payload and process will change. We need frontend to make the change too, mostly about the refresh mechanism.