I’ve opened pull request:
https://github.com/django/django/pull/8001
--
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 djan
Looks good. I use syndication in few projects and I like that this change
does not break my code.
On Tuesday, January 31, 2017 at 1:02:53 AM UTC+1, Pavlo Kapyshin wrote:
>
> Hello,
>
> I’ve made a patch that adds ability to specify “scheme” (or “domain”, for
> RSS)
> and “label” on elemen
Ah sorry, didn't see that Tim suggested that you should find other
reviewers. Either way, please open a pull request, since that makes it
easier to commit on commits.
On Tuesday, January 31, 2017 at 12:05:33 PM UTC+1, Florian Apolloner wrote:
>
> Hi,
>
> there is no need to write to the mailing
Hi,
there is no need to write to the mailing list to inform us of any patches.
Please just open a pull request and link it to the ticket in question.
Cheers,
Florian
On Tuesday, January 31, 2017 at 1:02:53 AM UTC+1, Pavlo Kapyshin wrote:
>
> Hello,
>
> I’ve made a patch that adds ability to sp
Hello,
I’ve made a patch that adds ability to specify “scheme” (or “domain”, for RSS)
and “label” on elements in RSS and Atom1 feeds. Could you please
look at it and maybe suggest some improvements?
https://github.com/PavloKapyshin/django/commit/9c03f13d2442f8dacc98514e1f5d1a332bc1dfc1
There is