| Age | Commit message (Expand) | Author |
| 2005-11-02 | i18n: added get_available_languages tag and added a default view for switchin... | Georg Bauer |
| 2005-10-29 | Fixed #612 - added cache control headers (thanks, hugo) | Jacob Kaplan-Moss |
| 2005-10-28 | Fixed #703: added decorators to require that view be called with a given HTTP... | Jacob Kaplan-Moss |
| 2005-10-26 | Fixed shortcut redirect handler | Jacob Kaplan-Moss |
| 2005-10-23 | Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r... | Adrian Holovaty |
| 2005-10-22 | Added django.views.decorators.auth.user_passes_test, which is a more generic ... | Adrian Holovaty |
| 2005-10-18 | Removed django.views.admin. Everything has been moved to django.contrib.admin... | Adrian Holovaty |
| 2005-10-18 | Moved views.admin.main to contrib.admin.views.main. Refs #627. Note that this... | Adrian Holovaty |
| 2005-10-18 | Moved django.views.admin.template and django.views.admin.doc to django.contri... | Adrian Holovaty |
| 2005-10-18 | Changed django.views.admin.doc to use template.loader instead of template_loader | Adrian Holovaty |
| 2005-10-17 | Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that return... | Adrian Holovaty |
| 2005-10-14 | Fixed #626 -- Moved template modules to django.core.template package. django.... | Adrian Holovaty |
| 2005-10-10 | Updated docs to reflect changes in [824] | Jacob Kaplan-Moss |
| 2005-10-10 | Fixed #604 - total number of objects in generic object_list view is now avail... | Jacob Kaplan-Moss |
| 2005-10-09 | Fixed #580 -- Added mega support for generating Vary headers, including some ... | Adrian Holovaty |
| 2005-10-09 | Moved vary decorators from django.utils.cache to django.views.decorators.vary | Adrian Holovaty |
| 2005-10-08 | Fixed #374 -- Filtering by BooleanField now works in admin with SQLite. Thank... | Adrian Holovaty |
| 2005-10-06 | Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T... | Adrian Holovaty |
| 2005-10-06 | Fixed #586 -- raw_id_admin now works with non-integer primary keys | Adrian Holovaty |
| 2005-09-29 | Fixed #541 - generic views now may take a {{{template_loader}}} argument so t... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #576 - popups no longer show "save & continue" buttons. Thanks, Hein-P... | Jacob Kaplan-Moss |
| 2005-09-29 | Fixed #573 -- Added 'Add another' link to many-to-many fields in admin. Thank... | Adrian Holovaty |
| 2005-09-26 | Fixed type in static view URL pattern example (refs #428) | Jacob Kaplan-Moss |
| 2005-09-25 | Fixed #469 -- Admin changelist no longer assumes ForeignKey has 'ordering' se... | Adrian Holovaty |
| 2005-09-25 | Fixed #428 -- added a "static pages" view. Note that this view should only b... | Jacob Kaplan-Moss |
| 2005-09-23 | Made a small improvement to django.views.core.flatfiles so that it only uses ... | Adrian Holovaty |
| 2005-09-23 | Changed django.views.core.flatfiles to use get_object_or_404 | Adrian Holovaty |
| 2005-09-23 | Changed django.views.admin.template to use render_to_response, to cut on code | Adrian Holovaty |
| 2005-09-23 | Changed django.views.admin.main to use get_object_or_404 and render_to_respon... | Adrian Holovaty |
| 2005-09-23 | Fixed #333 -- Added DEFAULT_MIME_TYPE setting, and set it to 'text/html; char... | Adrian Holovaty |
| 2005-09-23 | Added request.session.delete_test_cookie() | Adrian Holovaty |
| 2005-09-22 | Converted load_and_render() calls to render_to_response() because of [664]. | Adrian Holovaty |
| 2005-09-22 | Converted django.views.admin.doc to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.auth.login to use load_and_render | Adrian Holovaty |
| 2005-09-22 | Converted django.views.registration.passwords to use load_and_render -- it's ... | Adrian Holovaty |
| 2005-09-20 | Fixed #525 -- admin.list_filter now works with ManyToManyFields whose primary... | Adrian Holovaty |
| 2005-09-02 | Fixed #351 -- views.generic.list_detail.object_list now respects allow_empty ... | Adrian Holovaty |
| 2005-08-30 | Fixed display bug in admin when deleting an object that has a OneToOneField | Adrian Holovaty |
| 2005-08-29 | Fixed small bug in manipulator handling of one-to-one-related foreign keys | Adrian Holovaty |
| 2005-08-26 | Fixed #423 -- Fixed bug in ForeignKey admin filters. Thanks, jkocherhans | Adrian Holovaty |
| 2005-08-25 | Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use... | Adrian Holovaty |
| 2005-08-23 | Fixed a small bug in admin changelist view -- the code that handles ordering by | Jacob Kaplan-Moss |
| 2005-08-16 | Fixed small bug in views.auth.login.login | Adrian Holovaty |
| 2005-08-16 | Fixed #1 -- Added anonymous session support via middleware and request.sessio... | Adrian Holovaty |
| 2005-08-16 | Added raw_id_admin support to ManyToManyField objects; fixes #260 | Jacob Kaplan-Moss |
| 2005-08-16 | Fixed typo in django.views.auth.login | Adrian Holovaty |
| 2005-08-12 | Fixed #310 -- thanks, mordaha | Jacob Kaplan-Moss |
| 2005-08-10 | Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note... | Adrian Holovaty |
| 2005-08-10 | Cleaned up admin view code to use new 'pk' lookup syntax | Adrian Holovaty |
| 2005-08-10 | Removed media.ljworld.com reference from admin_media/js/SelectFilter2.js. Ref... | Adrian Holovaty |