summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2009-08-29[1.0.X] Fixed #6674: Documented a couple of widget arguments. Thanks timo. Karen Tracey
r11478 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-08-13[1.0.x] Fixed #11508: Adding missing word to form wizard doc. Thanks ↵Karen Tracey
thepointer and timo. r11444 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11235 -- Added a missing clause from some sample SQL in the ↵Russell Keith-Magee
queryset docs. Merge of r11239 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15[1.0.X] Fixed #11374 -- Modified the documentation for forms.BooleanField to ↵Russell Keith-Magee
allow for the fact that it can be rendered using widgets other than a checkbox. Thanks to lygaret for the patch. Merge of r11236 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks ↵Russell Keith-Magee
to seveas for the report. Merge of r11218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. ↵Russell Keith-Magee
Thanks to seveas for the report. Merge of r11217 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in ↵Russell Keith-Magee
a post-newforms-admin world. Thanks to Alex for the report. Merge of r11175 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to ↵Russell Keith-Magee
vorushin for the report. Merge of r11169 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03[1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing ↵Russell Keith-Magee
that variables output by those tags will not be escaped by default. Thanks to krystal for the report and draft patch. Merge of r11163 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. ↵Russell Keith-Magee
Thanks to Ramiro Morales for the patch. Merge of r11097 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and ↵Russell Keith-Magee
r7630; extensibility points for the ModelAdmin?? and AdminSite??. Thanks to Ramiro Morales for the draft text. Merge of r11095 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to ↵Russell Keith-Magee
flebel for the report. Merge of r11094 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24[1.0.X] Fixed #11356 -- Added links to the growing collection of 3rd party ↵Russell Keith-Magee
database backends that are available. Thank to Nathan Auch for the draft text. Merge of r11093 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11221 -- Replaced a reference to a non-existent URL with an ↵Russell Keith-Magee
actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch. Merge of r11053 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks ↵Russell Keith-Magee
to jodal for the report, and SmileyChris for the patch. Merge of r11049 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18[1.0.X] Fixed #11312 -- Fixed the default value given for ↵Russell Keith-Magee
DEFAULT_FILE_STORAGE in the docs. THanks to x00nix@gmail.com for the patch. Merge of r11046 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17[1.0.X] Fixed #10336 -- Added improved documentation of generic views. ↵Russell Keith-Magee
Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs. Merge of r11025 and r11026 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty ↵Russell Keith-Magee
when using raw SQL. Merge of r11022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-10[1.0.X] Fixed #11056 -- Corrected reference to File class in storage docs. ↵Russell Keith-Magee
Thanks to wam for the report. Merge of r10970 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10977 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-10[1.0.X] Fixed #10981 -- Clarified documentation regarding lazy ↵Russell Keith-Magee
cross-application relationships. Thanks to Ramiro for the suggestion. Merge of r10971 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-27[1.0.X] Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin ↵Karen Tracey
and SmileyChris. r10849 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-17[1.0.X] Fixed #11031 -- Added doc for some additional roles needed when ↵Karen Tracey
testing Oracle. Thanks JirkaV and Matt Boersma. r10805 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-14[1.0.X] Fixed #11046: fixed a use of the deprecated cycle tag syntax in the ↵Jacob Kaplan-Moss
template documentation. Backport of [10768] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-12[1.0.X] Fixed #9675: added note about upgrading the URLconf to the comment ↵Jacob Kaplan-Moss
upgrade guide. Backport of [10746] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-11[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an ↵Russell Keith-Magee
empty option when the underlying field has blank=False and there is a default value available. Thanks to carljm for the report and patch. Merge of r10729 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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-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-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-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-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 #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 #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 #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 #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