Closed
Bug 1289399
Opened 10 years ago
Closed 9 years ago
[shipping] django deprecations: reverse, dotted paths
Categories
(Webtools Graveyard :: Elmo, defect, P3)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1195773 +++
Once we're on 1.8, let's do the invasive stuff for deprecations, this one is for
https://docs.djangoproject.com/en/1.8/releases/1.8/#django-conf-urls-patterns
and
https://docs.djangoproject.com/en/1.8/releases/1.8/#passing-a-dotted-path-to-reverse-and-url
patterns() dies, url() stops taking 'something.view.other', reverse() stops taking 'something.view.other'.
Which I find sad, but such is life. More context in https://groups.google.com/forum/#!searchin/django-developers/reverse/django-developers/zTGP3Bs6uKE/_UDdcU70l44J.
Forking this out of bug 1195773 to complete this for shipping. I'll do that once we removed the Milestone logic, to simplify that.
| Reporter | ||
Comment 1•9 years ago
|
||
I think I've found those all by now, resolving.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•