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

feat!: django4 #5740

Merged
merged 119 commits into from
Jun 1, 2023
Merged

feat!: django4 #5740

merged 119 commits into from
Jun 1, 2023

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    e1b783e View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    9fda268 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. 1 Configuration menu
    Copy the full SHA
    6d4d095 View commit details
    Browse the repository at this point in the history
  2. chore: Revert psycopg2 dependency

    Try again with Django 3.2
    jennifer-richards committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9fde845 View commit details
    Browse the repository at this point in the history
  3. chore: Remove django-cookie-delete-with-all-settings.patch

    Patch no longer applies. Needed until Django 4.2.1, so bring it back
    if we deploy something earlier than that to production.
    jennifer-richards committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2cf2a3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcb211f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07e26dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da16839 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31fd431 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    ed571ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69eb634 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57026bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21ac8c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a75dbd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d0934 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    163479b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f443cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1015cf8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6259a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    406ba7b View commit details
    Browse the repository at this point in the history
  12. fix: Explicitly order GroupTypeNames in active_group_types

    Relying on Meta.ordering to order querysets involving GROUP BY queries
    is deprecated and will be dropped in Django 3.1.
    jennifer-richards committed May 10, 2023
    Configuration menu
    Copy the full SHA
    eee145e View commit details
    Browse the repository at this point in the history
  13. style: Double backslashes in strings

    Not sure why, but if I change the DeprecationWarning filter to
    "error", I get a SyntaxError from the \[ because it is an invalid
    escape sequence. Not sure why that change triggers it, but
    "\[" and "\\[" are the same, so this is a no-op.
    jennifer-richards committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0d07059 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    477a2de View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge pull request #5601 from jennifer-richards/django4

    chore: Upgrade to Django 3.0
    jennifer-richards committed May 11, 2023
    Configuration menu
    Copy the full SHA
    264ff60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a9efc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge pull request #5611 from ietf-tools/main

    chore: merge main into feat/django4
    jennifer-richards committed May 12, 2023
    Configuration menu
    Copy the full SHA
    96396b8 View commit details
    Browse the repository at this point in the history
  2. test: Remove ScheduleEditTests.testUnschedule (#5607)

    * test: Remove ScheduleEditTests.testUnschedule
    
    Has been disabled under Django 2. Simple refactoring does not make it
    functional under Django 3. Probably because we know that Selenium does
    not handle HTML5 drag-and-drop well. Discarding until we move to a
    better JS testing framework.
    
    * test: Remove unused imports
    jennifer-richards committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1419a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2534fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f99d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb7d66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    addc967 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0cb46d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5612 from jennifer-richards/django31

    chore: Upgrade to Django 3.1
    jennifer-richards committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2f6da9e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00118f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa4c041 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    87fdfaa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    828071a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebd28cd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0927615 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4cfe1c1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d21196 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    075aed7 View commit details
    Browse the repository at this point in the history
  18. 3 Configuration menu
    Copy the full SHA
    b5d9e9b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bee7e11 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    32ed1b7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2100486 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    79b749f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    872bdef View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    00f3f01 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    587bc4d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7ad74c9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. test: Use django_stubs_ext.QuerySetAny for isinstance() checks

    mypy complains if QuerySet is used because it uses a parameterized
    generic type.
    jennifer-richards committed May 13, 2023
    Configuration menu
    Copy the full SHA
    68eb685 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    c840d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb9464 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22bf508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0319f35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    329fa26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b714bfb View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge pull request #5629 from jennifer-richards/django32

    chore: Upgrade to Django 3.2
    jennifer-richards committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0d5ecea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5634 from ietf-tools/main

    chore: Merge main into feat/django4
    jennifer-richards committed May 16, 2023
    Configuration menu
    Copy the full SHA
    7475aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    869562e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    374c1a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76fa01b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7ae72b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88452a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    223c679 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. refactor: Implement require_api_key with functools.wraps

    The @decorator mechanism does not seem to work with @method_decorator
    in Django 4.0, have not tracked down why.
    jennifer-richards committed May 17, 2023
    Configuration menu
    Copy the full SHA
    8cf609b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85978f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d519bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbabb86 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Merge pull request #5649 from jennifer-richards/django40

    chore: Upgrade to Django 4.0
    jennifer-richards committed May 18, 2023
    Configuration menu
    Copy the full SHA
    cb259e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5655 from ietf-tools/main

    chore: Merge main into feat/django4
    jennifer-richards committed May 18, 2023
    Configuration menu
    Copy the full SHA
    cdec6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7cc287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c26c9c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c2def3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47e2b0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55fb502 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5659 from jennifer-richards/django41

    chore: Upgrade to Django 4.1
    jennifer-richards committed May 18, 2023
    Configuration menu
    Copy the full SHA
    fbdcff3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d81a092 View commit details
    Browse the repository at this point in the history
  10. chore: Update setuptools version and suppress warnings

    pkg_resources warning is caused by a few packages
    (django-simple-history. django-widget-tweaks, etc). The datetime_safe
    warning is in tastypie, as indicated. The others are deprecated
    settings we already have tickets for.
    jennifer-richards committed May 18, 2023
    Configuration menu
    Copy the full SHA
    171a5be View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65ea426 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f56dfd6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6df5d4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c71f44f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39a854f View commit details
    Browse the repository at this point in the history
  16. chore: Switch to JSONSerializer

    PickleSerializer is deprecated
    jennifer-richards committed May 18, 2023
    Configuration menu
    Copy the full SHA
    25b9976 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    19abdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b06fc7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d6681d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6a7915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ae0576 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da8717f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdc074b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eafdca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37a6521 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    102a612 View commit details
    Browse the repository at this point in the history
  11. test: Ignore menu bar when counting "submit" buttons

    (the "Sign out" link is now a submit button)
    jennifer-richards committed May 19, 2023
    Configuration menu
    Copy the full SHA
    be25fb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93e9f8e View commit details
    Browse the repository at this point in the history
  13. fix: Store nomcom private key in session as str

    bytes are incompatible with JSONSerializer
    jennifer-richards committed May 19, 2023
    Configuration menu
    Copy the full SHA
    36fe6a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bc3dcb6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    579d187 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2eaea55 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2a29be5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    58182fd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    5f0e1a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb41e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5665 from jennifer-richards/django42

    chore: Upgrade to Django 4.2
    jennifer-richards committed May 23, 2023
    Configuration menu
    Copy the full SHA
    22e80ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e973672 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5679 from ietf-tools/dev/merge-main-5679

    chore: Merge main into feat/django4
    jennifer-richards committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d95269a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4012a21 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5680 from rjsparks/version11

    feat!: Version 11 based on Django 4
    jennifer-richards committed May 23, 2023
    Configuration menu
    Copy the full SHA
    cc8964d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Merge pull request #5700 from ietf-tools/main

    chore: main -> django4
    jennifer-richards committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1922a60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3015359 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e121b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cd09ab View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5722 from jennifer-richards/queryset-type-check

    test: Use QuerySetAny alias for QuerySet type checks
    jennifer-richards committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3cf5550 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    2d661a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5738 from ietf-tools/main

    chore: Merge main into feat/django4
    jennifer-richards committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c8f9739 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5739 from jennifer-richards/coop_setting

    chore: Use permissive cross-origin-opener-policy setting
    jennifer-richards committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5d467d9 View commit details
    Browse the repository at this point in the history