index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
extensions.py
Age
Commit message (
Expand
)
Author
2005-11-04
Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...
Jacob Kaplan-Moss
2005-10-14
Fixed #626 -- Moved template modules to django.core.template package. django....
Adrian Holovaty
2005-09-23
Added django.core.extensions get_object_or_404 and get_list_or_404
Adrian Holovaty
2005-09-22
Added django.core.template_loader.render_to_string and django.core.extensions...
Adrian Holovaty
2005-09-21
Fixed #533 -- Fixed bug when using custom context_instance in load_and_render...
Adrian Holovaty
2005-09-21
Changed django.core.extensions.load_and_render to take context_instance inste...
Adrian Holovaty
2005-09-21
Added django.core.extensions.load_and_render, which factors out the boilerpla...
Adrian Holovaty
2005-09-17
Companion django.core.extensions checkin to [644]
Adrian Holovaty
2005-07-21
Fixed #132 -- thanks anonymous user
Jacob Kaplan-Moss
2005-07-18
Added WSGI support. Created core.handlers package. Moved ALL mod_python-speci...
Adrian Holovaty
2005-07-18
Rolled django.core.extensions.DjangoRequest into django.utils.httpwrappers.Mo...
Adrian Holovaty
2005-07-18
Removed legacy CMSContext and CMSRequest from django.core.extensions, because...
Adrian Holovaty
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-14
Changed many-to-many API to be get_FOO_list instead of get_FOOs
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty