Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Display a view of a single record?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
derek  
View profile  
 More options Nov 6, 5:55 pm
From: derek <gamesb...@gmail.com>
Date: Thu, 5 Nov 2009 22:55:18 -0800 (PST)
Local: Fri, Nov 6 2009 5:55 pm
Subject: Display a view of a single record?
One of the needs I have (and, I imagine, others too) is to be able to
display a view of a single record in a table.  This is the case when
the record has many fields, not all of which are appropriate for (or
need to be) display in the normal list view.

What I need to know is:  is this a "standard" feature in the admin
interface?  If so, how do I go about activating it?  If not, could
someone please explain how to extend the admin interface for this to
work?

Thanks!


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasz Zieliński  
View profile  
 More options Nov 7, 10:24 am
From: Tomasz Zieliński <tomasz.zielin...@pyconsultant.eu>
Date: Fri, 6 Nov 2009 15:24:14 -0800 (PST)
Local: Sat, Nov 7 2009 10:24 am
Subject: Re: Display a view of a single record?
On 6 Lis, 07:55, derek <gamesb...@gmail.com> wrote:

> One of the needs I have (and, I imagine, others too) is to be able to
> display a view of a single record in a table.  This is the case when
> the record has many fields, not all of which are appropriate for (or
> need to be) display in the normal list view.

> What I need to know is:  is this a "standard" feature in the admin
> interface?  If so, how do I go about activating it?  If not, could
> someone please explain how to extend the admin interface for this to
> work?

Do you mean displaying single record on change list?
You can try using search or filtering features for this.

--
Tomasz Zieliński
http://pyconsultant.eu


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
derek  
View profile  
 More options Nov 8, 5:44 pm
From: derek <gamesb...@gmail.com>
Date: Sat, 7 Nov 2009 22:44:38 -0800 (PST)
Local: Sun, Nov 8 2009 5:44 pm
Subject: Re: Display a view of a single record?
I am not sure what you mean by "on change list"?

The usual way that records get displayed is in a tabular list format.
This is suitable when a record only has a few fields; some tables
however
have many fields in them and so would need to be displayed "in full"
just
by themselves.

I am looking for a way to have a link to this "detail view" embedded
in each
line entry of the normal tabular list display - a type of "click here
for more
details" link.  This would not form part of a search or query.

On Nov 7, 1:24 am, Tomasz Zieliński <tomasz.zielin...@pyconsultant.eu>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
joker  
View profile  
 More options Nov 9, 12:27 am
From: joker <musluyuksekt...@gmail.com>
Date: Sun, 8 Nov 2009 05:27:16 -0800 (PST)
Local: Mon, Nov 9 2009 12:27 am
Subject: Re: Display a view of a single record?
do u want to see last or first record?

On 8 Kasım, 08:44, derek <gamesb...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
derek  
View profile  
 More options Nov 9, 6:48 pm
From: derek <gamesb...@gmail.com>
Date: Sun, 8 Nov 2009 23:48:33 -0800 (PST)
Local: Mon, Nov 9 2009 6:48 pm
Subject: Re: Display a view of a single record?
Well, the link to view a record would appear on each and every
record line in the nomal tabular list.

On Nov 8, 3:27 pm, joker <musluyuksekt...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ludwik Trammer  
View profile  
 More options Nov 9, 11:37 pm
From: Ludwik Trammer <lud...@gmail.com>
Date: Mon, 9 Nov 2009 04:37:46 -0800 (PST)
Local: Mon, Nov 9 2009 11:37 pm
Subject: Re: Display a view of a single record?
I have a really hard time understanding what do you need, and I
suspect I'm not the only one. You are talking about the admin
interface, right? It displays a list containing all records, and when
you click on a record you go to a page that shows all fields for this
record (and lets you change their values). Isn't that exactly what you
want?

If the problem is that you don't want the fields to be editable,
because you just want to display read-only lists of records: re-think
using admin interface. It is meant specifically for managing records
on your website. Just use
"django.views.generic.list_detail.object_list" (display list of
records) and "django.views.generic.list_detail.object_detail" (display
detailed view of a single record) generic views:

http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-...
http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
derek  
View profile  
 More options Nov 10, 8:36 pm
From: derek <gamesb...@gmail.com>
Date: Tue, 10 Nov 2009 01:36:53 -0800 (PST)
Local: Tues, Nov 10 2009 8:36 pm
Subject: Re: Display a view of a single record?
Yes, the fields should not be editable in a "view".

However, I do not see it as "a problem" - more as "a desirable
feature".  There are any number of use cases for letting users see
detailed record data but not be able (or not need, at that point in
time) to edit it.   This feature is not meant to replace the existing
ability to edit a record; but to add another option to the interface.

It just seems strange to me that the admin interface allows for
display of multiple records in a listing, but has no facility to
display a complete, single record "view".  I do not want to have
redevelop an admin-like interface just to allow for this option (given
that is such a generic one).

It is not clear from what you say - but I assume that it is not
possible to readily alter the current admin interface to incorporate
the generic views you refer to?  If it is, any guidance, or examples,
along these lines would be appreciated.

On Nov 9, 2:37 pm, Ludwik  Trammer <lud...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Robbins  
View profile  
 More options Nov 11, 1:55 am
From: Alex Robbins <alexander.j.robb...@gmail.com>
Date: Tue, 10 Nov 2009 06:55:47 -0800 (PST)
Local: Wed, Nov 11 2009 1:55 am
Subject: Re: Display a view of a single record?
Derek,

If you want something that display data but doesn't allow you to edit
it, you should check out the databrowse[1] contrib app. You just
register a model with it (like the admin) and it generates all the
pages. It lets users look through the data, but not edit it.

[1]http://docs.djangoproject.com/en/dev/ref/contrib/databrowse/

Hope that helps,
Alex

On Nov 10, 3:36 am, derek <gamesb...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
derek  
View profile  
 More options Nov 11, 8:52 pm
From: derek <gamesb...@gmail.com>
Date: Wed, 11 Nov 2009 01:52:32 -0800 (PST)
Local: Wed, Nov 11 2009 8:52 pm
Subject: Re: Display a view of a single record?
Cool!  Thanks Alex - that is exactly what I want.

On Nov 10, 4:55 pm, Alex Robbins <alexander.j.robb...@gmail.com>
wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google