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

[Django Upgrade] [ENG-4072] The Rest - Part 2 #10072

Commits on Sep 30, 2022

  1. Fix missing or insufficient permission test for amdin preprints view

    Co-authored-by: John Tordoff <johnetordoff@gmail.com>
    cslzchen and Johnetordoff committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bfc5b8c View commit details
    Browse the repository at this point in the history
  2. Fix admin user view tests by using HTTP response headers object

    Co-authored-by: John Tordoff <johnetordoff@gmail.com>
    cslzchen and Johnetordoff committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b927676 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a61cd1b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    21bfede View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Fix visible contributor query

    Co-authored-by: Jon Walz <jonmwalz@gmail.com>
    cslzchen and jwalz committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ca45a2a View commit details
    Browse the repository at this point in the history
  2. Fix handle_archive_fail and its tests

    Co-authored-by: John Tordoff <johnetordoff@gmail.com>
    cslzchen and Johnetordoff committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0375a5a View commit details
    Browse the repository at this point in the history
  3. Use a different schema to fix tests failure due to django3 upgrade

    Co-authored-by: John Tordoff <johnetordoff@gmail.com>
    2 people authored and cslzchen committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b3aa28d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b30044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a99e2 View commit details
    Browse the repository at this point in the history
  6. Improve to_internal_value() in NodeRelationshipField

    This fixes a bug that is revealed by django3 upgrade: the object
    returned from `self.context['view']` sometime doesn't have the
    `.get_node()` method.
    cslzchen committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b311d18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    227ee3a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    16f7a3a View commit details
    Browse the repository at this point in the history