summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2009-03-30[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to ↵Gary Wilson Jr
note the Python objects used to represent them. Backport of r10198 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10199 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Made a couple of cross-references in the model fields documentaiton ↵Malcolm Tredinnick
consistent. Backport of r10007 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10329 -- Added link target for get_FOO_display, ↵Russell Keith-Magee
get_next_by_FOO, and get_previous_by_FOO. Thanks to rctay for the report, and timo for the patch. Merge of r10152 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-05[1.0.X] Clarified documentation regarding Oracle's treatment of nulls and ↵Ian Kelly
empty strings. Backport of [9976] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-28[1.0.X] Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #9347 -- Added an entry in the field reference for the ↵Russell Keith-Magee
verbose_name option. Thanks to marcoberi for the suggestion, and timo for the eventual patch. Merge of r9865 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #9939 -- Corrected minor error in model fields documentation. ↵Russell Keith-Magee
Thanks to seemant for the report. Merge of r9864 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9874 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #10007 -- Corrected (and narrowed) a reference to the Python ↵Russell Keith-Magee
standard library documentation. Thanks to d00gs for the report. Merge of r9863 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9873 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-22[1.0.X] Fixed #10141 -- Added a missing import to the complex Feed example. ↵Russell Keith-Magee
Thanks to Temoto for the report. Merge of r9858 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9868 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-21[1.0.X] Merged trunk changes [9850], [9851], [9852], [9853]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-15[1.0.X] A few minor wording, whitespace, punctuation, and link changes for ↵Gary Wilson Jr
the middleware documentation. Backport of r9833 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-14A handful of fixes to django.contrib.comments:Jacob Kaplan-Moss
* Fixed #9143, #9429, and #9439 (was r9730 on trunk) * Fixed #9959: comment preview documentation example (was r9731 on trunk) * Fixed #9346: comment upgrade SQL in documentation. (was r9732 on trunk). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06[1.0.X] Refs #9935: Added a note in the documentation to the effect that ↵Ian Kelly
Django currently requires a 4.X release of cx_Oracle. Backport of [9709] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06[1.0.X] Documented that case-insensitive matching is not supported for non-ASCIIMalcolm Tredinnick
strings in SQLite. Refs #9905. Backport of r9705 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23[1.0.X] Fixed #9902 -- Corrected misspelling in form validation ↵Gary Wilson Jr
documentation, thanks zunzun. Backport of r9674 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22[1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).Malcolm Tredinnick
Backport of r9666 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
max_length > 255 and unique=True is not permitted. Based on a patch from adamnelson. Backport of r9470 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10[1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. ↵Karen Tracey
This was [9529] on trunk. Also updated svnmerge.py metadata; all non bugfix changesets from trunk have been applied to 1.0.X. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Documented how to handle '%' characters in redirect_to() URL stringsMalcolm Tredinnick
(even in the absence of keyword arguments). Fixed #9773. Backport of r9626 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Fixed #9777 -- Typo fix.Malcolm Tredinnick
Backport of r9622 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09[1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a moreMalcolm Tredinnick
appropriate section. Thanks, Ramiro Morales. Backport of r9621 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07[1.0.X] Fixed #9705 -- Call the Netherlands by their real name in the ↵Malcolm Tredinnick
localflavor documentation. Backport of r9580 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07[1.0.X] Fixed #9712 -- Documented how HTTP headers are converted to ↵Malcolm Tredinnick
request.META keys. Based on a patch from masklinn. Backport of r9579 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-04[1.0.X] Fixed some markup errors in the form validation docs.Malcolm Tredinnick
Backport of r9564 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02[1.0.X] Added a note to the SQLite database documentation mentioning thatMalcolm Tredinnick
version 3.6.2 is to be avoided like the plague. Fortunately, it was only the latest release for three weeks, so avoidance is easy (as is upgrading). Refs #9358. Backport of r9540 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
version". Some were replaced with versionadded or versionchanged directives. Other, more minor ones, were removed altogether. Based on a patch from James Bennett. Backport of r9454 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14[django-1.0.X] Fixed #9507 -- Correct an example in the admin docs. Thanks,Malcolm Tredinnick
john_scott and SmileyChris. Backport of r9432 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09[1.0.X] Fixed #9556 - typos in syndication docs. Thanks sedden. Karen Tracey
[9373] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro. Karen Tracey
[9330] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that ↵Karen Tracey
were broken by the recent Python docs refactor. [9312] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponseMalcolm Tredinnick
classes for returning HTTP status codes other than 200. Backport of r9266 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24[1.0.X] Fixed #9420 -- Fixed an exception type in the documentation ofMalcolm Tredinnick
Queryset.get(). Based on a suggestion from daveyjoe. Backport of r9257 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24[1.0.X] Fixed #9390 -- Restored some documentation about select_related() thatMalcolm Tredinnick
was accidentally lost in the docs refactor. Backport of r9256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24[1.0.X] Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and ↵Malcolm Tredinnick
romke. Backport of r9255 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09[1.0.X] Fixed #9239 -- Somebody read my form validation docs from r9180 andMalcolm Tredinnick
found a typo in them. I guess that was predictable. Thanks, Berry Groenendijk Backport of r9217 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06[1.0.X] Added a lot more explanation about form field validation, includingMalcolm Tredinnick
expanded examples. Fixed #5843, #6652, #7428. Backport of r9177 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06[1.0.X] Fixed #6979 -- Fixed the documentation cross-reference between theMalcolm Tredinnick
TIME_ZONE setting and manual settings configuration. Backport of r9175 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06[1.0.X] Fixed a couple of markup errors in the documentation.Malcolm Tredinnick
Backport of r9164 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05[1.0.X] Fixed #8964 -- Added a note that MyISAM may not necessarily be the ↵Malcolm Tredinnick
default storage engine for MySQL. Some packagers seem to like causing confusion. Backport of r9143 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-05[1.0.X] Fixed #9291 -- Tweaked a piece of example code slightly to set a goodMalcolm Tredinnick
example for others (now uses an encoding that is guaranteed to work for XML consumers). Backport r9133 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-30[1.0.X] Apply doc fix from [9105]; refs #9255.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-30[1.0.X] Port Adrian's doc fix from [9101] and publicly shame him for ↵James Bennett
forgetting to apply it here. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-28Restored documentation about pickling QuerySets (and how to only pickle theMalcolm Tredinnick
details for the query, rather than the results) from r7499. These were accidentally nuked in the docs refactor. We know who the offenders were. They will be made to sit in the corner on the naughty mat for a while. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-27Fied #9169 -- Fixed a typo in a docs example. Thanks, jeremyb.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-22Fixed #8371: Added a note warning Windows users about the use of forward ↵Russell Keith-Magee
slashes when specifying the DATABASE_NAME setting. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-22Fixed #8967: Added documentation for the 'through' option on a many-to-many ↵Russell Keith-Magee
field in the fields reference documentation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-21Fixed #9149: Fixed reST error in syndication docsJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-18Fixed #9121: Corrected markup in the form preview docs. Thanks to Jarek ↵Russell Keith-Magee
Zgoda for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17Fixed some misordered markup for the ROOT_URLCONF setting in the docs.Malcolm Tredinnick
Fixed #9098. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-17Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly ↵Adrian Holovaty
listing HttpResponse.content() in the 'Methods' section instead of the 'Attributes' section. Thanks, schmichael git-svn-id: http://code.djangoproject.com/svn/django/trunk@9054 bcc190cf-cafb-0310-a4f2-bffc1f526a37