summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-05-03Fixed bozo error in [5141].Malcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-05-01Fixed #4130 -- Added more self-explanatory error message when a typo is made inMalcolm Tredinnick
2007-05-01Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.Malcolm Tredinnick
2007-05-01Fixed #3905 -- Report app_name correctly in errors during custom SQLMalcolm Tredinnick
2007-05-01Fixed #4084 -- Added formfield() support to the USStateField model field.Malcolm Tredinnick
2007-04-29Fixed #4044 -- Allowed callable views specifier to mix (i.e. not crash) withMalcolm Tredinnick
2007-04-28Fixed #3980 -- Updated German translation. Thanks, Jannis Leidel.Malcolm Tredinnick
2007-04-28Fixed #3268 -- Changed default model formfields to use a select widget when theMalcolm Tredinnick
2007-04-28Refactored the formfield() methods on models.fields.Field subclasses slightlyMalcolm Tredinnick
2007-04-28Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson.Malcolm Tredinnick
2007-04-28Fixed #4176 -- Fixed unintended change introduced in [5104]. Thanks,Malcolm Tredinnick
2007-04-27Fixed #3698 -- Modified newforms labels to only add a colon if the label text...Russell Keith-Magee
2007-04-27Fixed #4169 -- Updated Norwegian translation. Thanks, tt@gurgle.no.Malcolm Tredinnick
2007-04-27Fixed #4166 -- Fixed some format string errors in the Greek translation.Malcolm Tredinnick
2007-04-27Fixed #2608 -- Generate correct SQL for multi-level foreign key relations.Malcolm Tredinnick
2007-04-27Minor tweak. Removed unnecessary argument default.Malcolm Tredinnick
2007-04-27Fixed #4164, #4171 -- Reworked some of the template lexer logic to ensure weMalcolm Tredinnick
2007-04-27Fixed #3954 -- Disabled termcolors when loading fixtures. Well spotted, Vijay...Russell Keith-Magee
2007-04-26Fixed inconsistent period usage in localflavor.br error messages from [5089]Adrian Holovaty
2007-04-26Small formatting changes to localflavor/cl/forms.pyAdrian Holovaty
2007-04-26Revert [5092], since this should only have been applied to newforms-admin.Malcolm Tredinnick
2007-04-26Small formatting changes to localflavor/is_/forms.pyAdrian Holovaty
2007-04-26Fixed #1576 -- Fixed incorrect SQL generated when using descending orderingMalcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-26Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity numbers)Malcolm Tredinnick
2007-04-26Fixed #3787, #3788 -- Corrected check for IndexError on MultiValueField, and ...Russell Keith-Magee
2007-04-26Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl.Malcolm Tredinnick
2007-04-26Fixed #4129 -- Pass any prefix setting into url(...) constructions so thatMalcolm Tredinnick
2007-04-26Told xgettext that ngettext_lazy is a pluralising function, so that strings areMalcolm Tredinnick
2007-04-26Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ directoryMalcolm Tredinnick
2007-04-25Fixed #4138 -- Updated Korean translation. Thanks, Sung-Jin Hong.Malcolm Tredinnick
2007-04-25Fixed #3543 -- Be a bit more tolerant of spaces following the commaMalcolm Tredinnick
2007-04-25Fixed #3450 -- Exposed IntegrityError in a backend-neutral fashion. This is aMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2007-04-25Fixed #3379 -- Changed login() so that we update last_login when a userMalcolm Tredinnick
2007-04-25Fixed #3316 -- Added support for crypt hashing of passwords, mostly to supportMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-25Fixed #4137 -- Added translation markup to a couple of missed strings. Thanks,Malcolm Tredinnick
2007-04-25Fixed #4108 -- Updated French translation. Thanks, Baptiste.Malcolm Tredinnick
2007-04-25Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printedMalcolm Tredinnick
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
2007-04-25Fixed #3948 -- Added some extra relevant information to FilterExpressionMalcolm Tredinnick
2007-04-24Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect...Russell Keith-Magee
2007-04-23Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.Malcolm Tredinnick
2007-04-23Fixed #4106 -- Fixed typo in datastructures.py. Thanks, Amr MostafaAdrian Holovaty
2007-04-21Fixed #3821 -- Added a widget class attribute to ChoiceField andMalcolm Tredinnick
2007-04-21Fixed #3749 -- Set the context correctly when using the "filter" template tag.Malcolm Tredinnick
2007-04-21Fixed #3734 -- Added support for import hooks to the debugging tracebackMalcolm Tredinnick
2007-04-21Fixed #4098 -- fixed a syntax error when reporting errors in "with" templateMalcolm Tredinnick