Russell Keith-Magee
|
eeb230aa1c
|
Fixed #9117: Made the test client a new-style class. Thanks to Jan Oberst for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 11:32:11 +00:00 |
Malcolm Tredinnick
|
a27ff1c8ae
|
Fixed #8865 -- Improved the robustness of some file path tests.
Based on a patch from pythonhead@gentoo.org.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 09:32:36 +00:00 |
Malcolm Tredinnick
|
36f8b8d687
|
Fixed #9014 -- Check that we really are processing a POST before processing
POST data. Some nice debugging form aaron to track this down.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 09:02:25 +00:00 |
Malcolm Tredinnick
|
0aff292bcf
|
Changed a slightly suspicious usage of request.POST to request.method == 'POST'.
Refs #9014 (not the root cause of that bug, but discovered whilst people were
diagnosing it).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 08:59:55 +00:00 |
Malcolm Tredinnick
|
a10fcbdb8b
|
Fixed #9096 -- Fixed a slightly out-of-date comment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 08:10:55 +00:00 |
Malcolm Tredinnick
|
11e29c887a
|
Fixed some misordered markup for the ROOT_URLCONF setting in the docs.
Fixed #9098.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 07:59:05 +00:00 |
Malcolm Tredinnick
|
e99cd48769
|
Fixed #9113 -- Improved exception message reporting when importing sqlite3 fails.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 07:23:17 +00:00 |
Malcolm Tredinnick
|
168c776889
|
Fixed #8859 -- Some improvements to the Mandarin Chinese translation. Thanks, zhe.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 06:59:24 +00:00 |
Malcolm Tredinnick
|
b0753878e5
|
Fixed #9018 -- Updated Georgian translation from David Avsajanishvili.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 06:50:56 +00:00 |
Malcolm Tredinnick
|
4dcaea8e37
|
Fixed #9017 -- Updated Danish translation from Finn Gruwier Larsen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 06:50:07 +00:00 |
Malcolm Tredinnick
|
47684a1f94
|
Fixed #6415. Updated Icelandic translation from Jökull Sólberg Auðunsson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 06:41:29 +00:00 |
Adrian Holovaty
|
cc7b0f986a
|
Fixed #8409 -- The runserver now uses conditional GET for admin media files, instead of reloading the files off disk for every request. Thanks for reporting, andylowry
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 05:42:12 +00:00 |
Adrian Holovaty
|
7a80a9fa7d
|
Fixed #8546 -- Fixed error in request-response.txt where we were incorrectly 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
|
2008-09-17 05:18:41 +00:00 |
Adrian Holovaty
|
26a9ac491c
|
Fixed #8573 -- Fixed bug in 'inspectdb' regarding case-sensitivity of field names. It was automatically lowercasing the column name to create the Field name, which was inaccurate in the case of column names that contained a capital letter. Thanks for reporting and detective work, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 05:12:53 +00:00 |
Adrian Holovaty
|
660180df30
|
Fixed #8574 -- Made Sitemap a new-style class
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 04:56:04 +00:00 |
Adrian Holovaty
|
c1bed37715
|
Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-17 04:52:25 +00:00 |
Adrian Holovaty
|
8ec8e1a5e8
|
Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'post' for <form method> attributes, to be consistent with our other templates. Thanks, zgoda
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 06:15:26 +00:00 |
Adrian Holovaty
|
78fd5db4c5
|
Fixed #9016 -- Changed VERSION from 1.0.final to 1.0.post-release-SVN, which should suffice until we create a 1.0.x branch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 06:05:53 +00:00 |
Adrian Holovaty
|
2ccc716e7b
|
Changed the app-level links on the admin index page to include trailing slashes, to be consistent with the rest of the links
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 06:01:47 +00:00 |
Adrian Holovaty
|
78999f24ee
|
Fixed #9035 -- Reworded 'File uploads' link in docs index.txt to be clearer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:58:53 +00:00 |
Adrian Holovaty
|
8efeaea9dd
|
Fixed #9073 -- Fixed a unit test that broke after [9002]. Thanks, kratorius
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:52:29 +00:00 |
Adrian Holovaty
|
af23d8d3b3
|
Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a separate SQL query for every record in the 'history' sidebar on the admin homepage. Thanks for the patch, santip
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:50:03 +00:00 |
Adrian Holovaty
|
1fcf33095f
|
Fixed #9091 -- Rephrased Variable() documentation. Thanks, telenieko
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:42:11 +00:00 |
Adrian Holovaty
|
883aa6b9c8
|
Fixed #9092 -- Improved validation of app/project names by startapp/startproject so that it doesn't allow names to start with a number.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:39:49 +00:00 |
Adrian Holovaty
|
772639c692
|
Edited some recent docs changes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:31:00 +00:00 |
Adrian Holovaty
|
3b0bf9805d
|
Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zhe
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:30:48 +00:00 |
Adrian Holovaty
|
fdd3cb4930
|
Edited forms/index.txt changes from [9030]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 05:22:08 +00:00 |
Wilson Miner
|
f09f744f81
|
Fixed #9074: Added overflow: hidden to the submit-row div to clear the floated contents and avoid collapsing when the Save button is all that's there.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 00:40:10 +00:00 |
Wilson Miner
|
b79cb53d76
|
Fixed #8917 -- Comments are now displayed in reverse order by submit_date in the admin. Thanks to arien for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-16 00:25:21 +00:00 |
Justin Bronn
|
96becf2458
|
Moved imports so that other tests may be imported without specifying Django settings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 18:06:02 +00:00 |
Justin Bronn
|
b04faa3511
|
Fixed #9008 -- now use the correct library path for loading the `WinDLL` instance of the GDAL library.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 17:25:17 +00:00 |
Simon Willison
|
fe3a560768
|
Added mention of inclusion tags to reusable form templates documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 15:44:59 +00:00 |
Russell Keith-Magee
|
b8ba0154b8
|
Fixed #9085: Modified some example form HTML to be XHTML, consistent with Django default rendering. Thanks to Jarek Zgoda for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 12:14:31 +00:00 |
Simon Willison
|
7617e73c8c
|
Added documentation on creating reusable form templates; thanks for the suggestion, oggie rob
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 09:30:05 +00:00 |
Simon Willison
|
6fcdcbd456
|
Clarified the wording of the section on customizing form.errors within a field loop
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 00:13:25 +00:00 |
Simon Willison
|
5389c0d2af
|
Added documentation of the Form class's custom __iter__ method to the forms API reference as well
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-15 00:07:13 +00:00 |
Simon Willison
|
7ac86d17c8
|
Added documentation for looping over a form's fields in a template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 23:55:09 +00:00 |
Russell Keith-Magee
|
e820b54401
|
Fixed #9044: Corrected mistake in a closing tag in an example template. Thanks to Rick Vanderzwet for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 13:10:36 +00:00 |
Russell Keith-Magee
|
47091ab5b5
|
Fixed #9032: Corrected some minor typos in the admin docs. Thanks to rduffield for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 12:59:39 +00:00 |
Russell Keith-Magee
|
c9f0dd1ed6
|
Fixed #9075: Added a call to close() in the example file upload handler. Thanks to Brendan (bmsleight) for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 10:32:04 +00:00 |
Russell Keith-Magee
|
ea0fe604d8
|
Fixed #9078: Added commas to the example URLconf lines so that they can be easily copied and pasted. Thanks to mo.longman@gmail.com for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 09:39:04 +00:00 |
Russell Keith-Magee
|
83d2cb79cb
|
Fixed #9077: Modified the database installation notes to point to somewhere useful, rather than initd.org's rant page about Trac. Thanks to velo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 09:34:31 +00:00 |
Russell Keith-Magee
|
e600d00b44
|
Fixed #9067: Added a note that you can register a model with the admin without providing a ModelAdmin object. Thanks to Rob Hudson for the suggestion.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 08:58:16 +00:00 |
Russell Keith-Magee
|
7ab3285f64
|
Fixed #9060: Clarified some language in the description of modelformset_factory. Thanks to gsf for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 08:36:58 +00:00 |
Russell Keith-Magee
|
7931da87ec
|
Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified a template variable as a function. Thanks to zen for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 08:28:55 +00:00 |
Russell Keith-Magee
|
a8d2810be5
|
Fixed #9048: Corrected markup typo in tutorial 4. Thanks to gkelly for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 08:15:22 +00:00 |
Russell Keith-Magee
|
bc75e912a4
|
Fixed #9046: Corrected a typo in the m2m intermediate docs. Thanks to djoume for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 07:52:45 +00:00 |
Russell Keith-Magee
|
24d3129edd
|
Fixed #8570: Corrected some code that was using 8-space tabs for some reason. Thanks to Manuel Saelices for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 07:04:40 +00:00 |
Russell Keith-Magee
|
5a4feb9ec2
|
Fixed #9052: Corrected typo in file handling docs. Thanks to KiWiB0RG for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-14 06:49:28 +00:00 |
Brian Rosner
|
2d8d69f9ae
|
Fixed #9050 -- Fixed a typo in the 1.0 porting guide in the admin section. Thanks ahebert.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-09-12 16:56:09 +00:00 |