summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2007-09-14Edited docs/templates_python.txt change from [6143]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #3895 -- Added ability to customize the context variable in the ↵Russell Keith-Magee
archive_index generic view. Thanks to marco.giusti@gmail.com and toke-django@toke.de. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ↵Russell Keith-Magee
variables in cycle values. Thanks to SmileyChris and Chris McAvoy for their work on this. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6153 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #4919 -- Added 'last' marker on paginators. Thanks to ↵Russell Keith-Magee
patrick@vonautomatisch.atfor the idea, and nick@efford.org for the patch and docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #3922 -- Added a warning that fields passed to form_for_model callback ↵Malcolm Tredinnick
function should not be modified. It's bad for your health. Thanks, Philippe Raoult. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #4360 -- Corrected where HTTP headers are in the test response. Also ↵Malcolm Tredinnick
noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #1795 -- Added page_range to paginators in generic list views. Thanks ↵Russell Keith-Magee
to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #2319 -- Added a note that the sites framework is used by admin's ↵Malcolm Tredinnick
view-on-site functionality. Based on a patch from David Reynolds. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-13Fixed #4793 -- Tweaked custom filter documentation a little to possibly ↵Malcolm Tredinnick
reduce some confusion. Thanks, SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6143 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-13Fixed #4752 -- Make default ErrorList customisable in newforms display. ↵Malcolm Tredinnick
Based on a patch from michal@logix.cz and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-13Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David PaccoudAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-13Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, ↵Adrian Holovaty
zhaoz@u.washington.edu git-svn-id: http://code.djangoproject.com/svn/django/trunk@6124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-12Added 'Claiming tickets' section to docs/contributing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-12Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew ↵Adrian Holovaty
Shearer git-svn-id: http://code.djangoproject.com/svn/django/trunk@6109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-10Combined two paragraphs in docs/contributing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-10Attempted to bold part of docs/contributing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-10Added 'How to document new features' to docs/contributing.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas GuttlerAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Added bullet to docs/contributing.txt about creating diffs from the ↵Adrian Holovaty
top-level trunk directory git-svn-id: http://code.djangoproject.com/svn/django/trunk@6078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Fixed broken link in docs/django-admin.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Improved 'Examples of using different ports and addresses' section in ↵Adrian Holovaty
docs/django-admin.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each ↵Adrian Holovaty
subcommand to register its own options. Thanks for the patch, Todd O'Bryan git-svn-id: http://code.djangoproject.com/svn/django/trunk@6075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.comAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-09Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-08Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David ↵Gary Wilson Jr
Paccoud. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-05Refs #5343 -- Reverted [6047]. Loading custom commands was causing the ↵Russell Keith-Magee
settings file to get read before the options could be processed to determine if a --settings option was present. Back to the drawing board (again)... git-svn-id: http://code.djangoproject.com/svn/django/trunk@6050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-04Updated docs/cache.txt section on 'dummy caching' to use the same example ↵Adrian Holovaty
format as the other backends git-svn-id: http://code.djangoproject.com/svn/django/trunk@6049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-04Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the ↵Russell Keith-Magee
existing instructions by name. Thanks, Paul Bissex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-04Fixed #5212, #5222 -- Added the ability for users to register their own ↵Russell Keith-Magee
commands with django-admin. A previous attempt at this was introduced in [5923]-[5925], and rolled out in [5929]. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-03Fixed #5271 -- Fixed documentation reference to using the application name ↵Russell Keith-Magee
as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-03Fixed #4988 -- In the test client, Added tracking of the client and request ↵Russell Keith-Magee
that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-03Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, ↵Adrian Holovaty
djangotrac.20.skel@spamgourmet.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@6037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-02Fixed #5303 -- Fixed incorrect statement about PythonPath directive in ↵Adrian Holovaty
docs/modpython.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-31Fixed #4968 -- Added assertRedirects handling for paths with GET data. ↵Russell Keith-Magee
Thanks for the patch, Ivan Sagalaev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-31Made negligible capitalization fix to docs/db-api.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-26Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.Gary Wilson Jr
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-26Fixed #3184 -- Changed the `unordered_list` template filter to use a more ↵Gary Wilson Jr
simple format, while maintaining backwards compatibility with the old format. `unordered_list` now works with a simple list of items. Thanks for the patch, SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Added note to docs/django-admin.txt section on 'testserver' that the server ↵Adrian Holovaty
does not detect changes to Python code git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer ↵Adrian Holovaty
touch tables that Django is not aware of (tables that are not in INSTALLED_APPS and/or do not have associated models. Thanks for bringing this up, shaun@cuttshome.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@6013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Removed incorrect link that slipped in docs/db-api.txt in [6010]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and ↵Adrian Holovaty
SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@6010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. ↵Adrian Holovaty
Thanks, rokclimb15@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@6008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5170 -- Made FileField a link in the ImageField section of ↵Adrian Holovaty
docs/model-api.txt -- assuming the ReST gods are smiling on me today git-svn-id: http://code.djangoproject.com/svn/django/trunk@6007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5195 -- Added notes to docs/tutorial01.txt about max_length and ↵Adrian Holovaty
__unicode__() changes and 0.96 vs. development version. Thanks, ubernostrum git-svn-id: http://code.djangoproject.com/svn/django/trunk@6006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, ↵Adrian Holovaty
Collin Grady git-svn-id: http://code.djangoproject.com/svn/django/trunk@6005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-25Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. ↵Adrian Holovaty
Thanks, trey@ktrl.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@6003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-21Fixed #5221 -- Fixed typo in docs/testing.txt. Thanks, derelmAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged ↵Malcolm Tredinnick
view. Based on a patch from toddobryan@mac.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-20Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki ↵Malcolm Tredinnick
Pulliainen. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5985 bcc190cf-cafb-0310-a4f2-bffc1f526a37