This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-01 04:04:54 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
…
..
contrib
…
files
…
forms
…
models
…
templates
Fixed
#15252
-- Added static template tag and CachedStaticFilesStorage to staticfiles contrib app.
2011-08-11 14:07:39 +00:00
authbackends.txt
…
class-based-views.txt
Typo fix in class-based view documentation.
2011-08-22 02:03:50 +00:00
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
generic-views.txt
…
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
Fixed
#16621
-- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
2011-08-13 11:58:19 +00:00
signals.txt
…
template-response.txt
…
unicode.txt
Fixed
#15593
-- Added a note that the output of
reverse
is urlquoted. Thanks to guettli for the report and draft patch.
2011-04-20 19:50:27 +00:00
utils.txt
…
validators.txt
…