Re: [Django] #13412: Exposing multiple db in admin interface is limited

2014-02-08 Thread Django
#13412: Exposing multiple db in admin interface is limited
---+-
 Reporter:  idle   |Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  1.2-beta
 Severity:  Normal |   Resolution:  needsinfo
 Keywords: | Triage Stage:  Someday/Maybe
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+-
Changes (by aaugustin):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 This ticket doesn't contain a actionable proposal.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.9bf6063f35642bd3eb548a2eff40f0ff%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #13412: Exposing multiple db in admin interface is limited

2010-04-24 Thread Django
#13412: Exposing multiple db in admin interface is limited
---+
  Reporter:  idle  | Owner:  nobody  
Status:  new   | Milestone:  
 Component:  django.contrib.admin  |   Version:  1.2-beta
Resolution:|  Keywords:  
 Stage:  Someday/Maybe | Has_patch:  0   
Needs_docs:  0 |   Needs_tests:  0   
Needs_better_patch:  0 |  
---+
Changes (by russellm):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Someday/Maybe
  * summary:  Exposing multiple db in admin interface is limited
  (list_filter support) => Exposing multiple db
  in admin interface is limited
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 The documentation says that the admin doesn't have explicit support for
 multiple databases. Adding explicit support is an area for improvement.

 Using routers, it should be possible to use multi-db and the admin for
 many use cases (in particular, master-slave replication). There will
 certainly be use cases that admin will have difficulty with.

 I'll leave this open as a someday/maybe ticket, given that this is a
 documented limitation. However, This is something that will need a
 specific proposal in order to go further.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #13412: Exposing multiple db in admin interface is limited (list_filter support)

2010-04-24 Thread Django
#13412: Exposing multiple db in admin interface is limited (list_filter support)
--+-
 Reporter:  idle  |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  django.contrib.admin  | Version:  1.2-beta  
 Keywords:|   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 Suppose I have Django driven site with two applications using two
 different dbs.


 Documentation at http://docs.djangoproject.com/en/dev/topics/db/multi-db/
 gives us an idea of how to expose multiple dbs to admin interface.
 [[BR]]
 However four admin.ModelAdmin methods customized in the example do not
 handle list_filter option (so query hits the default db, and that rises an
 exception).


 For now I've found only one working solution - using custom manager with
 overriden get_query_set() method.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.