Malcolm Tredinnick
|
d9cc22b3e3
|
Fixed #3268 -- Changed default model formfields to use a select widget when the
field has a choices attribute. Based on a patch from mrmachine.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-28 14:18:03 +00:00 |
Malcolm Tredinnick
|
b09bdd2ae8
|
Refactored the formfield() methods on models.fields.Field subclasses slightly
to remove some repetition.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-28 13:55:24 +00:00 |
Malcolm Tredinnick
|
c675ee7612
|
Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-28 13:31:44 +00:00 |
Malcolm Tredinnick
|
4ac69165f8
|
Fixed #4176 -- Fixed unintended change introduced in [5104]. Thanks,
SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-28 04:45:38 +00:00 |
Adrian Holovaty
|
812c261006
|
Made small formatting tweaks to docs/settings.txt and docs/email.txt changes from [5111]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-28 04:08:31 +00:00 |
Malcolm Tredinnick
|
ec577d88ea
|
Fixed up some omissions and one mysteriously documented, yet non-existent field
in the validator documentation. Patch from alang@bright-green.com. Refs #2266.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 15:06:45 +00:00 |
Russell Keith-Magee
|
8a4a8023d6
|
Fixed #3698 -- Modified newforms labels to only add a colon if the label text doesn't end with punctuation. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 14:27:07 +00:00 |
Malcolm Tredinnick
|
1c2fdf1ebd
|
Fixed #4163 -- Added some "quick notes" documentation about the configuration
variables required to send email. Thanks, Karen Tracey.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 14:25:05 +00:00 |
Malcolm Tredinnick
|
33ce769786
|
Fixed #4169 -- Updated Norwegian translation. Thanks, tt@gurgle.no.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5110 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 13:53:47 +00:00 |
Malcolm Tredinnick
|
14fac203e8
|
Fixed #4166 -- Fixed some format string errors in the Greek translation.
Thanks, orestis@orestis.gr.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5109 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 13:44:58 +00:00 |
Malcolm Tredinnick
|
592f1280f6
|
Added tests for Brazilian CRPF field that were accidentally omitted in [5089].
Refs #3957.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 12:50:24 +00:00 |
Malcolm Tredinnick
|
7894336a25
|
Updated Henrique Romano's AUTHOR entry. Refs #3945.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 12:46:41 +00:00 |
Malcolm Tredinnick
|
fb30e774f9
|
Fixed #2608 -- Generate correct SQL for multi-level foreign key relations.
Based on a patch from Gopal Narayanan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 12:45:08 +00:00 |
Malcolm Tredinnick
|
f30ca6636b
|
Minor tweak. Removed unnecessary argument default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 12:27:19 +00:00 |
Malcolm Tredinnick
|
54f11ee63c
|
Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure we
don't get caught out by a couple of corner cases.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 12:16:22 +00:00 |
Malcolm Tredinnick
|
6fe5235cea
|
Renamed filter template tests to be in their own sequence. Makes it easier to
add tests if the related names aren't spread out across creation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5103 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 11:01:45 +00:00 |
Russell Keith-Magee
|
81a712762f
|
Fixed #3954 -- Disabled termcolors when loading fixtures. Well spotted, Vijay Sajip.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-27 10:55:47 +00:00 |
Adrian Holovaty
|
51e867a2e5
|
Fixed inconsistent period usage in localflavor.br error messages from [5089]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 15:05:47 +00:00 |
Adrian Holovaty
|
143270856b
|
Small formatting changes to localflavor/cl/forms.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:59:27 +00:00 |
Malcolm Tredinnick
|
4bce3c17ec
|
Revert [5092], since this should only have been applied to newforms-admin.
Refs #1576.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:58:38 +00:00 |
Adrian Holovaty
|
38d8e84248
|
Edited docs/install.txt changes from [5085]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:58:18 +00:00 |
Adrian Holovaty
|
af6ed6c91d
|
Small formatting changes to localflavor/is_/forms.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:55:18 +00:00 |
Adrian Holovaty
|
bf89e4b151
|
Added note about Django development version to docs/authentication.txt change from [5073]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:52:40 +00:00 |
Adrian Holovaty
|
2944320eba
|
Added 'New in Django development version' note to docs/settings.txt changes from [5072], and fixed alphabetizing
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 14:51:50 +00:00 |
Malcolm Tredinnick
|
6c18ba8c91
|
Fixed #1576 -- Fixed incorrect SQL generated when using descending ordering
from related models. Patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 13:48:31 +00:00 |
Malcolm Tredinnick
|
439cb4047f
|
Fixed #4040 -- Changed uses of has_key() to "in". Slight performance
improvement and forward-compatible with future Python releases. Patch from Gary
Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 13:30:48 +00:00 |
Malcolm Tredinnick
|
6c02565e4f
|
Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers)
fields to the Brazilian localflavor. Thanks, onaiort@gmail.com and
danielvaz@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 13:11:07 +00:00 |
Russell Keith-Magee
|
b24c860fa2
|
Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and fixed the value_from_datadict method for MultiWidgets to handle Multiwidgets containing Multiwidgets. Also added a testcase walking through the use of MultiWidget/MultiValueField. Thanks to Max Derkachev for reporting these issues and providing fixes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 12:46:04 +00:00 |
Malcolm Tredinnick
|
ed60b8645f
|
Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 12:41:34 +00:00 |
Malcolm Tredinnick
|
f85f1d077a
|
Fixed #4129 -- Pass any prefix setting into url(...) constructions so that
prefixes work with the new syntax and strings for function names.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 11:17:19 +00:00 |
Malcolm Tredinnick
|
21d9387cea
|
Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 10:29:55 +00:00 |
Malcolm Tredinnick
|
decc230d19
|
Told xgettext that ngettext_lazy is a pluralising function, so that strings are
extracted correctly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 10:27:21 +00:00 |
Malcolm Tredinnick
|
a738f3a4ff
|
Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ directory
name because "is" is a reserved word in Python. Patch from
django@einaregilsson.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-26 08:43:25 +00:00 |
Malcolm Tredinnick
|
37e4842661
|
Fixed #4138 -- Updated Korean translation. Thanks, Sung-Jin Hong.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 12:04:50 +00:00 |
Malcolm Tredinnick
|
aa1b182da3
|
Fixed #3543 -- Be a bit more tolerant of spaces following the comma
argument separator in the "url" tag.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 10:29:39 +00:00 |
Malcolm Tredinnick
|
b3e0b59def
|
Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is a
useful error to be able to catch explicitly. Thanks, enlight.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 10:18:56 +00:00 |
Malcolm Tredinnick
|
e23ababb52
|
Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 10:12:05 +00:00 |
Malcolm Tredinnick
|
74bab89178
|
Fixed #3379 -- Changed login() so that we update last_login when a user
logs in. Thanks, arvin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 09:44:06 +00:00 |
Malcolm Tredinnick
|
2a7d9ef23f
|
Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support
easy porting from existing Unix-based legacy apps. Thanks, axiak@mit.edu.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 09:34:29 +00:00 |
Malcolm Tredinnick
|
5dfe74f221
|
Fixed #3185 -- Made values for login, logout and post-login redirect URLs
configurable. This is a combined patch from Vasily Sulatskov, Marc Fargas and
Collin Grady.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 08:49:57 +00:00 |
Malcolm Tredinnick
|
d744a660c4
|
Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,
Sung-Jin Hong.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 08:32:31 +00:00 |
Malcolm Tredinnick
|
6c812e9143
|
Fixed #4108 -- Updated French translation. Thanks, Baptiste.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 08:17:41 +00:00 |
Malcolm Tredinnick
|
aca569804e
|
Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed
in sorted order. Based on a patch from Forest Bond.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 07:30:54 +00:00 |
Malcolm Tredinnick
|
535535a45e
|
Removed a bunch of annoying trailing whitespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 07:25:22 +00:00 |
Malcolm Tredinnick
|
76005c917f
|
Fixed #3948 -- Added some extra relevant information to FilterExpression
parse-related error message. Thanks, philippe.raoult@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 07:05:31 +00:00 |
Malcolm Tredinnick
|
939f678e65
|
Fixed #3857 -- Used a table to describe the required arg for FileField. This
makes it consistent with other argument descriptions. Thanks, whiteinge.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 06:38:23 +00:00 |
Russell Keith-Magee
|
56b8914eb9
|
Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect and MultiWidget. In particular, handling of the id attribute has been fixed. Thanks to Gary Wilson and Max Derkachev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-24 12:53:29 +00:00 |
Adrian Holovaty
|
39aa40d108
|
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-24 05:58:03 +00:00 |
Simon Willison
|
53eddd4a0f
|
Added HTTP_HOST example header
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-23 21:24:41 +00:00 |
Malcolm Tredinnick
|
00cb6a1ba8
|
Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-23 05:51:29 +00:00 |