Skip to content
Snippets Groups Projects
  1. Feb 06, 2020
    • Manjinder Singh's avatar
      Added new auth class (#23018) · cea795b0
      Manjinder Singh authored
      * Added new auth class
      
      - Created new class called OAuth2AuthenticationAllowInactiveUser, which replaces old class with same name
      - Renames previous  OAuth2AuthenticationAllowInactiveUser to  OAuth2AuthenticationAllowInactiveUserDeprecated
      - Replaced all imports of  OAuth2AuthenticationAllowInactiveUser to call deprecated class instead
      - testing new class in discussion(added flag based on django setting)
      
    • Calen Pennington's avatar
      Merge pull request #23024 from cpennington/fix-edx-when-date-ingest · b1d5ad8d
      Calen Pennington authored
      Correctly wire in signal the new course_date_signals app so that it a…
    • Jeremy Bowman's avatar
      Fix most frequent deprecation warnings (#23023) · e38a1004
      Jeremy Bowman authored
      Fixed the most frequently occurring deprecation warnings, which were causing over half of the 34,140 deprecation warnings raised during the unit tests:
      
      * `Use of .. or absolute path in a resource path is not allowed and will raise exceptions in a future release` - most of these were due to a single mis-configured resource path with a leading slash.
      * `count is deprecated. Use Collection.count_documents instead.` - I added a handful of simple workarounds for this pymongo deprecation that shouldn't increase the query counts
      
      Also did some cleanup of unused code in pavelib after the recent split of the new `i18n_compilejs` command from `i18n_dummy`. (This had caused a diff-quality failure on the first commit.)
    • Calen Pennington's avatar
  2. Feb 05, 2020
  3. Feb 04, 2020
  4. Feb 03, 2020
  5. Feb 02, 2020
  6. Jan 31, 2020
  7. Jan 30, 2020