On Mon, Jun 29, 2015 at 7:32 AM, Josh Smeaton
wrote:
> I'm not quite up to date on XML in databases (I've never had to use XML in
> a database), but don't the majority of core backends support XML in some
> way? If so, I'd probably like to see an attempt to build out XML support
> such that all/m
I'm not quite up to date on XML in databases (I've never had to use XML in
a database), but don't the majority of core backends support XML in some
way? If so, I'd probably like to see an attempt to build out XML support
such that all/most core databases could benefit from the new feature,
rath
Damn, forgot the link.
https://github.com/ashwoods/deps/blob/master/draft/-model-internalization.rst
>
>
--
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 receiv
This is *rough* draft of something that I have been playing around with,
with the help of anssi.
Tinkering around it seems that you can implement most of this with barely
touching django,
or at least without breaking backward compatibility. Some of the major
issues are almost philosophical :)
S
Hey,
I've been working on (re)building the new dispatcher API from the ground up
at https://github.com/knbk/django/tree/dispatcher_api.
As of this week it is passing the complete test suite, and I've replaced
all occurrences of the old dispatcher with the new one. It's
not 100% ready but it's