summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
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
2008-09-15Fixed #9008 -- now use the correct library path for loading the `WinDLL` inst...Justin Bronn
2008-09-14Fixed #8570: Corrected some code that was using 8-space tabs for some reason....Russell Keith-Magee
2008-09-10Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields r...Adrian Holovaty
2008-09-10Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty
2008-09-10Fixed #8959 -- Removed redundant calls to the 'escape' template filter in the...Adrian Holovaty
2008-09-09Fixed #8881 by specifying the geometry column name; added the `geom_col_name`...Justin Bronn
2008-09-08Fixed #7929 -- Removed some snippets of admin code that weren't doing anythin...Adrian Holovaty
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty
2008-09-03Fixed two XHTML errors pointed out by Jarek Zgoda. Refs #8855.Malcolm Tredinnick
2008-09-03Fixed a small initialisation edge-case in the raw_id_fields section of admin.Malcolm Tredinnick
2008-09-03Fixed #8832 -- Position the error icons on the right of the screen in the adminMalcolm Tredinnick
2008-09-03Fixed #8614 -- Typo fix.Malcolm Tredinnick
2008-09-03Fixed #8812 -- Fixed up the positioning of the "delete" link in the adminMalcolm Tredinnick
2008-09-03Fixed #8669 -- Use a consistent version of create() across the board forMalcolm Tredinnick
2008-09-02Security fix. Announcement forthcoming.Jacob Kaplan-Moss
2008-09-02Fixed #2612: fixed display of admin `help_text` with multiple fields on the s...Jacob Kaplan-Moss
2008-09-02Fixed #8805 -- Make sure proper type coercion happens before dumping data int...Brian Rosner
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-02Fixed `GeoRSSSitemap` to no longer use both `args` and `kwargs` with `urlreso...Justin Bronn
2008-09-02Cleaned up a bunch of minor doc stuff:Jacob Kaplan-Moss
2008-09-02Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al...Jacob Kaplan-Moss
2008-09-02Fixed #8787 -- Fixed failing admin_widgets tests. This fixes ManyToManyRawIdW...Brian Rosner
2008-09-02Avoid a deprecation warning when running on Python 2.6. Patch from Karen Tracey.Malcolm Tredinnick