This website requires JavaScript.
Explore
Help
Register
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-01-11 02:46:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
8753a072f7
django
/
docs
History
Adrian Holovaty
8753a072f7
Small clarification to docs/templates.txt change from [3465]
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@3473
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28 02:25:46 +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
api_stability.txt
Added notes on API stability in preparation for the 0.95 release.
2006-07-27 18:12:53 +00:00
authentication.txt
Fixed
#2332
-- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
2006-07-19 02:09:26 +00:00
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 'Please do not put your name in the code' section to docs/contributing.txt. Thanks to OSCON presentation for the inspiration
2006-07-27 00:46:32 +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
faq.txt
Added FAQ question 'I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?'
2006-07-27 16:55:26 +00:00
fastcgi.txt
flatpages.txt
forms.txt
Fixed
#1653
-- added some documentation for FileFields/ImageFields. Thanks, Asmodai.
2006-07-27 23:59:35 +00:00
generic_views.txt
Fixed
#2433
-- Added allow_future option to date-based generic views
2006-07-27 16:36:02 +00:00
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
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
Fixed
#2420
-- Fixed typo in docs/syndication_feeds.txt
2006-07-26 00:15:01 +00:00
templates_python.txt
Fixed legacy mention of DjangoContext in docs/templates_python.txt
2006-07-24 01:51:15 +00:00
templates.txt
Small clarification to docs/templates.txt change from [3465]
2006-07-28 02:25:46 +00:00
transactions.txt
Added 'Transactions in MySQL' section to docs/transactions.txt
2006-07-24 02:39:50 +00:00
tutorial01.txt
Fixed
#2354
-- Added a note about "manage.py validate" to the list of useful
2006-07-19 02:28:35 +00:00
tutorial02.txt
Added note to docs/tutorial02.txt about which username to use in admin login
2006-07-26 21:30:14 +00:00
tutorial03.txt
tutorial04.txt
Fixed
#2435
-- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarionics.com
2006-07-27 16:16:17 +00:00
url_dispatch.txt