Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-27 Thread anubhav joshi
Ok. Thanks Anubhav -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send email to dja

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-27 Thread Tim Graham
As far as I know, we have no plans to request further details from any of our applications. On Thursday, March 27, 2014 5:46:55 AM UTC-4, anubhav joshi wrote: > > I read on google melange: > "mentoring organizations may request further proposal detail from the > student applicant." > > My tests

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-27 Thread anubhav joshi
I read on google melange: "mentoring organizations may request further proposal detail from the student applicant." My tests are about to start so I want to know if and when should I be expecting this. Regards, Anubhav -- You received this message because you are subscribed to the Google Grou

RE: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-22 Thread gsavix
+1 from pt-br -mensag. original- Assunto: Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects. De: Andrew Pashkin Data: 22-03-2014 06:44 Proof of concept for pymorphy solution: https://gist.github.com/StillNewb/9703843 On Saturday, March 15, 2014 9:20:24 PM UTC

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-22 Thread Andrew Pashkin
Proof of concept for pymorphy solution: https://gist.github.com/StillNewb/9703843 On Saturday, March 15, 2014 9:20:24 PM UTC+4, Алексей Сидаш wrote: > > Hello > > Yes, Adam Mesha seems to be right. The problem of translation is very > complicated. > I see only one solution, all the text in admin

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-16 Thread Алексей Сидаш
P.S. Ooops, looks like I forgot about this: > MediaWiki has a well evolved and mature translation system that deals with > a very large range of languages, and I think it would be worthwhile to > check out how they do it there in detail. > Great thanks, I will check it out. -- You received

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-16 Thread Алексей Сидаш
Hello, > I believe that there is a better solution than requiring that all strings > be retranslated for every new app that you create, it's just not as trivial > as the naive solution that Django currently uses. > Yes, retranslatiog all the strings every time does not seem to be a good idea.

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-15 Thread Adam Mesha
MediaWiki has a well evolved and mature translation system that deals with a very large range of languages, and I think it would be worthwhile to check out how they do it there in detail. I believe that there is a better solution than requiring that all strings be retranslated for every new app th

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-15 Thread Алексей Сидаш
Hello Yes, Adam Mesha seems to be right. The problem of translation is very complicated. I see only one solution, all the text in admin panel should not be generated dynamically. I mean, that code like *"Add new {{ model.verbose_name }}"* makes translation to languages like Russian very difficu

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-13 Thread Adam Mesha
2014-03-13 11:00 GMT+02:00 Алексей Сидаш : > For example, we have two models. *Article* and *Post*. > In English we say *"Add new Article"* and *"Add new Post"*, right? > But in Russian article's grammatical gender is "female", but post's > grammatical gender is "male", so we should say "Добавить

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-13 Thread Andrew Pashkin
The problem is actually exists, I also want to find a way, how to rid my cleints of that crazy wording in admin-site. I've found promising package - pymorphy2 (https://github.com/kmike/pymorphy2), it can find grammatical information for words and translate words to needed forms. So all what is n

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-13 Thread Baptiste Mispelon
Hi, Regarding the translation issues, there's a lengthy discussion on https://code.djangoproject.com/ticket/11688 which you might find interesting. -- Baptiste On 03/13/2014 10:00 AM, Алексей Сидаш wrote: How so? Can you provide a few examples -- I know that numbering can be a prob

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-13 Thread Алексей Сидаш
> How so? Can you provide a few examples -- I know that numbering can be a > problem for Russian translations, but that's hardly a problem of the admin > itself. There are three grammatical genders in Russian, and all the words in sentense should match gender of subject. You seem to be righ

[GSoC 2014 Proposal] Django admin translation improvements

2014-03-13 Thread Алексей Сидаш
Hello there! My name is Alexey and I would like to do some work for django project. I'm from Russia, and English is not my native language(my native one is Russian). And Russian localization of django admin is poor. It is even worse then my English :D. Of course, I do not like it, I believe tha

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-12 Thread Russell Keith-Magee
On Wed, Mar 12, 2014 at 9:58 PM, anubhav joshi wrote: > Well another thing I think I realize now is that I think is there seems to > be problem of absence of common theme. > To this I would say that if one would look closely at the issues covered > up in the proposal are those which do report of b

Re: [GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-12 Thread Florian Apolloner
Hi Alexey, On Wednesday, March 12, 2014 7:52:59 PM UTC+1, Алексей Сидаш wrote: > > Russian localization of django admin is poor. It is even worse then my > English :D. > How so? Can you provide a few examples -- I know that numbering can be a problem for Russian translations, but that's hardly

[GSoC 2014 proposal]. Improving admin translation and formalizing Meta objects.

2014-03-12 Thread Алексей Сидаш
Hello there! My name is Alexey and I would like to do some work for django project. I'm from Russia, and English is not my native language(my native one is Russian). Russian localization of django admin is poor. It is even worse then my English :D. Of course, I do not like it, I believe that Met

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-12 Thread anubhav joshi
Well another thing I think I realize now is that I think is there seems to be problem of absence of common theme. To this I would say that if one would look closely at the issues covered up in the proposal are those which do report of bad error reporting not just simple bugs. The issues do repor

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-12 Thread anubhav joshi
Having replied to the potential questions above, I would like to summarize here once again: 1.) I have a very clear idea of what area of code I will be dealing with. 2.) I have been in conversation with community members on IRC, and have taken their say in fixing the issues mentioned in the prop

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-12 Thread anubhav joshi
On Wednesday, March 12, 2014 5:57:23 PM UTC+5:30, Russell Keith-Magee wrote: > > Hi Anubhav, > > I've taken a look at your proposal, and I'm of two minds. > > On the one hand, you've identified a bunch of reasonably uncontroversial > tickets - issues where there is a clear problem, a solution th

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-12 Thread Russell Keith-Magee
Hi Anubhav, I've taken a look at your proposal, and I'm of two minds. On the one hand, you've identified a bunch of reasonably uncontroversial tickets - issues where there is a clear problem, a solution that seems obvious, and in most cases indications of support from the core team. Your proposal

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread anubhav joshi
I do keep updating gist upon getting feedback/reviews on IRC as well. Please keep a track. https://gist.github.com/coder9042/c505dfba9514a6e52fdc Regards, Anubhav Joshi IIT Patna -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscri

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread anubhav joshi
Done the required. https://gist.github.com/coder9042/c505dfba9514a6e52fdc Regards, Anubhav Joshi IIT Patna -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-10 Thread Tim Graham
Hi Anubhav, It'll be easier to review if you can include ticket numbers with each item in the 2.X sections. e.g. "Unpickling Models and QuerySet from incompatible version. (#X)" Ideally, the ticket number would be linked to Trac. Then I would repeat these summaries & ticket numbers in each

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-08 Thread anubhav joshi
Just realized that the proposal name is : Improving error reporting and fixing up related issues. Missed 'reporting' in the thread topic. Anubhav Joshi -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and st

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-08 Thread anubhav joshi
OK, will do. Anubhav Joshi -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To post to this group, send emai

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-08 Thread Josh Smeaton
Yes, people can look elsewhere for the tickets, but it'd probably have more *impact* if the tickets were referenced directly in the proposal. That way, someone can dive into the deeper discussion for a particular bug (by reading the comments on the ticket). The idea is that you don't want your

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-08 Thread anubhav joshi
Please refer to the thread : https://groups.google.com/forum/#!topic/django-developers/PDY8EEYaHao for tickets... Actually, all of a sudden there has been some problem in my laptop since this morning and I can't open my hard disk currently. So, I request you all to please view the proposal and

Re: [GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-08 Thread Josh Smeaton
Just a brief comment. Perhaps it'd be useful to link to the appropriate trac tickets in your proposal. Regards, Josh On Saturday, 8 March 2014 15:59:27 UTC+11, anubhav joshi wrote: > > Hi all, >My previous thread: > https://groups.google.com/forum/#!topic/django-developers/PDY8EEYaHao

[GSoC 2014 Proposal] Improving Error and Fixing up related issues.

2014-03-07 Thread anubhav joshi
Hi all, My previous thread: https://groups.google.com/forum/#!topic/django-developers/PDY8EEYaHao , where I was told by Tim Graham to make all analysis and discussion on tickets itself and then present here. I did what I was told, I discussed issues and strategies on Trac and IRC both.

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread anubhav joshi
As suggested by Tim Graham, I am going to post my analysis on respective tickets. But there are some issues where I need help in analysing, I have mentioned those in my above posts. Also there may be issues for which ticket have not been opened, they are only mentioned in the wiki page. Hence, i

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread anubhav joshi
As suggested by Tim Graham, I am going to put my analysis on respective tickets. Also it is possible that some issues are directly mentioned on wiki page(there is no ticket for them), so its a humble request to please go through it once here. Regards, Anubhav Joshi IIT Patna -- You received t

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread Tim Graham
I believe if your tickets are enough work to fill 12 weeks, someone is not going to come along and complete a majority of them in the meantime. You can also add something like "I hope to work on this ticket for GSoC 2014." On Thursday, February 27, 2014 3:57:45 PM UTC-5, anubhav joshi wrote: > >

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread anubhav joshi
On Friday, February 28, 2014 2:03:10 AM UTC+5:30, Tim Graham wrote: > > I think it'll be better to put your analysis of each ticket on the ticket > itself. Then when you're finished with that, put together a more high level > overview of the analysis you've done. I think it will be easier to gi

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread Tim Graham
I think it'll be better to put your analysis of each ticket on the ticket itself. Then when you're finished with that, put together a more high level overview of the analysis you've done. I think it will be easier to give feedback if you structure your thoughts in this way. Thanks! On Thursday,

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread anubhav joshi
Here is another issue that I have analysed. *When the autogenerated field name is too long, there is no proper displaying of errors, many a time silent failures for some database.* Written a fix, although some thinking is required in writing the tests. @classmethod def _check_long_column_name(cl

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-27 Thread anubhav joshi
On Wednesday, February 26, 2014 7:43:49 PM UTC-8, Russell Keith-Magee wrote: > > Hi Anubhav, > > Please keep in mind that this is a global mailing list, and if you want > considered feedback, it's going to take time. Posting two "Please give me > feedback" pings in 6 hours isn't especially help

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-26 Thread Russell Keith-Magee
Hi Anubhav, Please keep in mind that this is a global mailing list, and if you want considered feedback, it's going to take time. Posting two "Please give me feedback" pings in 6 hours isn't especially helpful. There will be people who have been asleep for that entire period. Yours, Russ Magee %-

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-26 Thread anubhav joshi
Please give me any reviews and suggestions regarding the issues, as and when I am posting about them. So that when I my studying and analysis of the issues is done, then I can chalk out a proper timeline for the required work as well. Regards, Anubhav Joshi IIT Patna -- You received this messa

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-26 Thread anubhav joshi
Please have a look at all the issues mentioned, correct me where I am wrong and there are places where I need help(I have mentioned in those places.) I need feedback and reviews. Will be posting back again very soon with further analysis of other issues. Regards, Anubhav Joshi IIT Patna -- Yo

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-26 Thread anubhav joshi
Here is some more analysis: django.db 1.) There is a problem with ForeignKey, which when given only blank=True causes ValidationError as they do not allow null values. If blank=True, null=True is specified then, there is no problem. The operation of ModelForms is such so as to construct insta

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-25 Thread anubhav joshi
Regarding the 'improving error reporting' part, I have started with some issues which may be comparatively easier: Improving error reporting django.forms #15069 In forms.py: self._errors[name] = self.error_class(e.messages) When the list of errors is created, the value of the wrong/invali

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-25 Thread anubhav joshi
On Tuesday, February 25, 2014 5:02:26 AM UTC+5:30, Tim Graham wrote: > > "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 h

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

2014-02-25 Thread Russell Keith-Magee
Hi Prithviraj, I suspect the reason you haven't had a response is that there isn't much to respond to here. Regarding integrating django-secure -- I agree that this would be a worthwhile activity; it was part of the plan for last year's GSoC project on the validation framework, but got dropped du

Re: GSoC 2014 proposal [Improving error reporting]

2014-02-25 Thread anubhav joshi
On Tuesday, February 25, 2014 5:02:26 AM UTC+5:30, Tim Graham wrote: > > "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 h

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 devel

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 have

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 get an answer to the above

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 circumsta

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 enoug

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

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 proble

[GSOC 2014 proposal] enhancing security features in django

2014-02-23 Thread Prithviraj Billa
Hello Guys! I am planning to work on developing and improving the security features of Django. I would like some help in formalizing the proposal so that it will meet the requirements. Things i understood how security against csrf works and how it is implemented in django. (please correct

GSOC 2014 Proposal

2014-02-20 Thread Devashish Badlani
I wanted to work on improving the djangobook by making certain applications based on every module of the djangobook which will help a beginner to get along with various features Django. Example:use of JSON API in the Web Framework Django Sample apps are in my Repository: *https://github.com/dee