summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-04Allow whitespace prior to an "extends" tag. This allows a little more formatt...Malcolm Tredinnick
2008-02-04Fixed #6278 -- Documented that the 404 template is passed a RequestContext an...Malcolm Tredinnick
2008-02-04Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick
2008-02-03Fixed #6279, #6514 -- Fixed some HTML escaping problems in the urlize filter.Malcolm Tredinnick
2008-02-03Fixed #6109 -- Marked fieldset descriptions as safe from auto-escaping. GoodMalcolm Tredinnick
2008-02-03Fixed #6224 -- Small doc fixed for Argentinean localflavor. Thanks, RamiroMalcolm Tredinnick
2008-02-03Fixed #6531 -- Updated Argentinean Spanish translation from Ramiro Morales.Malcolm Tredinnick
2008-02-03Fixed #6530 -- Updated Swedish translation form Mikko Hellsing.Malcolm Tredinnick
2008-02-03Fixed #6522 -- Updated Farsi translation. Thanks, cmorgh@gmail.com.Malcolm Tredinnick
2008-02-03Fixed #6451 -- Added weekday abbreviations to the German translation. Thanks,Malcolm Tredinnick
2008-02-03Fixed #6448 -- Updated Irish translation from Michael Thornhill.Malcolm Tredinnick
2008-02-03Fixed #6441 -- Updated Catalan translation from Marc Garcia.Malcolm Tredinnick
2008-02-03Fixed #6415 -- Updated Icelandic translation from Jökull Sólberg Auðunsson.Malcolm Tredinnick
2008-02-03Fixed #1984 -- Updated Italian translation from Nicola Larosa.Malcolm Tredinnick
2008-02-03Fixed #6305 -- Always emit the got_request_exception signal, even whenMalcolm Tredinnick
2008-02-03Fixed #6313 -- Typo fix pointed out by thejaswi_puthraya.Malcolm Tredinnick
2008-02-03Fixed #6303 -- Handle missing language specification in feed generation. Tha...Malcolm Tredinnick
2008-02-03Fixed #6423 -- Don't fall in a hole in the debug screen if somebody raises an...Malcolm Tredinnick
2008-02-03Fixed #6301 -- Added '*' to the characters not converted by iri_to_uri(), asMalcolm Tredinnick
2008-02-03Fixed #6359 -- Fixed an oversight in the debug output: template loaders need ...Malcolm Tredinnick
2008-02-03Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDi...Malcolm Tredinnick
2008-02-03Fixed #6356 -- Added a mark_safe() call that was missed in a url() method. T...Malcolm Tredinnick
2008-02-03Fixed #6326 -- Made the test for translations of filter arguments test someth...Malcolm Tredinnick
2008-02-03Clarified that filter arguments are passed as a single string to the translat...Malcolm Tredinnick
2008-02-03Fixed #6479 -- Use settings.SESSION_COOKIE_NAME instead of hard-coded "sessio...Malcolm Tredinnick
2008-02-03Fixed #6495 -- Fixed debug traceback HTML output in the rare case when there ...Malcolm Tredinnick
2008-02-03Fixed #6478 -- Allow tests to be interrupted with system exits and ^C. Thanks,Malcolm Tredinnick
2008-02-03Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.Malcolm Tredinnick
2008-02-01Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si...Gary Wilson Jr
2008-01-31Refs #5474 -- Removed a hyperlink target that ended up not getting used in [6...Gary Wilson Jr
2008-01-31Fixed #6502 -- Documented `context_instance` argument of `render_to_response`...Gary Wilson Jr
2008-01-31Fixed `add_domain` call to use domain attribute of `current_site` so the func...Gary Wilson Jr
2008-01-31Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,...Gary Wilson Jr
2008-01-28Fixed #6431 -- Fixed misspelling in projects template settings file, thanks D...Gary Wilson Jr
2008-01-28Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...Gary Wilson Jr
2008-01-28Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.Gary Wilson Jr
2008-01-28Style fixes.Gary Wilson Jr
2008-01-28Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai...Gary Wilson Jr
2008-01-28Fixed #6265 -- Added an example of overriding a form field's default widget i...Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Field types" text a link to the section.Gary Wilson Jr
2008-01-28In the modelforms docs, made the "Overriding the default field types" text a ...Gary Wilson Jr
2008-01-28Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter.Gary Wilson Jr
2008-01-28Fixed typo in testcases module.Gary Wilson Jr
2008-01-18Fixed #6302 for ImageFields.Jacob Kaplan-Moss
2008-01-18Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; ex...Russell Keith-Magee
2008-01-17Fixed #6302. FileField no longer requires a value if one already exists. Than...Joseph Kocherhans
2008-01-13Fixed another typo in templates docs.Gary Wilson Jr
2008-01-13Fixed typo in templates docs.Gary Wilson Jr
2008-01-13Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil...Gary Wilson Jr
2008-01-13Fixed #6347 -- Fixed missing comma in `it_province.py` module, thanks Filippo...Gary Wilson Jr