django1/django/views/generic
Jacob Kaplan-Moss 5498dbe519 Fixed #196: date-based generic views now have a "use_numeric_months" option if you'd like to use numeric months in the urls. Also fixed #183 while I was at it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@308 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25 22:07:04 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
create_update.py Fixed #195: generic views now allow callables in extra_context dicts -- thanks, Moof! 2005-07-25 21:53:00 +00:00
date_based.py Fixed #196: date-based generic views now have a "use_numeric_months" option if you'd like to use numeric months in the urls. Also fixed #183 while I was at it. 2005-07-25 22:07:04 +00:00
list_detail.py Fixed #195: generic views now allow callables in extra_context dicts -- thanks, Moof! 2005-07-25 21:53:00 +00:00