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