summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-05-02[1.0.x] Fixed #10367 -- Corrected an example in the documentation for ↵Russell Keith-Magee
GenericRelation. Thanks to George Song for the patch. Merge of r10659 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #9206 -- Clarified documentation of transaction handling in ↵Russell Keith-Magee
raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text. Merge of r10655 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-02[1.0.X] Fixed #10954 -- Corrected error in docs example describing extending ↵Russell Keith-Magee
the JSON serializer. Thanks to Glenn for the report. Merge of r10654 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10656 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-21[1.0.X] Fixed #10693: updated params in the docs. Karen Tracey
r10324 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10779 -- Corrected description of an example in the files ↵Russell Keith-Magee
docs. Thanks to timo for the patch. Merge of r10567 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, ↵Russell Keith-Magee
and used one of those targets to clarify the SlugField docs. Thanks to ernop for the suggestion, and timo for the patch. Merge of r10564 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10704 -- Resurrected documentation for {% else %} clause on ↵Russell Keith-Magee
{% ifchanged %}, lost during docs refactor. Thanks to Tarken for the report. Merge of r10563 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to ↵Russell Keith-Magee
prairiedogg for the report. Merge of r10561 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10[1.0.X] Fixed a silly typo in my bio. How embarrassing. Backport of r10490 ↵Jacob Kaplan-Moss
from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10[1.0.X] Updated my bio. Backport of r10484 on trunk.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07[1.0.X] Fixed #9268: pass the "next" param through in the comment ↵Jacob Kaplan-Moss
preview/post view. Also updated the docs to make this a bit clearer. Backport of r10418 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07[1.0.X] Fixed #10714 - made mod_wsgi recommendation consistent across ↵Jacob Kaplan-Moss
deployment documentation, and removed duplicate modwsgi nav link. Backport of r10411 and r10413 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-03[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. ↵Jacob Kaplan-Moss
Backport of the parts of r10371 that apply to the 1.0 docs. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] Fixed a couple of mistaken bits of the docs in [10312]Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] Fixed #10031: updated SQLite database docs to more strongly indicate ↵Jacob Kaplan-Moss
the problems with versions before 3.3.6. Thanks, ramiro. Backport of r10311 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.x] Fixed #9452. InlineModelAdmin docs now mention the right default for ↵Joseph Kocherhans
'form'. Backport of r10309 from trunk. Forgot to thank patrickk. Sorry about that. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10310 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] Fixed a silly typo in databases ref. Thanks, Alex. Backport of ↵Jacob Kaplan-Moss
r10304 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.Jacob Kaplan-Moss
I got my commit message cut off the first try, but luckily I get to still thank Kevin Kubasik for rolling all these fixes up into a single easy patch. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from ↵Jacob Kaplan-Moss
the Django Book. Backport of [10055] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #9970: added mod_wsgi docs. Thanks, Alex Gaynor. Backport of ↵Jacob Kaplan-Moss
r10280 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict ↵Jacob Kaplan-Moss
after [8399]. Thanks, James Turk and rfk. Backport of r10241 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #9012: Changed inappropriate title of models documentation. ↵James Bennett
Backport of [10276] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #10367: Added note to generic-relation docs explaining when ↵James Bennett
it's necessary to pass in field names to create a reverse relation. Backport of [10273] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10274 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X] Fixed #10306: Corrected form action in auth login example. Backport ↵James Bennett
of [10269] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10120 -- Added a `return` to a doc example, patch from andrews.Gary Wilson Jr
Backport of r10265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10266 -- Clarified restart of shell in tutorial, patch from ↵Gary Wilson Jr
mboersma. Backport of r10263 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10375 -- Added documentation about the default format ↵Gary Wilson Jr
strings used for the `date` and `time` filters when no format string is passed to the filter, based on patch from kgrandis. Backport of r10259 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in ↵Gary Wilson Jr
documentation and comments, according to the Django style guide. Based on patch from rduffield. Backport of r10256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.Gary Wilson Jr
Backport of r10252 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10577 -- Fixed doc typo, patch from Zoramite.Gary Wilson Jr
Backport of r10250 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-31[1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, ↵Gary Wilson Jr
#10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com. Backport of r10242 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define ↵Gary Wilson Jr
`list_display`. Backport of r10237 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed a few class references in the model field docs.Gary Wilson Jr
Backport of r10207 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed #10076 -- Documented invalid arguments for `FileField`, based ↵Gary Wilson Jr
on patch from timo. Backport of r10204 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed #9944 -- Fixed a URL in tutorial four that was changed in the ↵Gary Wilson Jr
"Decoupling the URLconfs" section at the end of tutorial three, patch from programmerq. Backport of r10202 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X]: Fixed #9914 -- Fixed field class name in models docs, patch from timo.Gary Wilson Jr
Backport of r10200 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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-30[1.0.X]: Fixed some long lines and removed trailing whitespace.Gary Wilson Jr
Backport of r10195 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30[1.0.X] Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo ↵Justin Bronn
Soto for ticket & patch. Backport of r10188 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10189 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-24[1.0.X] Fixed #10503 -- Clarified docs on the operation of the noop option ↵Russell Keith-Magee
to {% trans %}. Thanks to liangent for the report. Merge of r10151 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10434 -- Corrected FastCGI example. Thanks to vithlani.Russell Keith-Magee
Merge of r10150 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10437 -- Corrected typo in Widget media example. Thanks to ↵Russell Keith-Magee
Manuel Saelices. Merge of r10149 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10570 -- Grammar fix for Manager docs. Thanks to adamv.Russell Keith-Magee
Merge of r10147 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10591 -- Corrected link to Jython in docs. Thanks to framos.Russell Keith-Magee
Merge of r10146 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-24[1.0.X] Fixed #10592 -- Corrected typo in initial-data howto. Thanks to Paul ↵Russell Keith-Magee
Menzel. Merge of r10145 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-18[1.0.X] Corrected a problem with the database cache backend, and refactored ↵Russell Keith-Magee
the cache test suite to ensure that all the backends are actually tested. Partial merge of r10031 and r10071 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-15[1.0.X] Documented patterns for adding extra managers to model subclasses.Malcolm Tredinnick
This seems to have been a source of confusion, so now we have some explicit examples. Fixed #9676. Backport of r10058 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-15[1.0.X] Clarified and expanded documentation for Manager.use_for_related_fields.Malcolm Tredinnick
This is for Manager subclasses that are default managers, but only sometimes. The general rule is: "don't use it." If you really need it, read the instructions. Backport of r10057 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10060 bcc190cf-cafb-0310-a4f2-bffc1f526a37