summaryrefslogtreecommitdiff
path: root/django/views/generic/create_update.py
AgeCommit message (Expand)Author
2007-08-17newforms-admin: Merged from trunk up to [5916]Russell Keith-Magee
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-09-26Fixed #2362 -- Corrected the way we retrieve an object so that it works forMalcolm Tredinnick
2006-08-11Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@n...Adrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-13Fixed #2147: file uploads within the update_object generic view now works. T...Jacob Kaplan-Moss
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-05-22Fixed #1931 -- update_object generic view no longer assumes the object's get_...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-30Fixed #1557 in trunkAdrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty
2005-12-16Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks...Adrian Holovaty
2005-12-01Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ...Adrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-09-29Fixed #541 - generic views now may take a {{{template_loader}}} argument so t...Jacob Kaplan-Moss
2005-08-12Fixed #310 -- thanks, mordahaJacob Kaplan-Moss
2005-07-25Fixed #195: generic views now allow callables in extra_context dicts -- thank...Jacob Kaplan-Moss
2005-07-24A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss