django1/django/views
Adrian Holovaty 261ab166ce Fixed #586 -- raw_id_admin now works with non-integer primary keys
git-svn-id: http://code.djangoproject.com/svn/django/trunk@785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-06 01:51:30 +00:00
..
admin Fixed #586 -- raw_id_admin now works with non-integer primary keys 2005-10-06 01:51:30 +00:00
auth Added request.session.delete_test_cookie() 2005-09-23 01:28:44 +00:00
core Made a small improvement to django.views.core.flatfiles so that it only uses select_template if a custom template is available, so as not to hit the filesystem. 2005-09-23 22:09:42 +00:00
decorators Moved django.views.decorators.cache.compress_string into django.utils.text 2005-07-18 17:23:04 +00:00
generic Fixed #541 - generic views now may take a {{{template_loader}}} argument so they can use a different template loader than Django's own. Thanks, Joao. 2005-09-29 23:16:29 +00:00
registration Converted load_and_render() calls to render_to_response() because of [664]. 2005-09-22 22:26:56 +00:00
rss Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
defaults.py Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models 2005-08-25 22:51:30 +00:00
static.py Fixed type in static view URL pattern example (refs #428) 2005-09-26 13:38:49 +00:00