summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-11-17Reverted r9480 -- the patch broke the Oracle spatial backend.Justin Bronn
2008-11-17Fixed #9620 -- spatial database tables now have `app_label` set correctly.Justin Bronn
2008-11-16Updated stylesheet link on the change password form.Wilson Miner
2008-11-16Removed the hidden import rules in the contrib.admin stylesheets. Each indivi...Wilson Miner
2008-11-15Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value....Brian Rosner
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner
2008-11-12Fixed #106 -- Refrain from generating popup window names that IE refuses to p...Karen Tracey
2008-11-11Fixed #9566 -- made GeoJSON regex more robust.Justin Bronn
2008-11-10Fixed #8910 -- Added force_unicode during admin log message creation to avoid...Karen Tracey
2008-11-09Fixed #9514 -- Made admin change_form template correctly recognize/report whe...Karen Tracey
2008-11-06Fixed #6160, #9111 -- Consistently apply conditional_escape to form errors an...Karen Tracey
2008-11-06Fixed #9506 take 2 -- Marked the message properly for translation, in both pl...Karen Tracey
2008-11-06Fixed #9506 -- Marked error string for translation.Karen Tracey
2008-11-05Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets...Justin Bronn
2008-11-05Fixed #9364 -- now uses the appropriate database table for inherited `Geometr...Justin Bronn
2008-10-31Consolidated contrib.admin styles by rolling layout.css and global.css direct...Wilson Miner
2008-10-31Applied contrib.admin IE CSS patches to IE6 and 7, and added simple hacks to ...Wilson Miner
2008-10-31Added IE conditional comments to contrib.admin base template to block CSS fro...Wilson Miner
2008-10-31Reformatted contrib.admin CSS to use multi-line selector format so changes ca...Wilson Miner
2008-10-31Fixed #8882 -- When a foreign key is among the unique_together fields in an i...Brian Rosner
2008-10-28Fixed `MySQLGeoField` to create spatial indexes again.Justin Bronn
2008-10-26Fixed #9448 -- `Layer` objects now carry a reference to their parent `DataSou...Justin Bronn
2008-10-26Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in `django.contrib.gi...Justin Bronn
2008-10-25Fixed `ogrinspect` management commannd -- no longer try to pass the global `v...Justin Bronn
2008-10-24Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the chan...Karen Tracey
2008-10-22Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...Karen Tracey
2008-10-21Display non_field_errors of inline forms in the admin. This was a presentatio...Brian Rosner
2008-10-21Fixed #3096 -- Make admin list_filters respect limit_choices_to.Karen Tracey
2008-10-21Fixed #9361 -- thanks to Guillaume for the bug report and patch.Justin Bronn
2008-10-17Fixed #8110 -- Allow for AdminLogNode's render to be called more than once.Karen Tracey
2008-10-10More be-nice-to-the-buildbot: be better about cleaning up files created by th...Jacob Kaplan-Moss
2008-10-08Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...Karen Tracey
2008-10-06Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompatMalcolm Tredinnick
2008-10-06Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick
2008-10-05Fixed #8660 -- Small database query optimisation in User.get_profile.Malcolm Tredinnick
2008-10-05Fixed #9259 -- Fixed a validation error for Spanish identity card numbers.Malcolm Tredinnick
2008-10-05Fixed #8963 -- Use the require_POST decorator instead of doing things manuall...Malcolm Tredinnick
2008-10-05Fixed #9100 -- Added a missing CSS class to a submit button.Malcolm Tredinnick
2008-10-05Add internationalisation support to the comment templates. Fixed #8868, #8905Malcolm Tredinnick
2008-10-05Fixed #8803 -- Allow authenticated users without first_name/last_name values ...Malcolm Tredinnick
2008-10-05Fixed #8869 -- Fixed comments templates to be well-formed XHTML.Malcolm Tredinnick
2008-10-05Fixed #8879 -- Used ungettext instead of ngettext in the comments framework.Malcolm Tredinnick
2008-10-05Fixed #9141 -- Removed two templates from django.contrib.comments that were n...Malcolm Tredinnick
2008-09-28Use correct m2m join table name in LatestCommentsFeedJames Bennett
2008-09-28Fixed #9203: Restore correct ordering for LatestCommentsFeedJames Bennett
2008-09-27Fixed #9171 -- Fixed a few places where we were assuming lists instead ofMalcolm Tredinnick
2008-09-21Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...Karen Tracey
2008-09-21Fixed 8984: Only include a "Documentation" link on change password and change...Karen Tracey
2008-09-20Added a generic "button" class to the admin styles to allow applying the stan...Wilson Miner
2008-09-18Fixed #9129 -- Restored a force_unicode that was lost when unicode changes we...Karen Tracey