summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2006-07-23Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...Adrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-21Fixed #1961 -- Made feed_url dynamic in syndication frameworkAdrian Holovaty
2006-07-21fixed #2371: added tamil translationGeorg Bauer
2006-07-21Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ...Adrian Holovaty
2006-07-21Fixed keyboard slip that was accidentally committedRussell Keith-Magee
2006-07-21Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz...Russell Keith-Magee
2006-07-20Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex DedulAdrian Holovaty
2006-07-20Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...Adrian Holovaty
2006-07-20Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...Adrian Holovaty
2006-07-20Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]...Adrian Holovaty
2006-07-20Small style fixes to docs from [3395]Adrian Holovaty
2006-07-20Oops, fixed small typo in [3395]Jacob Kaplan-Moss
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss
2006-07-20Clarified debug naming of WSGIRequestsRussell Keith-Magee
2006-07-20Fixed formatting of comments.Russell Keith-Magee
2006-07-19Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.Malcolm Tredinnick
2006-07-19Fixed #1647 -- Included slightly more information in template syntax errorMalcolm Tredinnick
2006-07-19Fixed #2323 -- Made it possible to run make-messages without needing aMalcolm Tredinnick
2006-07-19Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixedMalcolm Tredinnick
2006-07-19Modified BooleanField's to_python method to play nice with encode()ed strings.Russell Keith-Magee
2006-07-19Modified to_python method for BooleanField so that the to_python(str(bool_val...Russell Keith-Magee
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-15Fixed a small typo in the wordwrap filter's docstring.Malcolm Tredinnick
2006-07-15More pre-emptive escaping of strings that should not be interpreted as HTML.Malcolm Tredinnick
2006-07-14Escaped variables that should not be interpreted as HTML and which mightMalcolm Tredinnick
2006-07-14Escaped all strings that should not contain active HTML tags.Malcolm Tredinnick
2006-07-14Added command line flag to disable use of auto-reloader on development server.Russell Keith-Magee
2006-07-14Disable use of terminal colors when django-admin is run on a Pocket PC.Russell Keith-Magee
2006-07-14Fixed #2325 -- fix the authentication framework to work with new-style classes.Malcolm Tredinnick
2006-07-14Added check_for_language and to_locale to utils.translation.trans_nullAdrian Holovaty
2006-07-14Fixed another title string that needed escaping (these strings do needMalcolm Tredinnick
2006-07-14Fixed #2346 -- Escaped string output in titles in admin interface. Thanks GaryMalcolm Tredinnick
2006-07-14Fixed #2345 -- escaped object titles in breadcrumb display in admin. ThanksMalcolm Tredinnick
2006-07-14Fixed #2344 -- Filtered some object string representations through the escapeMalcolm Tredinnick
2006-07-13Fixed bug in manipulator_valid_rel_key -- it assumed the related object was r...Adrian Holovaty
2006-07-11Fixed #2301 -- Fixed HTML problem with list_display_links. Thanks, kilianAdrian Holovaty
2006-07-11Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203Adrian Holovaty
2006-07-11Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...Adrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.de...Adrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.fi...Adrian Holovaty
2006-07-11Removed references to LOOKUP_SEPARATOR in django.db.models.query.lookup_innerAdrian Holovaty
2006-07-11Removed unnecessary 'except: raise' in django.db.models.query.lookup_innerAdrian Holovaty
2006-07-11Added local 'qn' variable for backend.quote_name in django.db.models.query.lo...Adrian Holovaty
2006-07-11Renamed 'clause' variable to 'lookup_type' in django.db.models.query.lookup_i...Adrian Holovaty