summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request t...Russell Keith-Magee
2007-09-03Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20....Adrian Holovaty
2007-09-02Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/m...Adrian Holovaty
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks...Russell Keith-Magee
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
2007-08-26Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.Gary Wilson Jr
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more sim...Gary Wilson Jr
2007-08-25Added note to docs/django-admin.txt section on 'testserver' that the server d...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and Smile...Adrian Holovaty
2007-08-25Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks,...Adrian Holovaty
2007-08-25Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-...Adrian Holovaty
2007-08-25Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and __unic...Adrian Holovaty
2007-08-25Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, C...Adrian Holovaty
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. T...Adrian Holovaty
2007-08-21Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelmAdrian Holovaty
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ...Malcolm Tredinnick
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pul...Malcolm Tredinnick
2007-08-19Edited docs/templates.txt change from [5938]Adrian Holovaty
2007-08-19Used the url() function when adding a named URL pattern, mostly as an example...Malcolm Tredinnick
2007-08-19Added documentation of the arguments for the url() function.Malcolm Tredinnick
2007-08-19Fixed #5180 -- Added man pages for remaining files under django/bin/. We stil...Malcolm Tredinnick
2007-08-19Added links from any reference to the url template tag to the appropriate pla...Malcolm Tredinnick
2007-08-19Added a note that the development version supports named URL patterns in the ...Malcolm Tredinnick
2007-08-19Clarified that urlize and urlizetrunc should only be applied to plain text. R...Malcolm Tredinnick
2007-08-18Fixed #5154 -- Minor wording tweak.Malcolm Tredinnick
2007-08-18Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.e...Malcolm Tredinnick
2007-08-18Rolled out [5923]-[5925] due to breaking call_command().Russell Keith-Magee
2007-08-18Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.Malcolm Tredinnick
2007-08-18Added some initial documentation on adding customized commands to django-admi...Russell Keith-Magee
2007-08-17Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <...Russell Keith-Magee
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty
2007-08-16Changed django.test.utils.create_test_db to return the name of the test datab...Adrian Holovaty
2007-08-16Fixed #5181 -- Fixed typo in example in docs/testing.txt. Thanks, hayleyAdrian Holovaty
2007-08-16Added a reference for the claim in CSRF docs that GET requestsLuke Plant
2007-08-15Typo fix from [5896].Malcolm Tredinnick
2007-08-15Fixed #4296 -- Added more explanation around the PythonPath directory setting...Malcolm Tredinnick
2007-08-15Fixed some ReST errors in docs/testing.txtAdrian Holovaty
2007-08-15Removed stray tabs mistakenly added to docs/testing.txt in [5889]Adrian Holovaty
2007-08-15*Finally* edited docs/testing.txtAdrian Holovaty
2007-08-15Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex...Russell Keith-Magee
2007-08-14Changed django.contrib.auth.views.login to use RequestSite if the sites frame...Adrian Holovaty
2007-08-12Fixed #5085 -- In generic views, set the default name for the slug field to '...Malcolm Tredinnick
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick
2007-08-12Fixed #4942 -- Added an explanation that we see tickets as they are filed, au...Malcolm Tredinnick
2007-08-12Fixed #4941 -- Changed imports for interactive portion of the example to be c...Malcolm Tredinnick
2007-08-12Fixed #4914 -- Documented the Session.modified attribute for forcing session ...Malcolm Tredinnick
2007-08-12Added documentation for widgets in newforms.Russell Keith-Magee
2007-08-12Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevi...Adrian Holovaty