| Age | Commit message (Expand) | Author |
| 2006-09-25 | Removed some stray debug that was accidentally left in r3830. | Russell Keith-Magee |
| 2006-09-25 | Fixes #1816, #2243 -- Removed a stale remnant of pre-magic removal code in ma... | Russell Keith-Magee |
| 2006-09-25 | some more new translation strings for german translation | Georg Bauer |
| 2006-09-25 | fixed #2731: updated password change form to allow translation | Georg Bauer |
| 2006-09-25 | fixed #2812: updated simplified chinese translation | Georg Bauer |
| 2006-09-25 | Made ``pk`` a generic expansion for the primary key, rather than just an expa... | Russell Keith-Magee |
| 2006-09-25 | fixed #2808: updated danish translation | Georg Bauer |
| 2006-09-25 | updated german translation to new strings. | Georg Bauer |
| 2006-09-25 | updated english basic translation file (for two new date formats) | Georg Bauer |
| 2006-09-25 | fixed #2623: added new turkish translation | Georg Bauer |
| 2006-09-25 | Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2771 -- Tweaked Django's doctest module so that it also works with | Malcolm Tredinnick |
| 2006-09-25 | Fixed #2772 -- Made SQLite support work correctly with Python 2.5 standard | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2727 -- Fixed problem with serialising error messages from validation. | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2674 -- Added stricter date validation so that things like 2006-11-31 | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2677 -- Removed the need to import sre and hence avoid a | Malcolm Tredinnick |
| 2006-09-24 | Avoid displaying the profanities list in the debug output. Makes it a bit more | Malcolm Tredinnick |
| 2006-09-24 | Documented the change in r3811. Refs #2600. | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2600 -- Added an option to allow serving admin media from a custom path | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2791 -- Added __contains__ method (for "a in dict" checks) to MergeDict. | Malcolm Tredinnick |
| 2006-09-23 | A corrected version of r3805. | Malcolm Tredinnick |
| 2006-09-23 | Reverting r3805 whilst I track down a potential problem with it. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2599 -- Fixed rendering problem in comma-separated integer fields. | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2579 -- Fixed a problem with empty raw_id_admin form fields. Thanks to | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2425 -- Call validate() as part of generating SQL in order to catch a | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2508 -- Added back support for custom edit_inline classes. Thanks, | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2456 -- Added backslash escaping to addslashes, which is necessary once | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2790 -- Removed duplicate entry. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2789 -- Corrected typo from r3788. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2006-09-22 | Documented the always_test attribute for validator functions. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2578 -- Give a more accurate error message for admin.list_display_links | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2770 -- Fixed a database connection leak in | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2685 -- Correctly process blank input for USStateField elements. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2640 -- Allow is_required for CheckboxField classes (defaults to False, | Malcolm Tredinnick |