During the sprint in Amsterdam I created a pull request 
https://github.com/django/django/pull/7484

In it I'm adding an optional argument `request` to 
`django.urls.base.urls.reverse`method.
The idea is that using `request` object one can get a fully qualified URL.

The idea is taken from Django Rest Framework 
(https://github.com/tomchristie/django-rest-framework/blob/master/rest_framework/reverse.py#L55-L59).

I've talked to Tim Graham in person and he said that there are some 
possibilities that django-hosts <https://github.com/jazzband/django-hosts> will 
be merged into main django code base with it's own implementation of 
`reverse` method.


To move this issue forward I need an input from core team members regarding 
my implementation and future plans. If necessary I'll trash my current 
implementation if it will just bring on more potentials problems in the 
future.


My arguments for suggested implementation is that it's much more simple and 
easier for the enduser than django-hosts implementation and it's already *Tom 
Christie approved(TM).*

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/3ea6110b-0ddd-4f64-ac99-8854756157f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to