summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2006-03-01Fixed #1426 -- Made several admin JavaScript improvements. Thanks, anonymousAdrian Holovaty
2006-02-27Negligible formatting change to [2417] -- changed colon use to be consistentAdrian Holovaty
2006-02-27Exposed model __doc__ in admin docs views which fixes #1408. Thanks, poelziJacob Kaplan-Moss
2006-02-27Fixed #889 (Thanks, Tom Tobin)Jacob Kaplan-Moss
2006-02-27Fixed #620 -- raw_id_admin and limit_choices_to now play well together (thank...Jacob Kaplan-Moss
2006-02-27Fixed #1404 (thanks, Tom Tobin)Jacob Kaplan-Moss
2006-02-23Fixed #1387 -- Fixed some XHTML errors in admin templates. Thanks, vineetAdrian Holovaty
2006-02-17Fixed #1250 -- Fixed NameError when trying to delete without related object p...Adrian Holovaty
2006-02-17Fixed #1296 -- Made SlugField maxlength configurable. Thanks, MattAdrian Holovaty
2006-02-02Fixed positioning of ordering widget with liquid page widths.Wilson Miner
2006-01-30All admin pages except the dashboard now use liquid page widths, except in IE5.Wilson Miner
2006-01-27Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom TobinAdrian Holovaty
2006-01-27Fixed #1274 -- Fixed broken link in navigation in admin password-change templ...Adrian Holovaty
2006-01-23Removed example.com from default admin templates. One less thing to change in...Wilson Miner
2006-01-19Removed commented-out decorator syntax in admin template tags. It was looking...Adrian Holovaty
2006-01-19Made small simplification to admin_modify template tag logicAdrian Holovaty
2006-01-16Fixed #1234 -- Fixed admin problem with login status getting out of sync with...Adrian Holovaty
2006-01-16Added missing 'staff_member_required' decorator to change_stage() admin viewAdrian Holovaty
2006-01-15Fixed #615 -- Admin views now use escape() instead of strip_tags(). Thanks, S...Adrian Holovaty
2006-01-15Fixed #1090 -- Added {% block content_title %} hook to admin base.html templa...Adrian Holovaty
2006-01-15Fixed #1196 -- Admin deletion step no longer assumes related objects have pri...Adrian Holovaty
2006-01-15Fixed #1200 -- Admin no longer assumes white default background color. Thanks...Adrian Holovaty
2006-01-12Added a link to admin docs in the userlinks block in admin templates.Wilson Miner
2006-01-11Removed a troublesome line of javascript that caused the many-to-many interfa...Jacob Kaplan-Moss
2006-01-09Fixed #1100 -- Admin RelatedObjectLookup JavaScript now works with OneToOneFi...Adrian Holovaty
2006-01-09Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ...Adrian Holovaty
2005-12-28Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ...Adrian Holovaty
2005-12-26added missing translation hooks to the login form. thx mikael.Georg Bauer
2005-12-21Fixed #1092 -- Fixed behavior for query-string overrides in admin formsAdrian Holovaty
2005-12-20Adjusted styles on popup calendars to try to avoid clipped text.Wilson Miner
2005-12-17added missing translations to the file widgetGeorg Bauer
2005-12-15Fixed misaligned icon on delete links.Wilson Miner
2005-12-10Negligible refactoring in django.core.meta.fields and django.contrib.admin.vi...Adrian Holovaty
2005-12-09added more translation hooks to javascript code - this time it is the two-col...Georg Bauer
2005-12-09Fixed #975 -- JavaScript shortcut in raw_id_admin for ManyToManyFields no lon...Adrian Holovaty
2005-12-09Fixed #1008 -- Added {{ block.super }} in change_form.html admin template. Th...Adrian Holovaty
2005-12-09Fixed inconsistent spacing in contrib.admin.views.mainAdrian Holovaty
2005-12-09Negligible quoting change to contrib/admin/templates/admin/change_form.htmlAdrian Holovaty
2005-12-07Fixed #1022 -- Fixed bug in admin when deleting models with OneToOne. Thanks,...Adrian Holovaty
2005-12-07Fixed #985 -- Fixed admin docs behavior if docutils isn't installed. Thanks, ...Adrian Holovaty
2005-12-07Fixed #926 -- Fixed spacing in admin index template/CSS to handle wider wordsAdrian Holovaty
2005-12-06added two more message IDs for translations to dateparse.js - month names and...Georg Bauer
2005-12-06Improved django.contrib.admin.views.main to raise ImproperlyConfigured if adm...Adrian Holovaty
2005-12-04added more translation hooks for calendar (month names and day first characte...Georg Bauer
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
2005-12-01Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Small simplification to request.GET.items() call in contrib.admin.views.main....Adrian Holovaty
2005-11-30Fixed bug in [1504] admin/views/main.pyAdrian Holovaty