1
0
mirror of https://github.com/django/django.git synced 2025-01-06 08:25:50 +00:00
django/django/views
2005-09-22 05:18:23 +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 Converted django.views.auth.login to use load_and_render 2005-09-22 05:18:23 +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
__init__.py
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