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 deprecation warnings #5680

Merged
merged 43 commits into from
May 1, 2020
Merged

Fix deprecation warnings #5680

merged 43 commits into from
May 1, 2020

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    958f432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13ea5d View commit details
    Browse the repository at this point in the history
  3. Update django reverse

    cwdavies committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6e9f192 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51dfbaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    050caca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35cc759 View commit details
    Browse the repository at this point in the history
  7. Fix DeprecationWarning: The modelcluster.tags module has been moved t…

    …o modelcluster.contrib.taggit
    cwdavies committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3da8920 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6a186d View commit details
    Browse the repository at this point in the history
  9. Fix DeprecationWarning: The unescape method is deprecated and will be…

    … removed in 3.5, use html.unescape() instead.
    cwdavies committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7f5b562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ab00f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    660490f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57a9de3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    18435ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    19efa3b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77f1b68 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9280e30 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5988bb5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e2b00b2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3cb3192 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d68e4b3 View commit details
    Browse the repository at this point in the history
  21. Remove Django 1.10 imports

    cwdavies committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    63cbe44 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1f9f7d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    2b27676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e42a45 View commit details
    Browse the repository at this point in the history
  3. Fix DeprecationWarning raised by django/urls/resolvers.py

    Using (?i) in url() patterns is deprecated in Django 2.1
    cwdavies committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c5053bb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    502078b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c21aa68 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Add test_handle_404_error

    cwdavies committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    5a76dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    311bbf4 View commit details
    Browse the repository at this point in the history
  3. Update HandleErrorTestCase

    cwdavies committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    283ca52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55972f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99d7f79 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    3fe1bce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e21e3d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Add Django 2.2 support to login_with_lockout for v1.tests.views.test_…

    …login_views.LoginViewsTestCase
    cwdavies committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    ecfa088 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    6114409 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7963511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    134528d View commit details
    Browse the repository at this point in the history
  4. Add Django 2.2 support to v1 admin forms and views for v1.tests.test_…

    …admin_views.TestExportFeedbackView
    cwdavies committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    abc6b22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dec00d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    73d6c17 View commit details
    Browse the repository at this point in the history
  2. Assert that we get redirected to lower case

    This change asserts that the URL gets redirected to lower-case from mixed case, but because the lowercase URL doesn't necessarily exist, it does not fetch the resulting response.
    willbarton committed May 1, 2020
    Configuration menu
    Copy the full SHA
    69ed441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3aa30 View commit details
    Browse the repository at this point in the history