Re: [Django] #27192: Allow pluralizing admin URLs

2016-09-10 Thread Django
#27192: Allow pluralizing admin URLs
---+--
 Reporter:  AlJohri|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  1.10
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by charettes):

 > The default can be changed in the next (major?) release and for new
 projects via settings.py.

 The bar to introduce new settings is pretty high as they're another global
 switches we need to account for in the test suite. As others have already
 stated I'm not convinced this is worth the additional complexity.

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


Re: [Django] #27192: Allow pluralizing admin URLs

2016-09-10 Thread Django
#27192: Allow pluralizing admin URLs
---+--
 Reporter:  AlJohri|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  1.10
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by AlJohri):

 Replying to [comment:2 aaugustin]:
 > I'm not convinced it's worth breaking every admin URL — lots of people
 bookmark these — just for this reason.
 >
 > Also using the singular for the changelist view means that if you're on
 the changeform view, you can chop off the number and get to the changelist
 view. Some people do that.

 I was thinking that this can just be configurable as opposed to breaking
 every admin URL. The default can be changed in the next (major?) release
 and for new projects via settings.py.

 Wouldn't that still work? If you're on /articles/1/change/ (changeform
 view) you can move to /articles/ (changelist view)?

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


Re: [Django] #27192: Allow pluralizing admin URLs

2016-09-07 Thread Django
#27192: Allow pluralizing admin URLs
---+--
 Reporter:  AlJohri|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  1.10
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by aaugustin):

 I'm not convinced it's worth breaking every admin URL — lots of people
 bookmark these — just for this reason.

 Also using the singular for the changelist view means that if you're on
 the changeform view, you can chop off the number and get to the changelist
 view. Some people do that.

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


Re: [Django] #27192: Allow pluralizing admin URLs (was: [Feature Request] Pluralize Admin Urls)

2016-09-07 Thread Django
#27192: Allow pluralizing admin URLs
---+--
 Reporter:  AlJohri|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  contrib.admin  |  Version:  1.10
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by timgraham):

 * status:  new => closed
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0
 * resolution:   => wontfix


Comment:

 I don't see much advantage to the additional complexity. The admin doesn't
 need perfect URLs, in my opinion. Feel free to raise the idea on the
 DevelopersMailingList to get other opinions. You could also
 [http://stackoverflow.com/questions/5680405/override-django-admin-urls-
 for-specific-model customize these URLs] in your own `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 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/065.bf06f5872d79a87e54c31acb6f3f72c2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.