summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty
2006-05-05Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
2006-05-04Fixed #1583: django.contrib.admin.templatetags.admin_list no longer imports f...Jacob Kaplan-Moss
2006-05-04Fixed bug in admin: raw_id_admin fields weren't displaying their old values n...Adrian Holovaty
2006-05-03Fixed #1740 -- django.contrib.comments no longer uses old-style DB API (thank...Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-10Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er...Adrian Holovaty
2006-03-02Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list...Adrian Holovaty
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-18Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func...Adrian 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-02-02Removed use of deprecated template_loader from [2230]Adrian Holovaty
2006-02-02fixed #1287 - comment forms are now translateable and overrideableGeorg Bauer
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
2006-01-08Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handl...Adrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian 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