index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
urls.py
Age
Commit message (
Expand
)
Author
2025-03-30
Restored serving of spinx _images
Baptiste Mispelon
2025-03-28
Fixed crash when running docs site with DEBUG=True
Baptiste Mispelon
2025-03-27
Enabled serving of sphinx build files in DEBUG mode only
Baptiste Mispelon
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2018-10-24
Fixed W605 "invalid escape sequence" flake8 warnings.
Tim Graham
2018-06-07
Updated URLpatterns to use path().
Tim Graham
2017-03-14
Redirected docs/internals/team to DSF teams page.
Tobias McNulty
2016-05-04
Restored the stable redirect, google does not seem to give us a penalty anywa...
Florian Apolloner
2016-05-03
Refs #621 -- Only use hreflang on the canonical url.
Florian Apolloner
2015-04-07
Add isort settings and sort imports
Rolf Erik Lekang
2015-04-01
Revamp document search.
Jannis Leidel
2015-04-01
Use a simpler view to serve the sphinx static files.
Jannis Leidel
2014-12-30
Big refactor that combines www and docs.
Jannis Leidel
2014-08-25
Removed usage of django.conf.urls.patterns().
Tim Graham
2014-04-30
Served pot files generated by gettext sphinx build
Claude Paroz
2013-02-09
oops
Aymeric Augustin
2013-02-09
Added /stable/ that redirects to the default version.
Aymeric Augustin
2013-02-09
Move docs urls inside the docs app.
Aymeric Augustin