summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-11-17[1.0.X] Reverted r9483 -- the patch broke the Oracle spatial backend.Justin Bronn
2008-11-17[1.0.X] Fixed #9620 -- spatial database tables now have `app_label` set corre...Justin Bronn
2008-11-15[1.0.X] Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_fo...Brian Rosner
2008-11-13[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is not...Brian Rosner
2008-11-12[1.0.X] Fixed #106 -- Refrain from generating popup window names that IE refu...Karen Tracey
2008-11-11[1.0.X] Fixed #9566 -- made GeoJSON regex more robust.Justin Bronn
2008-11-10[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation ...Karen Tracey
2008-11-09[1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/re...Karen Tracey
2008-11-06[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e...Karen Tracey
2008-11-06[1.0.X] Fixed #9506 take 2 -- Marked the message properly for translation, in...Karen Tracey
2008-11-06[1.0.X] Fixed #9506 -- Marked error string for translation.Karen Tracey
2008-11-05[1.0.X] Fixed `resolve_columns` so that pagination works again on Oracle GeoQ...Justin Bronn
2008-11-05Fixed #9364 -- now uses the appropriate database table for inherited `Geometr...Justin Bronn
2008-10-31[1.0.X] Fixed #8882 -- When a foreign key is among the unique_together fields...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-24[1.0.X] Fixed #7179 -- Changed breadcrumbs on the add page so that a link to ...Karen Tracey
2008-10-22[1.0.X] Fixed #9252 -- Moved the try/except protecting against incorrect look...Karen Tracey
2008-10-21[1.0.X] Display non_field_errors of inline forms in the admin. This was a pre...Brian Rosner
2008-10-21[1.0.X] Fixed #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-17[1.0.X] Fixed #8110 -- Allow for AdminLogNode's render to be called more than...Karen Tracey
2008-10-10[1.0.X] More be-nice-to-the-buildbot: be better about cleaning up files creat...Jacob Kaplan-Moss
2008-10-08[1.0.X] Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods...Karen Tracey
2008-10-06[1.0.X] Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick
2008-10-05[1.0.X] Fixed #9259 -- Fixed a validation error for Spanish identity card num...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8963 -- Use the require_POST decorator instead of doing things...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9100 -- Added a missing CSS class to a submit button.Malcolm Tredinnick
2008-10-05[1.0.X] Add internationalisation support to the comment templates. Fixed #886...Malcolm Tredinnick
2008-10-05[1.0.x] Fixed #8803 -- Allow authenticated users without first_name/last_name...Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8869 -- Fixed comments templates to be well-formed XHTML.Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #8879 -- Used ungettext instead of ngettext in the comments fra...Malcolm Tredinnick
2008-10-05[1.0.x] Fixed #9141 -- Removed two templates from django.contrib.comments tha...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
2008-09-17Changed a slightly suspicious usage of request.POST to request.method == 'POST'.Malcolm Tredinnick
2008-09-17Fixed #9096 -- Fixed a slightly out-of-date comment.Malcolm Tredinnick
2008-09-17Fixed #8574 -- Made Sitemap a new-style classAdrian Holovaty
2008-09-16Fixed #8870 -- Changed django.contrib.comments templates to use lowercase 'po...Adrian Holovaty
2008-09-16Changed the app-level links on the admin index page to include trailing slash...Adrian Holovaty
2008-09-16Fixed #9083 -- Improved get_admin_log template tag so that it doesn't run a s...Adrian Holovaty
2008-09-16Fixed #9074: Added overflow: hidden to the submit-row div to clear the floate...Wilson Miner
2008-09-16Fixed #8917 -- Comments are now displayed in reverse order by submit_date in ...Wilson Miner
2008-09-15Moved imports so that other tests may be imported without specifying Django s...Justin Bronn