summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Minor edit of initialisation logic.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages.Malcolm Tredinnick
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-02Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, ...Adrian Holovaty
2007-05-02Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thank...Adrian Holovaty
2007-05-02Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build...Adrian Holovaty
2007-05-02Fixed #4139 -- Fixed typo in docs/templates_python.txt.Adrian Holovaty
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-05-01Fixed #4188 -- Removed the explicit list of default LANGUAGES setting values,Malcolm Tredinnick
2007-04-29Fixed #4044 -- Allowed callable views specifier to mix (i.e. not crash) withMalcolm Tredinnick
2007-04-28Renamed one test to avoid a name-clash with an earlier test of the same name.Malcolm Tredinnick
2007-04-28Fixed #3980 -- Updated German translation. Thanks, Jannis Leidel.Malcolm Tredinnick
2007-04-28Fixed #4181 -- Corrected anchor names in links to settings document. Thanks,Malcolm Tredinnick
2007-04-28Fixed #4175 -- Fixed a couple of ReST markup errors. Thanks, Matt McClanahan.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-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ...Adrian Holovaty
2007-04-27Fixed up some omissions and one mysteriously documented, yet non-existent fieldMalcolm Tredinnick
2007-04-27Fixed #3698 -- Modified newforms labels to only add a colon if the label text...Russell Keith-Magee
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
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-27Added tests for Brazilian CRPF field that were accidentally omitted in [5089].Malcolm Tredinnick
2007-04-27Updated Henrique Romano's AUTHOR entry. Refs #3945.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-27Renamed filter template tests to be in their own sequence. Makes it easier toMalcolm 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-26Edited docs/install.txt changes from [5085]Adrian Holovaty
2007-04-26Small formatting changes to localflavor/is_/forms.pyAdrian Holovaty
2007-04-26Added note about Django development version to docs/authentication.txt change...Adrian Holovaty
2007-04-26Added 'New in Django development version' note to docs/settings.txt changes f...Adrian 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