Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
  • Muhammad Ariq Basyar's avatar
    d02db907
    [CHORES] fix bugs, new url authorize and fix models BisaGoUser, hidden field · d02db907
    Muhammad Ariq Basyar authored
    - fix has_obj_permission on BisaGoUserSerializer, now other than update and retrive has no object permission
    - added output and input formats for tanggal_lahir, output dd MM yyy, input dd MM yyyy and yyy-mm-dd
    - change hidden field replacement format with "({field_name} dirahasiakan)"
    - change return of login view from username, token, token_type to user (bisagouser object), token and token_type
    - new authorize url to check whether the request is authenticated or not
    Verified
    d02db907
    History
    [CHORES] fix bugs, new url authorize and fix models BisaGoUser, hidden field
    Muhammad Ariq Basyar authored
    - fix has_obj_permission on BisaGoUserSerializer, now other than update and retrive has no object permission
    - added output and input formats for tanggal_lahir, output dd MM yyy, input dd MM yyyy and yyy-mm-dd
    - change hidden field replacement format with "({field_name} dirahasiakan)"
    - change return of login view from username, token, token_type to user (bisagouser object), token and token_type
    - new authorize url to check whether the request is authenticated or not
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
views.py 2.34 KiB