| Age | Commit message (Expand) | Author |
| 2007-07-12 | Fixed #4755 -- Modified newforms MultipleChoiceField to use list comprehensio... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4722 -- Clarified discussion about PYTHONPATH in modpython docs. Thank... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4640 -- Fixed import to stringfilter in docs. Proposed solution to mov... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bi... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net. | Russell Keith-Magee |
| 2007-07-12 | Fixed #4745 -- Updated docs to point out that 0 is not a valid SITE_ID when r... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4837 -- Updated Debian packaging details. Thanks for the suggestion, Y... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-12 | Improved syndication feed framework to use RequestSite if the sites framework... | Adrian Holovaty |
| 2007-07-12 | Added RequestSite class to sites framework | Adrian Holovaty |
| 2007-07-12 | Added helpful error message to SiteManager.get_current() if the user hasn't s... | Adrian Holovaty |
| 2007-07-12 | Edited changes to docs/tutorial04.txt from [5649] | Adrian Holovaty |
| 2007-07-12 | Added 'New in Django development version' note to docs/syndication_feeds.txt ... | Adrian Holovaty |
| 2007-07-12 | Fixed #4615: corrected reverse URL resolution examples in tutorial 4. Thanks ... | Jacob Kaplan-Moss |
| 2007-07-11 | Fixed #4753 -- Small update to Spanish translation from Mario Gonzalez. | Malcolm Tredinnick |
| 2007-07-11 | Fixed #4802 -- Updated French translation. Combined contribution from | Malcolm Tredinnick |
| 2007-07-11 | Fixed #4815 -- Fixed decoding of request parameters when the input encoding is | Malcolm Tredinnick |
| 2007-07-10 | Fixed #3760 -- Added the ability to manually set feed- and item-level id | Malcolm Tredinnick |
| 2007-07-10 | Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCII | Malcolm Tredinnick |
| 2007-07-10 | Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was even | Malcolm Tredinnick |
| 2007-07-10 | Fixed #4812 -- Fixed an octal escape in regular expression that is used in th... | Gary Wilson Jr |
| 2007-07-10 | Fixed #4814 -- Fixed some whitespace issues in tutorial01, thanks John Shaffer. | Gary Wilson Jr |
| 2007-07-10 | Fixed #4817 -- Removed leading forward slashes from some urlconf examples in ... | Gary Wilson Jr |
| 2007-07-08 | Fixed #4798-- Made sure that function keyword arguments are strings (for the | Malcolm Tredinnick |
| 2007-07-08 | Fixed reverse URL lookup using functions when the original URL pattern was a | Malcolm Tredinnick |
| 2007-07-07 | Corrected misleading comment from [5619]. Not sure what I was smoking at the | Malcolm Tredinnick |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |
| 2007-07-07 | Changed HttpRequest.path to be a Unicode object. It has already been | Malcolm Tredinnick |
| 2007-07-07 | Added some uncredited authors that worked on the Oracle branch. | Russell Keith-Magee |
| 2007-07-06 | Fixed #4776 -- Fixed a problem with handling of upload_to attributes. The new | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4782 -- Updated Slovenian translation. Thanks, Gasper Koren. Also moved | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4770 -- Fixed some Unicode conversion problems in the mysql_old backend | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield. | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s... | Gary Wilson Jr |
| 2007-07-05 | Fixed minor typo in assertion message. | Russell Keith-Magee |
| 2007-07-05 | Fixed #1015 -- Fixed decorator_from_middleware to return a real decorator even | Malcolm Tredinnick |
| 2007-07-05 | Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's | Malcolm Tredinnick |
| 2007-07-05 | Added a test that shows the problem in #4470. This fails only for the mysql_old | Malcolm Tredinnick |
| 2007-07-05 | Fixed #4753 -- Updated Spanish translation. Also move translators' names out of | Malcolm Tredinnick |
| 2007-07-05 | Fixed #4717 -- Updated Catalan translation. Thanks, marc.garcia@accopensys.com. | Malcolm Tredinnick |
| 2007-07-05 | Form encoding should be changed only via HttpRequest, not on GET and POST | Malcolm Tredinnick |
| 2007-07-04 | Fixed some ReST errors. | Malcolm Tredinnick |
| 2007-07-04 | Fixed #4766 -- Added Russian support to Javascript slug creation. Thanks, | Malcolm Tredinnick |
| 2007-07-04 | Fixed Javascript syntax from [5608] that was causing a problem in Opera. Fixed | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-03 | Converted some tabs to four spaces in two docs | Adrian Holovaty |
| 2007-07-03 | Fixed tabs -> spaces in [5598] | Adrian Holovaty |