summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-08-19Edited docs/templates.txt change from [5938]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Used the url() function when adding a named URL pattern, mostly as an ↵Malcolm Tredinnick
example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug). git-svn-id: http://code.djangoproject.com/svn/django/trunk@5946 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Added documentation of the arguments for the url() function.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Fixed #5180 -- Added man pages for remaining files under django/bin/. We ↵Malcolm Tredinnick
still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! git-svn-id: http://code.djangoproject.com/svn/django/trunk@5942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Added links from any reference to the url template tag to the appropriate ↵Malcolm Tredinnick
place in the template tag documentation. Fixed #5198. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5939 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Added a note that the development version supports named URL patterns in the ↵Malcolm Tredinnick
url template tag. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-19Clarified that urlize and urlizetrunc should only be applied to plain text. ↵Malcolm Tredinnick
Refs #5202. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Fixed #5154 -- Minor wording tweak.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, ↵Malcolm Tredinnick
o.ekanem@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Rolled out [5923]-[5925] due to breaking call_command().Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Added some initial documentation on adding customized commands to ↵Russell Keith-Magee
django-admin.py. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski ↵Russell Keith-Magee
<restless.being@gmail.com>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-16Changed django.test.utils.create_test_db to return the name of the test ↵Adrian Holovaty
database that was created git-svn-id: http://code.djangoproject.com/svn/django/trunk@5910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-16Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayleyAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-16Added a reference for the claim in CSRF docs that GET requestsLuke Plant
should be side-effect free. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Typo fix from [5896].Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5897 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Fixed #4296 -- Added more explanation around the PythonPath directory ↵Malcolm Tredinnick
setting. Based on contributions from a cast of thousands (Simon Greenhill, Paul Bissex, Graham Dumpleton, ...). Thanks, all. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Fixed some ReST errors in docs/testing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Removed stray tabs mistakenly added to docs/testing.txt in [5889]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15*Finally* edited docs/testing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-15Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley ↵Russell Keith-Magee
<djangocode@vortex.cx>. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites ↵Adrian Holovaty
framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to ↵Malcolm Tredinnick
'slug'. Thanks, Trevor Caira. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, ↵Malcolm Tredinnick
colin@owlfish.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4942 -- Added an explanation that we see tickets as they are filed, ↵Malcolm Tredinnick
automatically. Based on a suggestion from Nicola Larosa. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4941 -- Changed imports for interactive portion of the example to be ↵Malcolm Tredinnick
consistent with the source code file, at the expense of slightly more typing required. This might help reduce some confusion. Thanks, John Shaffer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4914 -- Documented the Session.modified attribute for forcing session ↵Malcolm Tredinnick
saves. Thanks, Thomas Güttler and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5869 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Added documentation for widgets in newforms.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, ↵Adrian Holovaty
kevin@berndtgroup.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@5866 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-12Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, ↵Adrian Holovaty
Jarek Zgoda git-svn-id: http://code.djangoproject.com/svn/django/trunk@5860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4987 -- Added documentation for newforms.DecimalField. Based on a ↵Malcolm Tredinnick
patch from james_027@yahoo.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4762 -- Corrected an example. Thanks, Collin Grady and SmileyChris.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5851 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #4611 -- Removed "new in development version" annotation for the ↵Malcolm Tredinnick
permission_required decorator. It was in 0.96. Thanks, John Shaffer. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Added "new in development version" annotation to HttpRequest.encoding ↵Malcolm Tredinnick
documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Documented the encoding attribute on the HttpRequest class.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-11Fixed #3526 -- Added content_type as an alias for mimetype to the ↵Malcolm Tredinnick
HttpResponse constructor. It's a slightly more accurate name. Based on a patch from Simon Willison. Fully backwards compatible. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5844 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Fixed #5097 -- Made various updates and corrections to the documentation. ↵Adrian Holovaty
Thanks, Nicola Larosa git-svn-id: http://code.djangoproject.com/svn/django/trunk@5825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-07Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro ↵Adrian Holovaty
Morales git-svn-id: http://code.djangoproject.com/svn/django/trunk@5824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added note that FileField and ImageField are only in development version. ↵Russell Keith-Magee
There are also some minor backwards compatibility issues with the changes introduced in [5819] - see the wiki for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to ↵Russell Keith-Magee
the many users that contributed to and tested this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be ↵Adrian Holovaty
rewritten' section of docs/api_stability.txt. They've already been rewritten. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #4985 -- Clarified location of HttpResponse in ↵Adrian Holovaty
docs/request_response.txt. Thanks for raising the issue, rainer.mansfeld@romulo.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@5817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added note to docs/model-api.txt about help_text not being escaped in the ↵Adrian Holovaty
admin interface git-svn-id: http://code.djangoproject.com/svn/django/trunk@5816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Added a closing </p>' to a code example in docs/email.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that ↵Adrian Holovaty
attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb git-svn-id: http://code.djangoproject.com/svn/django/trunk@5813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5064 -- Fixed potentially confusing sentence in ↵Adrian Holovaty
docs/authentication.txt. Thanks, Collin Grady git-svn-id: http://code.djangoproject.com/svn/django/trunk@5812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Edited docs/newforms.txt changes from [5804]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06Fixed #5074 -- Added link to audio clip of 'Django' pronunciationAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5807 bcc190cf-cafb-0310-a4f2-bffc1f526a37