| Age | Commit message (Expand) | Author |
| 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 |
| 2007-07-03 | Fixed an error in a RequestContext example in docs/templates_python.txt | Adrian Holovaty |
| 2007-07-03 | Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac... | Adrian Holovaty |
| 2007-07-03 | Fixed #4688 -- startproject no longer breaks when Django files are read-only.... | Adrian Holovaty |
| 2007-07-03 | Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks... | Adrian Holovaty |
| 2007-07-03 | Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a string | Malcolm Tredinnick |
| 2007-07-01 | Backported the fix from [5581] (unicode-branch) to trunk. Fixes a method | Malcolm Tredinnick |
| 2007-07-01 | Made the reg-exp lookup tests more robust. they now pass for all database | Malcolm Tredinnick |
| 2007-07-01 | Added some clearer docstrings to MultiValueField and MultiWidget | Adrian Holovaty |
| 2007-07-01 | Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. | Adrian Holovaty |
| 2007-06-30 | Made docs/contributing.txt docs style guidelines notes more consistent. The s... | Adrian Holovaty |
| 2007-06-30 | Added 'subclass' to docs/contributing.txt docs style guidelines | Adrian Holovaty |
| 2007-06-30 | Lowercased 'Realize' in docs/contributing.txt to fix potential ambiguity | Adrian Holovaty |
| 2007-06-30 | Edited docs/db-api.txt changes from [5555] | Adrian Holovaty |
| 2007-06-30 | Added database name style to docs/contributing.txt documentation style section | Adrian Holovaty |
| 2007-06-30 | Added 'Documentation style' section to docs/contributing.txt | Adrian Holovaty |
| 2007-06-30 | Edited docs/email.txt changes from [5550] | Adrian Holovaty |
| 2007-06-30 | Edited docs/email.txt changes from [5548] | Adrian Holovaty |
| 2007-06-30 | Edited docs/email.txt changes from [5547] | Adrian Holovaty |
| 2007-06-30 | Fixed some awkward wordings from docs/model-api.txt from [5519] and added 'ne... | Adrian Holovaty |
| 2007-06-28 | Added empty djangojs.po files to locales who did not already have one. | Malcolm Tredinnick |
| 2007-06-28 | Fixed #4703 -- Updated Romanian translation. Thanks, tibimicu@gmax.net. | Malcolm Tredinnick |
| 2007-06-28 | Fixed #4689 -- Added some missing methods to the dummy backend. Thanks for th... | Russell Keith-Magee |
| 2007-06-27 | Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom. | Jacob Kaplan-Moss |
| 2007-06-27 | Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. | Jacob Kaplan-Moss |
| 2007-06-27 | Added a parameter to HttpResponse's constructor to enable explicit status code | Malcolm Tredinnick |
| 2007-06-27 | Fixed #2007 -- Added support for configurable encoding of email message bodies. | Malcolm Tredinnick |
| 2007-06-27 | Typo fix. | Malcolm Tredinnick |
| 2007-06-27 | Removed some duplication. I suck at documentation. | Malcolm Tredinnick |
| 2007-06-27 | Fixed #3985 -- Added support for custom email headers. | Malcolm Tredinnick |
| 2007-06-27 | Trivial edit to docs from [5548]. | Malcolm Tredinnick |
| 2007-06-27 | Added support for creating multipart/alternative email messages. Also allow | Malcolm Tredinnick |
| 2007-06-27 | Fixed #1541 -- Added ability to create multipart email messages. Thanks, Nick | Malcolm Tredinnick |
| 2007-06-26 | Fixed #4693 -- Updated Japanese translation. Thanks, Makoto Tsuyuki. | Malcolm Tredinnick |
| 2007-06-26 | Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be fully | Malcolm Tredinnick |
| 2007-06-26 | Added Oracle to the list of permitted DATABASE_ENGINE settings (and removed | Malcolm Tredinnick |
| 2007-06-26 | Fixed #4684 -- Added an Oracle reference to the supported database servers. | Malcolm Tredinnick |
| 2007-06-25 | Fixed #4683 -- Updated Catalan translations from Marc Fargas. | Malcolm Tredinnick |
| 2007-06-25 | Changed reverse URL resolving to handle the case where an included file does | Malcolm Tredinnick |
| 2007-06-25 | Fixed #4668, #4669, #4670, #4671 -- Fixed a group of ReST markup errors. Tha... | Malcolm Tredinnick |
| 2007-06-25 | Removed unneeded import. | Malcolm Tredinnick |
| 2007-06-25 | Fixed #4453 -- Allow dots in URL pattern names (although the string in that c... | Malcolm Tredinnick |
| 2007-06-25 | Fixed #4678 -- Fixed table name matching during syncdb for pyscopg2 backend | Malcolm Tredinnick |
| 2007-06-24 | Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506. | Malcolm Tredinnick |