Adrian Holovaty
|
2d49f70b0d
|
Small style cleanup of docs/generic_views.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-16 00:25:48 +00:00 |
Jacob Kaplan-Moss
|
400cf5658d
|
Added django.views.generic.simple.redirect_to view for issuing simple redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-15 17:19:33 +00:00 |
Adrian Holovaty
|
fef8adefe1
|
Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, cygnus@cprogrammer.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-10 22:23:44 +00:00 |
Jacob Kaplan-Moss
|
b8f70f8c94
|
Updated docs to reflect changes in [824]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-10-10 20:23:53 +00:00 |
Adrian Holovaty
|
8acb6c836b
|
Fixed typo in docs/generic_views.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@528 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-17 19:48:40 +00:00 |
Adrian Holovaty
|
a579724852
|
Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-17 02:05:53 +00:00 |
Adrian Holovaty
|
b7e226d8b8
|
Fixed typos in generic-views documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-08-08 19:45:57 +00:00 |
Adrian Holovaty
|
7d574e8f76
|
Removed 'use_numeric_months' parameter in generic date views (from [308]) in favor of something more powerful -- you can now provide month_format and day_format, which are format strings that specify how you expect the month and day to be formatted in the URL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-26 03:48:41 +00:00 |
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 |
Adrian Holovaty
|
f6c4395329
|
Copy-edited docs from [303] and [304]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-25 17:18:39 +00:00 |
Jacob Kaplan-Moss
|
371144f134
|
A bunch of generics: documentation of generic views; cleaned up existing generic views, and added create/update generic views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-07-24 22:21:09 +00:00 |