summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-10Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was evenMalcolm Tredinnick
2007-07-10Fixed #4812 -- Fixed an octal escape in regular expression that is used in th...Gary Wilson Jr
2007-07-10Fixed #4814 -- Fixed some whitespace issues in tutorial01, thanks John Shaffer.Gary Wilson Jr
2007-07-10Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ...Gary Wilson Jr
2007-07-08Fixed #4798-- Made sure that function keyword arguments are strings (for theMalcolm Tredinnick
2007-07-08Fixed reverse URL lookup using functions when the original URL pattern was aMalcolm Tredinnick
2007-07-07Corrected misleading comment from [5619]. Not sure what I was smoking at theMalcolm Tredinnick
2007-07-07Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.Malcolm Tredinnick
2007-07-07Changed HttpRequest.path to be a Unicode object. It has already beenMalcolm Tredinnick
2007-07-07Added some uncredited authors that worked on the Oracle branch.Russell Keith-Magee
2007-07-06Fixed #4776 -- Fixed a problem with handling of upload_to attributes. The newMalcolm Tredinnick
2007-07-06Fixed #4782 -- Updated Slovenian translation. Thanks, Gasper Koren. Also movedMalcolm Tredinnick
2007-07-06Fixed #4770 -- Fixed some Unicode conversion problems in the mysql_old backendMalcolm Tredinnick
2007-07-06Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield.Malcolm Tredinnick
2007-07-06Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s...Gary Wilson Jr
2007-07-05Fixed minor typo in assertion message.Russell Keith-Magee
2007-07-05Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator evenMalcolm Tredinnick
2007-07-05Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it'sMalcolm Tredinnick
2007-07-05Added a test that shows the problem in #4470. This fails only for the mysql_oldMalcolm Tredinnick
2007-07-05Fixed #4753 -- Updated Spanish translation. Also move translators' names out ofMalcolm Tredinnick
2007-07-05Fixed #4717 -- Updated Catalan translation. Thanks, marc.garcia@accopensys.com.Malcolm Tredinnick
2007-07-05Form encoding should be changed only via HttpRequest, not on GET and POSTMalcolm Tredinnick
2007-07-04Fixed some ReST errors.Malcolm Tredinnick
2007-07-04Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks,Malcolm Tredinnick
2007-07-04Fixed Javascript syntax from [5608] that was causing a problem in Opera. FixedMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-03Converted some tabs to four spaces in two docsAdrian Holovaty
2007-07-03Fixed tabs -> spaces in [5598]Adrian Holovaty
2007-07-03Fixed an error in a RequestContext example in docs/templates_python.txtAdrian Holovaty
2007-07-03Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac...Adrian Holovaty
2007-07-03Fixed #4688 -- startproject no longer breaks when Django files are read-only....Adrian Holovaty
2007-07-03Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks...Adrian Holovaty
2007-07-03Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a stringMalcolm Tredinnick
2007-07-01Backported the fix from [5581] (unicode-branch) to trunk. Fixes a methodMalcolm Tredinnick
2007-07-01Made the reg-exp lookup tests more robust. they now pass for all databaseMalcolm Tredinnick
2007-07-01Added some clearer docstrings to MultiValueField and MultiWidgetAdrian Holovaty
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-30Made docs/contributing.txt docs style guidelines notes more consistent. The s...Adrian Holovaty
2007-06-30Added 'subclass' to docs/contributing.txt docs style guidelinesAdrian Holovaty
2007-06-30Lowercased 'Realize' in docs/contributing.txt to fix potential ambiguityAdrian Holovaty
2007-06-30Edited docs/db-api.txt changes from [5555]Adrian Holovaty
2007-06-30Added database name style to docs/contributing.txt documentation style sectionAdrian Holovaty
2007-06-30Added 'Documentation style' section to docs/contributing.txtAdrian Holovaty
2007-06-30Edited docs/email.txt changes from [5550]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5548]Adrian Holovaty
2007-06-30Edited docs/email.txt changes from [5547]Adrian Holovaty
2007-06-30Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne...Adrian Holovaty
2007-06-28Added empty djangojs.po files to locales who did not already have one.Malcolm Tredinnick
2007-06-28Fixed #4703 -- Updated Romanian translation. Thanks, tibimicu@gmax.net.Malcolm Tredinnick
2007-06-28Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for th...Russell Keith-Magee