django1/django/contrib/admin
Karen Tracey 03070a9955 Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the change view is not included when the user doesn't have permission for that view. Also added tests to ensure the link is not there when it shouldn't be, and there when it should be. Thanks for the report & patch alen__ribic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9276 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 19:14:24 +00:00
..
media Added a generic "button" class to the admin styles to allow applying the standard admin button styles to arbitrary elements in the future. Should have no effect on existing code. 2008-09-20 22:33:24 +00:00
templates Fixed #7179 -- Changed breadcrumbs on the add page so that a link to the change view is not included when the user doesn't have permission for that view. Also added tests to ensure the link is not there when it shouldn't be, and there when it should be. Thanks for the report & patch alen__ribic. 2008-10-24 19:14:24 +00:00
templatetags Fixed #8110 -- Allow for AdminLogNode's render to be called more than once. 2008-10-17 22:43:36 +00:00
views Fixed #9252 -- Moved the try/except protecting against incorrect lookup params to where the error is now raised, and added a test for this case. 2008-10-22 23:09:35 +00:00
__init__.py Fixed #8126: improved `admin.autodiscover()` to be more forgiving of invalid `INSTALLED_APPS` entries and/or exotic import schemes that don't have `__path__`. 2008-08-26 16:18:20 +00:00
filterspecs.py Fixed #3096 -- Make admin list_filters respect limit_choices_to. 2008-10-21 19:03:21 +00:00
helpers.py Display non_field_errors of inline forms in the admin. This was a presentation bug. 2008-10-21 20:25:45 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Display non_field_errors of inline forms in the admin. This was a presentation bug. 2008-10-21 20:25:45 +00:00
sites.py Changed the app-level links on the admin index page to include trailing slashes, to be consistent with the rest of the links 2008-09-16 06:01:47 +00:00
util.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
validation.py Fixed #8957 -- Fixed incorrect error message when Admin prepopulated_fields refers to a field that does not exist. Thanks, charmless 2008-09-10 06:06:04 +00:00
widgets.py Fixed #7929 -- Removed some snippets of admin code that weren't doing anything, and tightened up a few more lines. Plus, an indentation fix. Thanks, julien 2008-09-08 05:45:17 +00:00