summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2008-08-29Fixed #7466: do a better job figuring out links from the admin docs into the ...Jacob Kaplan-Moss
2008-08-29Fixed #7810: added named URLs for admin docs, and use them in the admin base ...Jacob Kaplan-Moss
2008-08-29Fixed #8653: make formtools' security hash more rubust. Silly that I didn't t...Jacob Kaplan-Moss
2008-08-29Fixed some edge-case error handling from [8699]. Thanks, gkelly.Malcolm Tredinnick
2008-08-29Reverted #8688 for now, since it merely introduced different bugs, rather thanMalcolm Tredinnick
2008-08-29Fixed #7982 -- Corrected ModelAdmin url dispatching to ensure it matching exa...Brian Rosner
2008-08-29Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....Jacob Kaplan-Moss
2008-08-29Fixed #7738: support initial values via `GET` for `SelectMutliple` in the admin.Jacob Kaplan-Moss
2008-08-29When a form in the admin has no fields prevent failure.Brian Rosner
2008-08-29Fixed #8616 -- Fixed a race condition in the file-based session backend.Malcolm Tredinnick
2008-08-28Fixed #8556: added a useful formfield to `CommaSeparatedIntegerField`. gkelly...Jacob Kaplan-Moss
2008-08-28Fixed #8194: `AdminForm.first_field` now correctly returns the first field wh...Jacob Kaplan-Moss
2008-08-28Marked a handful of missed strings for translation. Fixes #8644, #8617, and #...Jacob Kaplan-Moss
2008-08-28Fixed #8608: corrected doc link in comment 400 error page.Jacob Kaplan-Moss
2008-08-28Updated a few save() methods on models to accept force_insert and force_updateMalcolm Tredinnick
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss
2008-08-28Improvements to [8608] to fix an infinite loop (for exclude(generic_relation)).Malcolm Tredinnick
2008-08-27Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch...Jacob Kaplan-Moss
2008-08-27Fixed #8601: a small typo in comment views.Jacob Kaplan-Moss
2008-08-27Fixed #8544: correctly cast `Comment.object_pk` to string when doing lookups....Jacob Kaplan-Moss
2008-08-27Fixed #8311 -- Avoid an infinite loop with session key generation when usingMalcolm Tredinnick
2008-08-27Fixed #8589 -- Fixed the URL for the logout link on the app_index page in admin.Malcolm Tredinnick
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed get_absolute_url() for comments. Previously, it relied on "view on site"Malcolm Tredinnick
2008-08-27Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...Malcolm Tredinnick
2008-08-27Fixed #5937 -- When filtering on generic relations, restrict the target objec...Malcolm Tredinnick
2008-08-27Fixed #8577 -- Fixed a couple of indentation errors when viewing the app-indexMalcolm Tredinnick
2008-08-26Fixed #8569 -- Ensure that apps are correctly set up before introspecting themMalcolm Tredinnick
2008-08-26Tweaked the admin validation code to make things a bit easier to read. TracingMalcolm Tredinnick
2008-08-26Fixed #6893: `FormWizard` now properly updates its `step` value. Thanks, sidd...Jacob Kaplan-Moss
2008-08-26Fixed #6209: handle `BooleanField`s in `FormPreview` and `FormWizard`. In the...Jacob Kaplan-Moss
2008-08-26Updated comment signals to provide enough information to actually act on. Thi...Jacob Kaplan-Moss
2008-08-26Marked a couple of unmarked strings in edit_inline templates and corrected a ...Brian Rosner
2008-08-26Fixed #7984 -- 'View on site' links now work in inlines. Thanks philwo for th...Brian Rosner
2008-08-26Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid ...Jacob Kaplan-Moss
2008-08-26Fixed #6101 -- Tweaked a couple of places in the delete-related-objectsMalcolm Tredinnick
2008-08-26The comments app was unconditionally accessing various settings that didn'tMalcolm Tredinnick
2008-08-26Removed trailing whitespace in a few files.Gary Wilson Jr
2008-08-26Fixes for Geo sitemap errata.Justin Bronn
2008-08-26Fixed the `GeometryField` form to catch more than just GEOS exceptions.Justin Bronn
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-08-25Fixed #8547 -- Corrected the breadcrumb display in the object_history.html te...Brian Rosner
2008-08-25Fixed #8499 -- Corrected a couple of instances of where the CSS class name er...Brian Rosner
2008-08-25Fixed #8425: removed the independant nations of Palau, Marshall Islands, and ...Jacob Kaplan-Moss
2008-08-25Fixed #8519: report the correct class in databrowse's `AlreadyRegistered` err...Jacob Kaplan-Moss
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-25Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i...Jacob Kaplan-Moss
2008-08-25Fixed #7833: the user creation form now works when password1 isn't set.Jacob Kaplan-Moss
2008-08-25Fixed #8522 -- Allow app_index to take extra_context to be consistent with th...Brian Rosner
2008-08-24Fixed #8520 -- Corrected a dumb typo in the call to password_change in django...Brian Rosner