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