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
/
views
/
generic
Age
Commit message (
Expand
)
Author
2005-11-15
Added django.views.generic.simple.redirect_to view for issuing simple redirec...
Jacob Kaplan-Moss
2005-11-15
Added django.views.generic.simple.direct_to_template which renders a given te...
Jacob Kaplan-Moss
2005-10-10
Updated docs to reflect changes in [824]
Jacob Kaplan-Moss
2005-10-10
Fixed #604 - total number of objects in generic object_list view is now avail...
Jacob Kaplan-Moss
2005-09-29
Fixed #541 - generic views now may take a {{{template_loader}}} argument so t...
Jacob Kaplan-Moss
2005-09-02
Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ...
Adrian Holovaty
2005-08-12
Fixed #310 -- thanks, mordaha
Jacob Kaplan-Moss
2005-08-08
Fixed typos in generic-views documentation
Adrian Holovaty
2005-07-26
Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...
Adrian Holovaty
2005-07-25
Fixed #196: date-based generic views now have a "use_numeric_months" option i...
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
2005-07-22
Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...
Adrian Holovaty
2005-07-21
Fixed #137 -- thanks nesh@studioquattro.co.yu
Jacob Kaplan-Moss
2005-07-15
Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty