Skip to content

Commit 20a18ea

Browse files
committed
Merge branch '8-built-in-authentication-backends-reference' into 'master'
Built-in authentication backends reference Closes #8 See merge request tnir/docs.djangoproject.jp!8
2 parents baba368 + cd39465 commit 20a18ea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

redirect.go

+1
Original file line numberDiff line numberDiff 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",

redirect_test.go

+1
Original file line numberDiff line numberDiff 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/",

0 commit comments

Comments
 (0)