Commit 455155d
authored
Fix Requests.is_ajax() deprecation warning in Django 3.1 (#242)
See the Django 3.1 release notes for information about deprecating the
`Requests.is_ajax()` method.
https://docs.djangoproject.com/en/3.1/releases/3.1/1 parent 55ee5fc commit 455155d
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
250 | 252 | | |
| 253 | + | |
251 | 254 | | |
252 | 255 | | |
253 | 256 | | |
| |||
0 commit comments