Re: [Django] #8500: Allow overriding of default adminsite.

2018-02-03 Thread Django
#8500: Allow overriding of default adminsite.
-+-
 Reporter:  oyvind   |Owner:  oyvind
 Type:  New feature  |   Status:  closed
Component:  contrib.admin|  Version:  master
 Severity:  Normal   |   Resolution:  fixed
 Keywords:  override adminsite   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

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


Comment:

 In [changeset:"da3df5b878d96ef37dcff1377ccbd097b80776d7" da3df5b8]:
 {{{
 #!CommitTicketReference repository=""
 revision="da3df5b878d96ef37dcff1377ccbd097b80776d7"
 Fixed #8500 -- Allowed overriding the default admin site instance.
 }}}

-- 
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/064.f23133f519eca686dfa51d41b7e5fb56%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2018-01-23 Thread Django
#8500: Allow overriding of default adminsite.
-+-
 Reporter:  oyvind   |Owner:  oyvind
 Type:  New feature  |   Status:  new
Component:  contrib.admin|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  override adminsite   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Carlton Gibson):

 * stage:  Accepted => Ready for checkin


-- 
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/064.1b7c1e6b55ec8b6bb8f1b939133d2fb3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2017-01-03 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Raffaele Salmaso):

 * cc: raffaele.salmaso+djangoproject@… (added)


--
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/064.55fb142262af62adda81857822c5b8fa%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2016-12-31 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+
Changes (by Tim Graham):

 * needs_better_patch:  1 => 0


--
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/064.46706312bf007e3f95d3561326d2c2ea%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2016-12-31 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+

Comment (by Raffaele Salmaso):

 Hi, I usually override the default admin site with my custom version, then
 found this ticket, so I choose to complete it.

 The first PR was using a new setting (`ADMIN_SITE_CLASS`), but I rewrote
 it to use a custom (`Simple`)`AdminConfig` and no new setting.

 This version doesn't require to adapt current code with a
 {{{
 def register(site):
 ...
 }}}
 as the last patch require, or rewriting code not to use
 `django.contrib.admin.sites.site` directly.

--
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/064.0b14e87554576589e96810091decc738%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2016-12-29 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  master
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+

Comment (by Raffaele Salmaso):

 Added a PR => https://github.com/django/django/pull/7765

--
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/064.0936a7fd1d2cff7ac3d14fc84bd6c37b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #8500: Allow overriding of default adminsite.

2012-04-05 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  SVN
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+
Changes (by kmike):

 * cc: kmike84@… (added)


-- 
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-updates@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.



Re: [Django] #8500: Allow overriding of default adminsite.

2011-12-11 Thread Django
#8500: Allow overriding of default adminsite.
+
 Reporter:  oyvind  |Owner:  oyvind
 Type:  New feature |   Status:  new
Component:  contrib.admin   |  Version:  SVN
 Severity:  Normal  |   Resolution:
 Keywords:  override adminsite  | Triage Stage:  Accepted
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  1
Easy pickings:  0   |UI/UX:  0
+
Changes (by tinodb):

 * cc: tinodb (added)
 * ui_ux:   => 0


-- 
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-updates@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.



Re: [Django] #8500: Allow overriding of default adminsite.

2011-05-05 Thread Django
#8500: Allow overriding of default adminsite.
-+-
   Reporter:  oyvind |  Owner:  oyvind
   Type:  New| Status:  new
  feature|  Component:  contrib.admin
  Milestone: |   Severity:  Normal
Version:  SVN|   Keywords:  override adminsite
 Resolution: |  Has patch:  1
   Triage Stage:  Accepted   |Needs tests:  0
Needs documentation:  0  |  Easy pickings:  0
Patch needs improvement:  1  |
-+-
Changes (by patchhammer):

 * needs_better_patch:  0 => 1
 * easy:   => 0


Comment:

 8500.1.diff fails to apply cleanly on to trunk

-- 
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-updates@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.



Re: [Django] #8500: Allow overriding of default adminsite.

2010-02-23 Thread Django
#8500: Allow overriding of default adminsite.
---+
  Reporter:  oyvind| Owner:  oyvind
Status:  new   | Milestone:
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:  override adminsite
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by ubernostrum):

  * milestone:  1.2 =>

Comment:

 1.2 is feature-frozen, moving this feature request off the milestone.

-- 
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.



Re: [Django] #8500: Allow overriding of default adminsite.

2010-02-18 Thread Django
#8500: Allow overriding of default adminsite.
---+
  Reporter:  oyvind| Owner:  oyvind
Status:  new   | Milestone:  1.2   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:  override adminsite
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by jezdez):

 * cc: jezdez (removed)

-- 
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.



Re: [Django] #8500: Allow overriding of default adminsite.

2010-02-18 Thread Django
#8500: Allow overriding of default adminsite.
---+
  Reporter:  oyvind| Owner:  oyvind
Status:  new   | Milestone:  1.2   
 Component:  django.contrib.admin  |   Version:  SVN   
Resolution:|  Keywords:  override adminsite
 Stage:  Accepted  | Has_patch:  1 
Needs_docs:  0 |   Needs_tests:  0 
Needs_better_patch:  0 |  
---+
Changes (by jezdez):

  * stage:  Design decision needed => Accepted
  * milestone:  => 1.2

-- 
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.



Re: [Django] #8500: Allow overriding of default adminsite.

2008-09-19 Thread Django
#8500: Allow overriding of default adminsite.
-+--
  Reporter:  oyvind  | Owner:  oyvind   
 
Status:  new | Milestone:  post-1.0 
 
 Component:  django.contrib.admin|   Version:  SVN  
 
Resolution:  |  Keywords:  override 
adminsite
 Stage:  Design decision needed  | Has_patch:  1
 
Needs_docs:  0   |   Needs_tests:  0
 
Needs_better_patch:  0   |  
-+--
Comment (by Alex):

 I'm not sure I understand the approach taken there, at present the
 admin.autodiscover() has no knowledge of the adminsite.

-- 
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-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~--~~~~--~~--~--~---