File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ func migrateUrl(s string) string {
2222 `internals/committers/` : "internals/organization/#prerogatives" ,
2323 `internals/documentation/` : "internals/contributing/writing-documentation/" ,
2424 `obsolete/.*` : "internals/deprecation/" ,
25+ `ref/authbackends/` : "topics/auth/customizing/#authentication-backends" ,
2526 `ref/contrib/comments/.*` : "releases/1.8/#features-removed-in-1-8" ,
2627 `ref/contrib/csrf/` : "ref/csrf/" ,
2728 `ref/contrib/databrowse/` : "releases/1.4/#django-contrib-databrowse" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ func TestMapUrlMigration(t *testing.T) {
3131 "/en/latest/internals/documentation.html" : "https://docs.djangoproject.com/ja/2.0/internals/contributing/writing-documentation/" ,
3232 "/en/latest/obsolete/" : "https://docs.djangoproject.com/ja/2.0/internals/deprecation/" ,
3333 "/en/latest/obsolete/admin-css.html" : "https://docs.djangoproject.com/ja/2.0/internals/deprecation/" ,
34+ "/en/latest/ref/authbackends.html" : "https://docs.djangoproject.com/ja/2.0/topics/auth/customizing/#authentication-backends" ,
3435 "/en/latest/ref/contrib/comments/" : "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8" ,
3536 "/en/latest/ref/contrib/comments/custom.html" : "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8" ,
3637 "/en/latest/ref/contrib/csrf.html" : "https://docs.djangoproject.com/ja/2.0/ref/csrf/" ,
You can’t perform that action at this time.
0 commit comments