File tree 2 files changed +2
-0
lines changed
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 {
22
22
`internals/committers/` : "internals/organization/#prerogatives" ,
23
23
`internals/documentation/` : "internals/contributing/writing-documentation/" ,
24
24
`obsolete/.*` : "internals/deprecation/" ,
25
+ `ref/authbackends/` : "topics/auth/customizing/#authentication-backends" ,
25
26
`ref/contrib/comments/.*` : "releases/1.8/#features-removed-in-1-8" ,
26
27
`ref/contrib/csrf/` : "ref/csrf/" ,
27
28
`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) {
31
31
"/en/latest/internals/documentation.html" : "https://docs.djangoproject.com/ja/2.0/internals/contributing/writing-documentation/" ,
32
32
"/en/latest/obsolete/" : "https://docs.djangoproject.com/ja/2.0/internals/deprecation/" ,
33
33
"/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" ,
34
35
"/en/latest/ref/contrib/comments/" : "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8" ,
35
36
"/en/latest/ref/contrib/comments/custom.html" : "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8" ,
36
37
"/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