| Age | Commit message (Expand) | Author |
| 2006-10-24 | Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f... | Adrian Holovaty |
| 2006-10-24 | Fixed #2943 -- Changed admin select filter box to work properly with multi-by... | Adrian Holovaty |
| 2006-10-24 | Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes... | Adrian Holovaty |
| 2006-10-17 | Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott. | Russell Keith-Magee |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-29 | Disabled access to the admin site for inactive accounts, and clarified docume... | Russell Keith-Magee |
| 2006-09-26 | Fixed #2805 -- Removed some whitespace from the two sitemap XML templates. | Adrian Holovaty |
| 2006-09-26 | Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us... | Adrian Holovaty |
| 2006-09-26 | Removed an unnecessary import from r3857. I'd forgotten that _() was put into | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2587 -- Removed some escaping from the summary fields. | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-25 | Fixed typos and improved documentation for permission_required decorator addi... | Adrian Holovaty |
| 2006-09-25 | fixed #2731: updated password change form to allow translation | Georg Bauer |
| 2006-09-23 | Fixed #2508 -- Added back support for custom edit_inline classes. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2770 -- Fixed a database connection leak in | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2629 -- Added a permission_required decorator to | Malcolm Tredinnick |
| 2006-09-12 | Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not cla... | Adrian Holovaty |
| 2006-09-11 | Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing... | Adrian Holovaty |
| 2006-09-08 | Added staff_member_required and permission check to django.contrib.admin.view... | Adrian Holovaty |
| 2006-09-02 | Fixed #2643 -- Fixed incorrect reverse() view names in sitemaps contrib app. ... | Adrian Holovaty |
| 2006-08-31 | Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consist... | Adrian Holovaty |
| 2006-08-31 | Changed FlatpageSitemap to FlatPageSitemap, to be consistent with FlatPage model | Adrian Holovaty |
| 2006-08-31 | Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson | Adrian Holovaty |
| 2006-08-31 | Made extract_views_from_urlpatterns() in admin.views.doc tolerant of URLconfs... | Adrian Holovaty |
| 2006-08-31 | Fixed #2529 -- Fixed TypeError in admin/doc/views. Thanks for the report and ... | Adrian Holovaty |
| 2006-08-30 | Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added 'test' target to django-admin script. Includes addition of... | Russell Keith-Magee |
| 2006-08-23 | Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th... | Adrian Holovaty |
| 2006-08-22 | Fixed #2582 -- filter_interface now works on fields with verbose_name contain... | Adrian Holovaty |
| 2006-08-22 | Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut... | Adrian Holovaty |
| 2006-08-22 | Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ... | Adrian Holovaty |
| 2006-08-18 | Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po... | Adrian Holovaty |
| 2006-08-18 | Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm... | Adrian Holovaty |
| 2006-08-18 | Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen... | Adrian Holovaty |
| 2006-08-17 | Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots.... | Adrian Holovaty |
| 2006-08-12 | Fixed #2533 -- Fixed XHTML error in admin edit_inline_tabular.html template. ... | Adrian Holovaty |
| 2006-08-12 | Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de | Adrian Holovaty |
| 2006-08-12 | Fixed #2410 -- Added HTML ID attribute to <form> on admin change-list pages, ... | Adrian Holovaty |
| 2006-08-12 | Fixed #2527 -- Removed /doc/views/jump/ from admin URLconf. It wasn't being used | Adrian Holovaty |
| 2006-08-11 | Fixed #2525 -- Fixed typo in contrib/flatpages/README.TXT. Thanks, dummy@habm... | Adrian Holovaty |
| 2006-08-11 | Fixed #2500 -- Fixed bug in admin related-object pop-up window when using a p... | Adrian Holovaty |
| 2006-08-11 | Fixed #2506 -- Added more i18n translation strings for admin docs. Thanks, du... | Adrian Holovaty |
| 2006-08-04 | Fixed #61 -- No more editing hashes when creating users via the admin. Create... | Adrian Holovaty |
| 2006-08-02 | Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8... | Adrian Holovaty |
| 2006-08-01 | Modified Calendar and Clock javascript to evaluate popup position at time of ... | Russell Keith-Magee |
| 2006-07-28 | Removed bug from [3461] -- __name__ is not assignable | Adrian Holovaty |
| 2006-07-27 | Fixed #2375 -- Changed password_reset auth view to make e-mail template name ... | Adrian Holovaty |
| 2006-07-27 | Fixed #2388 -- login_required decorator now preserves docstring and name of d... | Adrian Holovaty |
| 2006-07-23 | Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]... | Adrian Holovaty |