Russell Keith-Magee
|
1c908784e6
|
[1.0.X] Fixed #11235 -- Added a missing clause from some sample SQL in the 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 14:24:49 +00:00 |
|
Russell Keith-Magee
|
500202337e
|
[1.0.X] Fixed #11374 -- Modified the documentation for forms.BooleanField to 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-15 14:17:29 +00:00 |
|
Russell Keith-Magee
|
7cfee7925a
|
[1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks 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 15:48:38 +00:00 |
|
Russell Keith-Magee
|
667042a060
|
[1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. 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-11 15:45:55 +00:00 |
|
Russell Keith-Magee
|
63a7b95693
|
[1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in 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 14:16:21 +00:00 |
|
Russell Keith-Magee
|
c05f4d5a22
|
[1.0.X] Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to 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 07:20:36 +00:00 |
|
Russell Keith-Magee
|
9219741ee7
|
[1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing 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-07-03 06:12:50 +00:00 |
|
Russell Keith-Magee
|
b287f8a96f
|
[1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. 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 14:23:24 +00:00 |
|
Russell Keith-Magee
|
60ec0bdec2
|
[1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and 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 14:21:19 +00:00 |
|
Russell Keith-Magee
|
e717ddc0da
|
[1.0.X] Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to 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 14:20:38 +00:00 |
|
Russell Keith-Magee
|
589d96ce4a
|
[1.0.X] Fixed #11356 -- Added links to the growing collection of 3rd party 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-24 14:19:44 +00:00 |
|
Russell Keith-Magee
|
0c24c3ee17
|
[1.0.X] Fixed #11221 -- Replaced a reference to a non-existent URL with an 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 14:18:43 +00:00 |
|
Russell Keith-Magee
|
5301334f15
|
[1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks 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 14:16:45 +00:00 |
|
Russell Keith-Magee
|
7ccd095755
|
[1.0.X] Fixed #11312 -- Fixed the default value given for 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-18 14:14:52 +00:00 |
|
Russell Keith-Magee
|
9d7e51d957
|
[1.0.X] Fixed #10336 -- Added improved documentation of generic views. 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 14:19:54 +00:00 |
|
Russell Keith-Magee
|
40bcd34fab
|
[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty 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-17 13:54:43 +00:00 |
|
Russell Keith-Magee
|
3f28be2b65
|
[1.0.X] Fixed #11056 -- Corrected reference to File class in storage docs. 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 13:00:28 +00:00 |
|
Russell Keith-Magee
|
383c46dc8d
|
[1.0.X] Fixed #10981 -- Clarified documentation regarding lazy 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-06-10 12:51:35 +00:00 |
|
Karen Tracey
|
e2e092cff9
|
[1.0.X] Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin 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-27 16:28:38 +00:00 |
|
Karen Tracey
|
509dfdd3a7
|
[1.0.X] Fixed #11031 -- Added doc for some additional roles needed when 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-17 17:28:34 +00:00 |
|
Jacob Kaplan-Moss
|
bcda65e991
|
[1.0.X] Fixed #11046: fixed a use of the deprecated cycle tag syntax in the 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-14 01:54:41 +00:00 |
|
Jacob Kaplan-Moss
|
a1d6fdafce
|
[1.0.X] Fixed #9675: added note about upgrading the URLconf to the comment 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-12 17:25:29 +00:00 |
|
Russell Keith-Magee
|
bc07a498fe
|
[1.0.X] Fixed #10792 -- Ensured that ModelChoiceFields don't provide an 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-11 00:01:40 +00:00 |
|
Jacob Kaplan-Moss
|
4f383e2939
|
Reverted r10709 which I applied to the wrong branch. Sorry for my git-svn fail!
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-08 11:13:17 +00:00 |
|
Jacob Kaplan-Moss
|
864b78135a
|
Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10709 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-08 11:10:23 +00:00 |
|
Russell Keith-Magee
|
5a089a5b00
|
[1.0.x] Fixed #10367 -- Corrected an example in the documentation for 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 14:55:50 +00:00 |
|
Russell Keith-Magee
|
e249b0ec4d
|
[1.0.X] Fixed #10776 -- Added metadata targets for the contrib.admin docs, 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 13:28:58 +00:00 |
|
Russell Keith-Magee
|
c89bf435c2
|
[1.0.X] Fixed #10704 -- Resurrected documentation for {% else %} clause on {% 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 13:28:16 +00:00 |
|
Jacob Kaplan-Moss
|
a340c7f0e2
|
[1.0.X] Fixed #9268: pass the "next" param through in the comment 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 19:29:34 +00:00 |
|
Jacob Kaplan-Moss
|
597102199e
|
[1.0.X] Fixed a whole bunch of small docs typos, errors, and ommissions. 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-03 18:37:43 +00:00 |
|
Jacob Kaplan-Moss
|
53d5f27e75
|
[1.0.X] Fixed a couple of mistaken bits of the docs in [10312]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-01 03:02:47 +00:00 |
|
Jacob Kaplan-Moss
|
f770cf5c5a
|
[1.0.X] Fixed #10031: updated SQLite database docs to more strongly indicate 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 02:37:04 +00:00 |
|
Joseph Kocherhans
|
6b2e28d963
|
[1.0.x] Fixed #9452. InlineModelAdmin docs now mention the right default for '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 01:34:49 +00:00 |
|
Jacob Kaplan-Moss
|
dc7c952e8d
|
[1.0.X] Fixed a silly typo in databases ref. Thanks, Alex. Backport of 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 00:08:48 +00:00 |
|
Jacob Kaplan-Moss
|
a9017a1e5a
|
[1.0.X] A whole lotta documentation fixes, backported from r10303 on trunk.
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-04-01 00:08:34 +00:00 |
|
Jacob Kaplan-Moss
|
4a3139d63e
|
[1.0.X] Fixed #8847, #10370: added some missing methods to MultiValueDict 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 22:02:37 +00:00 |
|
James Bennett
|
550dd62300
|
[1.0.X] Fixed #10367: Added note to generic-relation docs explaining when 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 17:14:48 +00:00 |
|
Gary Wilson Jr
|
d073efa0bb
|
[1.0.X]: Fixed #10375 -- Added documentation about the default format 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 16:35:35 +00:00 |
|
Gary Wilson Jr
|
b3b541b68e
|
[1.0.X]: Fixed #10553 -- Corrected several uses of URLconf in 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 16:09:22 +00:00 |
|
Gary Wilson Jr
|
510a16679d
|
[1.0.X]: Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
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 15:42:58 +00:00 |
|
Gary Wilson Jr
|
68aa33f901
|
[1.0.X]: Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #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-31 07:16:25 +00:00 |
|
Gary Wilson Jr
|
9d808c14a5
|
[1.0.X]: Fixed #9946 -- Removed redundant mention of needing to define 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 23:33:08 +00:00 |
|
Gary Wilson Jr
|
ef28364365
|
[1.0.X]: Fixed a few class references in the model field docs.
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 19:55:29 +00:00 |
|
Gary Wilson Jr
|
10a3e41c8a
|
[1.0.X]: Fixed #10076 -- Documented invalid arguments for FileField , based 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 19:35:36 +00:00 |
|
Gary Wilson Jr
|
46292cdc71
|
[1.0.X]: Fixed #9853 -- Added information to the model date/time fields to 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 18:32:49 +00:00 |
|
Malcolm Tredinnick
|
dce8fdbc68
|
[1.0.X] Made a couple of cross-references in the model fields documentaiton 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 23:02:36 +00:00 |
|
Russell Keith-Magee
|
1c670a7053
|
[1.0.X] Fixed #10329 -- Added link target for get_FOO_display, 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 12:12:32 +00:00 |
|
Ian Kelly
|
de442c3ab6
|
[1.0.X] Clarified documentation regarding Oracle's treatment of nulls and 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-03-05 20:22:54 +00:00 |
|
James Bennett
|
9b5b2ee2f3
|
[1.0.X] Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-02-28 06:05:44 +00:00 |
|
Russell Keith-Magee
|
16f05e78f1
|
[1.0.X] Fixed #9347 -- Added an entry in the field reference for the 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 07:19:26 +00:00 |
|