This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
3d02de2713
django
/
docs
History
Adrian Holovaty
e5c40514fb
Fixed typo in docs/i18n.txt
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@3439
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-24 02:52:52 +00:00
..
add_ons.txt
…
admin_css.txt
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
2006-07-21 20:48:17 +00:00
apache_auth.txt
…
authentication.txt
…
cache.txt
Argh - fixed another typo in the docs for [3395]. One of these days I'll learn to proofread better, but don't hold your breath.
2006-07-20 16:06:02 +00:00
contributing.txt
Added note to docs/contributing.txt about post-commit hook, for the curious
2006-07-24 02:41:44 +00:00
csrf.txt
…
db-api.txt
…
design_philosophies.txt
Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt
2006-07-24 02:43:09 +00:00
django-admin.txt
…
email.txt
Fixed
#1235
: email sent from {{{django.core.mail}}} will now be encoded using
2006-05-13 17:18:42 +00:00
faq.txt
Added link to Luke Plant's current-user hack from docs/faq.txt
2006-07-24 02:28:09 +00:00
fastcgi.txt
…
flatpages.txt
…
forms.txt
…
generic_views.txt
…
i18n.txt
Fixed typo in docs/i18n.txt
2006-07-24 02:52:52 +00:00
install.txt
…
legacy_databases.txt
…
middleware.txt
…
model-api.txt
Documented allow_tags attribute for admin change list methods
2006-07-17 14:59:41 +00:00
modpython.txt
…
outputting_csv.txt
…
outputting_pdf.txt
…
overview.txt
…
redirects.txt
…
request_response.txt
Fixed
#2092
: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket.
2006-07-21 16:20:22 +00:00
serialization.txt
…
sessions.txt
…
settings.txt
…
sites.txt
…
static_files.txt
…
syndication_feeds.txt
…
templates.txt
…
templates_python.txt
Fixed legacy mention of DjangoContext in docs/templates_python.txt
2006-07-24 01:51:15 +00:00
transactions.txt
Added 'Transactions in MySQL' section to docs/transactions.txt
2006-07-24 02:39:50 +00:00
tutorial01.txt
…
tutorial02.txt
…
tutorial03.txt
…
tutorial04.txt
…
url_dispatch.txt
…