GSoC Project Idea

2014-02-24 Thread anubhav joshi
Earlier I posted this on as a reply on the query conversation that I had started earlier but then I didn't get any response there so I am reposting this here. I originally wanted to work on aggregates/annotation improvement in GSoC and still wish the same. The issues that I want to consider

Re: Using namedtuple instead of pure tuples

2014-02-24 Thread Adam Kaliński
Good tips. Thanks! I'll improve them and post as soon as they're ready. Moreover I was thinking that it might be nice to just modify Django to use namedtuples and see how will that influence execution. The problem is that it might be difficult to create reliable tests. If you think that there

Re: GSoC Project Idea

2014-02-24 Thread anubhav joshi
I want to know whether this will make up a good GSoC project as I am also interested in 'improving the error messages part', therefore I want to make a final choice between the two topics. Awaiting replies and suggestions. Anubhav Joshi -- You received this message because you are subscribed

Re: GSOC 2014 Project Proposal

2014-02-24 Thread Tom Evans
On Sat, Feb 22, 2014 at 5:31 PM, Devashish Badlani wrote: > Sir, > > > Sample projects with the updated Django 1.6.2,use of latest modules in each > of them and an helpful documentaion ,would certainly enhance the value of > DjangoBook is what I feel > How would this work?

Re: GSoC Project Idea

2014-02-24 Thread Josh Smeaton
As I mentioned in the last thread, I've already made some progress on improving aggregates and annotations. I've submitted this PR for review https://github.com/django/django/pull/2184 and discussion here: https://groups.google.com/forum/#!topic/django-developers/8vEAwSwJGMc Again, I'm unsure

Re: GSoC Project Idea

2014-02-24 Thread anubhav joshi
On Monday, February 24, 2014 4:21:15 PM UTC+5:30, Josh Smeaton wrote: > > As I mentioned in the last thread, I've already made some progress on > improving aggregates and annotations. I've submitted this PR for review > https://github.com/django/django/pull/2184 and discussion here: >

Add channels to messages framework

2014-02-24 Thread Orcun Avsar
Hi, I don't use messages framework on a base template but have it in my installed apps because I need them on some particular pages. Some third-party apps (django-social-auth for my case) creates messages for itself. When I need to use messages in a single page I can't show all messages to

Feature request: Warn about aggregating over possibly incompatible types

2014-02-24 Thread nbtrap
We recently pushed to our production environment a feature that involved summing (with django.db.models.Sum) over CharField entries containing numeric text. It ended up not working correctly since the postgresql SUM function can't handle textual arguments, whereas sqlite's apparently can. A nice

GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread anubhav joshi
Hi all, I had submitted a proposal earlier also related to aggregation/annotation but since almost major things had been implemented by him, I am thinking to switch to 'improving error reporting'. I am going through the errors mentioned. I have some questions for now. 1.) The two

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread Tim Graham
A starting place for this would be to bring the BetterErrorMessages wiki page up-to-date by removing items that have been fixed or "won't fixed". Then it'll be easier to see what's left and whether or not there is enough to fill 12 weeks. On Monday, February 24, 2014 10:43:04 AM UTC-5, anubhav

Re: GSOC 2014 Project Proposal

2014-02-24 Thread Daniel Greenfeld
After due consideration, I think updating djangobook.com should not be a GSOC project. Why not? First, the book is owned by the authors and Apress, not the Django project. The Django community has no control. This probably runs afoul of some sort of GSOC rule. Second, it's representative of

Re: GSOC 2014 Project Proposal

2014-02-24 Thread Devashish Badlani
Thank you for your time Regards Devashish Badlani Sent from my iPhone 5 > On 24-Feb-2014, at 10:09 pm, Daniel Greenfeld wrote: > > After due consideration, I think updating djangobook.com should not be a GSOC > project. Why not? > > First, the book is owned by the

[GSOC 2014] Project Idea

2014-02-24 Thread Palash O'swal
I am into my last year of graduation and I am currently an intern in WebDevLabs. I have been developing working with Django for the same *Title*: Making an API Wrapper for websites using Django. I have been working on an API wrapper using Django for websites. Many times people don't like to

Re: [GSOC 2014] Project Idea

2014-02-24 Thread Florian Apolloner
Hi, I am not really sure what you are trying to propose here; generally a proposal should look something along the lines of https://groups.google.com/d/msg/django-developers/CD7OrkJ63zc/VRv2igHJxyIJ -- eg you'll have to do some research on the topic and write up a proper proposal. Cheers,

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread anubhav joshi
On Monday, February 24, 2014 9:45:30 PM UTC+5:30, Tim Graham wrote: > > A starting place for this would be to bring the BetterErrorMessages wiki > page up-to-date by removing items that have been fixed or "won't fixed". > Then it'll be easier to see what's left and whether or not there is

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread anubhav joshi
Also there were many links to those tickets which were closed because either they were "fixed" or they "wontfix". So I have removed those as they were unnecessary on that wiki. 2.) There it says: "Import errors discovered during application loading > during can be masked under certain

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread Aymeric Augustin
On 24 févr. 2014, at 21:52, anubhav joshi wrote: > 2.) There it says: "Import errors discovered during application loading > during can be masked under certain circumstances." > If I could get a better explanation of this, it would be very helpful. > > Also If I could

Re: [GSoC] Switching to Jinja2 proposal

2014-02-24 Thread Christopher Medrela
I've made some benchmarks. The results are: jinja2 empty for 0.028 s jinja2 include1.094 s django empty for 0.435 s django include2.134 s Where "empty for" is an empty loop repeated 50 times: {% for i in range_ %} {% endfor %} And include is a similar template where the loop body

[GSoC] Submission Guidelines

2014-02-24 Thread Saul Shanabrook
What should I do with a proposal I am thinking about for GSoC? The Django wiki page says that"This year we're doing all GSOC-related communication via the ​django-developers mailing list. Any proposals for GSOC should be

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-24 Thread Tim Graham
"Now I would like to know whether it would be suitable for GSoC?" Maybe! As these tickets touch many different aspects of Django, I'm guessing you'll need to do quite a bit of research in order to convince us you have the breadth of experience to tackle them all. Some of those tickets also

Django cross reference: www.xrefs.info

2014-02-24 Thread John Smith
hello, I added Django in www.xrefs.info to provide cross reference search for Django development. http://www.xrefs.info is made for open source community in the hope of making open source developers more productive. The site hosts many open source code projects' cross references based on

Re: [GSoC] Switching to Jinja2 proposal

2014-02-24 Thread Curtis Maloney
I must admit to being conflicted on this project. I'd love to see the measurements and profiling involved in establishing how much "faster" Jinja2 is, mostly to see where DTL could do with some love... However, I don't believe for most people their templates represent enough of a time cost to

Re: [GSOC 2014] Project Idea

2014-02-24 Thread Russell Keith-Magee
Hi Palash, I agree with Florian. I can't understand what it is you're proposing here. If this is intended as a full proposal, it needs a lot more detail; if this is an exploratory idea before you write a full proposal, you'll need to provide a lot more detail. As it stands, I can't work out what

Issue with save/save_model/clean from admin (django 1.6.3dev)

2014-02-24 Thread Stefano Crosta
Hello! I'm trying to understand if this is a bug, or a not clearly documented feature. I have a simple model where one field should be calculated at save. eg. class MyModel(models.Model): a = models.CharField(max_length=255) b = models.CharField(max_length=255, blank = True) Now, if

Re: [GSOC 2014 proposal] enhancing security features in django

2014-02-24 Thread Prithviraj Billa
I am eagerly waiting to hear your comments and opinions. Thanks, Prithviraj M Billa github :: htttp://github.com/Prithvirajbilla blog:: http://blog.prithvirajbilla.com On Sunday, February 23, 2014 9:34:15 PM UTC+5:30, Prithviraj Billa wrote: > > Hello Guys! > > > I am planning to work on

Re: [GSoC] Submission Guidelines

2014-02-24 Thread Russell Keith-Magee
On Tue, Feb 25, 2014 at 7:22 AM, Saul Shanabrook wrote: > What should I do with a proposal I am thinking about for GSoC? > > The Django wiki page says > that"This > year we're doing all GSOC-related

Re: [GSoC] Switching to Jinja2 proposal

2014-02-24 Thread Curtis Maloney
On February 25, 2014 9:43:49 AM AEDT, Christopher Medrela wrote: >I've made some benchmarks. The results are: > >jinja2 empty for 0.028 s >jinja2 include1.094 s >django empty for 0.435 s >django include2.134 s > >Where "empty for" is an empty loop repeated 50