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