Re: Anyone have ideas on #16550 - custom SQL before/after syncdb?

2013-05-20 Thread Andrew Godwin
Of course, the long-term solution for this is probably migrations. The post_syncdb signal already causes me problems - as there's no good definition for it with migrations around (you basically have to send it right at the end for every model you think you touched). However, the patch Donald linke

Proposal: Support for HTTP PATCH method

2013-05-20 Thread Krzysztof Jurewicz
There is a RFC describing HTTP method named PATCH: http://tools.ietf.org/html/rfc5789 Quoting that RFC: “ The difference between the PUT and PATCH requests is reflected in the way the server processes the enclosed entity to modify the resource identified by the Request-URI. In a PUT requ

Re: Proposal: Support for HTTP PATCH method

2013-05-20 Thread Andrey Antukh
+1 Many times I had to add this method to the test client. 2013/5/20 Krzysztof Jurewicz > There is a RFC describing HTTP method named PATCH: > > http://tools.ietf.org/html/**rfc5789 > > Quoting that RFC: > “ The difference between the PUT and PATCH requests

Keep template tags grammar (for simple_tag, assignment_tag and inclusion_tag. Extend with block_tag). Ticket 20434 and 20435.

2013-05-20 Thread Jonathan Slenders
Hi all, For being able to do AST manupulations on templates we need to keep the grammar of templatetags somewhere. During the sprints, Russel told me to attach these as a property on the functions that go into Library.tags. (I would attach an instance of a class named TemplateTagMeta.) For tho

I am interested in maintaining django-localflavor-us

2013-05-20 Thread Trey Hunner
The django-localflavor-us package currently lacks a responsive maintainer. I would like to fix this problem by helping to maintain this project. My primary goals: * Make the tests easier to run * Merge good pull requests * Add instructions for contributing (namely how to run the tests) * Ensure

Re: I am interested in maintaining django-localflavor-us

2013-05-20 Thread Jacob Kaplan-Moss
No objections from me. What's your GitHub username? I'll hook you up. Jacob On Mon, May 20, 2013 at 3:10 PM, Trey Hunner wrote: > The django-localflavor-us package currently lacks a responsive > maintainer. I would like to fix this problem by helping to maintain > this project. > > My primary g

Re: I am interested in maintaining django-localflavor-us

2013-05-20 Thread Trey Hunner
I'm treyhunner on Github. Thanks Jacob. On Monday, May 20, 2013 3:14:59 PM UTC-7, Jacob Kaplan-Moss wrote: > > No objections from me. What's your GitHub username? I'll hook you up. > > Jacob > > On Mon, May 20, 2013 at 3:10 PM, Trey Hunner > > > wrote: > > The django-localflavor-us package c