Skip to content

Commit

Permalink
Merge branch '8-built-in-authentication-backends-reference' into 'mas…
Browse files Browse the repository at this point in the history
…ter'

Built-in authentication backends reference

Closes #8

See merge request tnir/docs.djangoproject.jp!8
  • Loading branch information
tnir committed Apr 8, 2018
2 parents baba368 + cd39465 commit 20a18ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions redirect.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func migrateUrl(s string) string {
`internals/committers/`: "internals/organization/#prerogatives",
`internals/documentation/`: "internals/contributing/writing-documentation/",
`obsolete/.*`: "internals/deprecation/",
`ref/authbackends/`: "topics/auth/customizing/#authentication-backends",
`ref/contrib/comments/.*`: "releases/1.8/#features-removed-in-1-8",
`ref/contrib/csrf/`: "ref/csrf/",
`ref/contrib/databrowse/`: "releases/1.4/#django-contrib-databrowse",
Expand Down
1 change: 1 addition & 0 deletions redirect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func TestMapUrlMigration(t *testing.T) {
"/en/latest/internals/documentation.html": "https://docs.djangoproject.com/ja/2.0/internals/contributing/writing-documentation/",
"/en/latest/obsolete/": "https://docs.djangoproject.com/ja/2.0/internals/deprecation/",
"/en/latest/obsolete/admin-css.html": "https://docs.djangoproject.com/ja/2.0/internals/deprecation/",
"/en/latest/ref/authbackends.html": "https://docs.djangoproject.com/ja/2.0/topics/auth/customizing/#authentication-backends",
"/en/latest/ref/contrib/comments/": "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8",
"/en/latest/ref/contrib/comments/custom.html": "https://docs.djangoproject.com/ja/2.0/releases/1.8/#features-removed-in-1-8",
"/en/latest/ref/contrib/csrf.html": "https://docs.djangoproject.com/ja/2.0/ref/csrf/",
Expand Down

0 comments on commit 20a18ea

Please sign in to comment.