fix: re-enable Django deprecation warnings (#32277)
* fix: re-enable Django deprecation warnings --------- Co-authored-by: UsamaSadiq <usama7274@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4e75a89ff5
commit
2732934e74
@@ -11,6 +11,4 @@ filterwarnings =
|
||||
default
|
||||
ignore:No request passed to the backend, unable to rate-limit:UserWarning
|
||||
ignore::xblock.exceptions.FieldDataDeprecationWarning
|
||||
ignore::django.utils.deprecation.RemovedInDjango40Warning
|
||||
ignore::django.utils.deprecation.RemovedInDjango41Warning
|
||||
norecursedirs = .cache
|
||||
|
||||
Reference in New Issue
Block a user