django1/django/views
Adrian Holovaty 48f0820337 Converted django.views.registration.passwords to use load_and_render -- it's less code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-22 05:13:15 +00:00
..
admin Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary keys are integers and are not called 'id'. Thanks for the bug report, nesh 2005-09-20 03:46:11 +00:00
auth Fixed small bug in views.auth.login.login 2005-08-16 23:15:13 +00:00
core Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00
decorators Moved django.views.decorators.cache.compress_string into django.utils.text 2005-07-18 17:23:04 +00:00
generic Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty when paginating. Thanks, kmh 2005-09-02 22:54:12 +00:00
registration Converted django.views.registration.passwords to use load_and_render -- it's less code 2005-09-22 05:13:15 +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