Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 6641  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for Django developers. This group is used for discussion of developing Django itself, not user questions; Please use django-users for issues regarding using the framework, questions for the Django user community outreach, etc.
 

selecting app for syncdb 
  Hello, Is the any particular reason why syncdb doesn't have argument with list of applications to be synced?
By Michał Nowotka  - May 22 - 7 new of 7 messages    

Predicate as suggested new feature to extend url resolver process 
  I just did a pull request resulting of my last Django sprints for adding a new feature in Django. [link] The idea is being able to have more control on the url resolving process. I have no merit behind the idea of predicate. Predicate is one of my favorite feature in Pyramid/Pylons to allow more complex and flexible... more »
By Rach Belaid  - May 22 - 7 new of 7 messages    

Passing parameters to raw() 
  Hello, the docs say: """ Passing parameters into raw() If you need to perform parameterized queries, you can use the params argument to raw(): ... params is a list of parameters. You’ll use %s placeholders in the query string (regardless of your database engine); they’ll be replaced... more »
By Roman Klesel  - May 22 - 7 new of 7 messages    

Proposal: implement Postgres CLUSTER USING by default for MtM tables 
  The tables created by django for MtM fields are unordered. Loading all the relationships may result in a number of I/O operations approaching the number of relationships: ... id |basetable_id| mtm_id ----+------------+---------- 6 | 3 | 1 7 | 2 | 2 15 | 1 | 1... more »
By bry...@obviously.com  - May 21 - 3 new of 3 messages    

Handling tests in django-localflavor-* 
  Hi :-) I'm currently looking through the test-integration of the localflavor packages and due to the structure used here it looks like (as Erik found out before me) it kind of lends itself to something like nose as testrunner. For this we both integrated test_settings module into the respective... more »
By Horst Gutmann  - May 21 - 1 new of 1 message    

I'm interested in maintaining localflavor-at 
  Hi :-) If nobody else volunteers, I'd like to help by maintaining the localflavor-at package. First working order should be to get it it somehow onto PyPI (depending on the outcome of Jannis' proposal). Username on IRC and Github: zerok Best wishes, Horst
By Horst Gutmann  - May 21 - 3 new of 3 messages    

Combine localflavor apps again 
  Hi all, I'd like propose to combine all the django-localflavor-* packages - that were moved out of contrib a while ago - into a new "django-localflavor" package. None of the current maintainers would lose the commit bit. I'm ready to do the heavy lifting for that. Ever since the localflavor apps were removed from contrib I've seen many stale ones, lingering on Github, only collecting issues and pull requests, without much guidance. We have been missing maintainers since the removal from contrib, even if some of the core developers helped out every once in a while. Recently we added a few more maintainers for each of those packages since they asked for it, which is great. But frankly I think that's not enough. Up until now only 7 of the 44 localflavor on github.com/django have been re-released on PyPI as separate packages. In other words, we have a success rate of handing over the maintainership of ~15%. I think that's because there is a lot of maintenance friction for each package.... more »
By Jannis Leidel  - May 21 - 9 new of 9 messages    

I am interested in maintaining django-localflavor-us 
  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 the project stays up-to-date on PyPI... more »
By Trey Hunner  - May 20 - 4 new of 4 messages    

Keep template tags grammar (for simple_tag, assignment_tag and inclusion_tag. Extend with block_tag). Ticket 20434 and 20435. 
  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 those who wonder what the applications are. They are mainly for... more »
By Jonathan Slenders  - May 20 - 2 new of 2 messages    

Proposal: Support for HTTP PATCH method 
  There is a RFC describing HTTP method named PATCH: [link] 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 request, the enclosed entity... more »
By Krzysztof Jurewicz  - May 20 - 6 new of 6 messages    

1 - 10 of 6641   « Newer | Older »

XML       Send email to this group: django-developers@googlegroups.com