Standalone PR now at https://github.com/django/django/pull/4122.
Alex
On Thursday, February 12, 2015 at 12:09:39 PM UTC+8, Alex Hill wrote:
>
> Hi all, doing a bit of yak shaving here.
>
> I'm currently refactoring Django's lazy operations [0], and ran into a bit
> of a snag which led me to make
Hi all, doing a bit of yak shaving here.
I'm currently refactoring Django's lazy operations [0], and ran into a bit
of a snag which led me to make some changes to SQLite's schema editor. All
the tests pass, but I thought I should bring this up here to get a few more
eyeballs on my changes since