Re: Post about django optimizations

2008-11-20 Thread vivek
l agree with david that you should at least highlight your points here. You have already corrected your post about paginator, for rest of the point you mentioned all I can say is if you had read the django book , specially chapter 20 at: http://www.djangobook.com/en/1.0/chapter20/ you probably w

Re: Let's schedule a Django sprint

2007-09-05 Thread vivek
Hi, I would like to join in although I am new to django and python. I am hoping with around 1000 open tickets you can still use some noob hand. vivek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Interested in contributing to Django

2011-02-02 Thread Vivek Narayanan
Hi, I am Vivek Narayanan, a sophomore undergraduate student from India. I am interested in contributing to the Django project, through GSoC (Google Summer of Code) or otherwise. I have been using Django for a while and have developed a few applications on social networking sites . I have

Re: Interested in contributing to Django

2011-02-02 Thread Vivek Narayanan
On Feb 3, 3:07 am, Gabriel Hurley wrote: > Hi Vivek, > > It's great to hear you're interested in contributing! This year's GSOC is > just getting underway and while Django will likely participate as it has in > years past, we're not quite at that stage yet. &

Ticket #8809 - "Better error message when can't import url callback".

2011-02-02 Thread Vivek Narayanan
but I need some more background information on the following: 1. Where are RegexUrlPattern objects created and what is the additional information available at this stage? 2. A basic higher level understanding of how the 'urlpatterns' objects are processed from a urls.py file Thanks, Viv

#15040: Post processing of SQL results

2011-02-17 Thread Vivek Narayanan
what are the chain of events leading up to it. Thanks, Vivek -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to

Customizable Serialization

2011-02-24 Thread Vivek Narayanan
Hi, I am Vivek Narayanan, an undergrad student at IIT, Varanasi in India and am interested in participating in this year's SoC Problem Django provides a serialization framework that is very useful for loading and saving fixtures, but not very flexible if one wants to provide a

Re: Customizable Serialization

2011-03-01 Thread Vivek Narayanan
def meta2_pk(self, model): '''This method is not required to be overridden as a default method would be provided''' def meta2_model(self, model): ... In XML class XMLSerializer(Serializer): mode = "xml" wrap_fields = "fi

Re: Customizable Serialization

2011-03-05 Thread Vivek Narayanan
piquemal wrote: > Ok ... I have to admit I was not very clear. Here is what I meant, > illustrated with some code examples : > > http://readthedocs.org/docs/django-serializers-draft/en/latest/index > > These are my "dream" django-serializers ! > > On Mar 1

Re: Customizable Serialization

2011-03-07 Thread Vivek Narayanan
On Mar 6, 11:54 am, Russell Keith-Magee wrote: > On Sun, Mar 6, 2011 at 2:41 PM, Vivek Narayanan wrote: > > @Sebastien: I got your point about using a dict as an intermediate > > structure and the use of recursion, and I looked at your > > implementation which is somew

Re: Customizable Serialization

2011-03-07 Thread Vivek Narayanan
On Mar 6, 11:54 am, Russell Keith-Magee wrote: > On Sun, Mar 6, 2011 at 2:41 PM, Vivek Narayanan wrote: > > @Sebastien: I got your point about using a dict as an intermediate > > structure and the use of recursion, and I looked at your > > implementation which is somew

Re: Customizable Serialization

2011-03-08 Thread Vivek Narayanan
On Mar 8, 3:14 pm, Tom Evans wrote: > Splitting down your project into small chunks will also demonstrate to > people reading your proposal that you understand the subject matter, > and they can have a high confidence of the project being delivered. Thanks, I didn't know this and I don't have

[GSoC Proposal] Customizable Serialization

2011-03-17 Thread Vivek Narayanan
Integrate with Models API and field options. 3. Add permission_level argument to serialize(). Weeks 9 - 10 1. Write documentation for the project and provide many examples. 2. Write a few tutorials on how to use the framework. 3. Write some project-level tests, do some extensive final testin

Re: Customizable Serialization

2011-03-20 Thread Vivek Narayanan
>From a previous discussion on this list ( http://groups.google.com/group/django-developers/browse_thread/thread/2da69b9e24cf3438/17d87e3b27d4395d ) I gather that modifying the field options of a Model is not desirable due to a loss in orthogonality. Here is a modified permissions framework for ser

Re: Customizable Serialization

2011-03-22 Thread Vivek Narayanan
> I also haven't seen any proposals or examples of how I'd use the API as > an end user - are people going to be able to register serialisers to > models (since they're apparently tied to specific models anyway)? There will be different types of serializers like JSONSerializer, YAMLSerializer, XML

Re: [GSoC Proposal] Customizable Serialization

2011-03-25 Thread Vivek Narayanan
Hi Russ, Thanks for the long reply and all the suggestions. My comments are inline. > What if you need to support both? e.g., > > >     the bar value > > > It seems to me that you would be better served providing a way to > annotate each individual metadata value as (and I'm bikeshedding a > nam

Re: Customizable Serialization

2011-03-31 Thread Vivek Narayanan
Hi Russ, Thanks for the suggestions once again, I've thought of changing the model for handling nested fields. Each model can have a no of serializers, and they can be plugged in to other serializers and in this way nested models can be handled instead of cycling through a tree of arbitrary depth

Patch for using custom managers in a reverse relation. (#3871)

2011-10-02 Thread Vivek Narayanan
anagers("foobar") https://code.djangoproject.com/ticket/3871 Would be great if someone could review it. Vivek -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googleg

Re: Patch for using custom managers in a reverse relation. (#3871)

2011-10-04 Thread Vivek Narayanan
e changed. In the tests there is an example does this. > > Cheers. > Tai. > > On Oct 3, 3:25 pm, Vivek Narayanan wrote: > > > > > > > > > Hi, > > > I've added a patch that provides functionality for selecting a custom > > manager i

#26165 new Cleanup/optimization Wanted to start with a documentation ticket

2016-02-02 Thread Vivek unni
riting? Thanks in advance Vivek -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@goog

#26165 new Cleanup/optimization wanted to start with a documentation ticket

2016-02-02 Thread Vivek unni
I wanted to start with a documentation ticket while I get myself acquainted with the code base. I have seen the thread referenced and I can make relevant questions and answers from it . These questions and answers will go to the FAQ page regarding why Django's CSRF protection isn't vulernable.

Re: #26165 new Cleanup/optimization wanted to start with a documentation ticket

2016-02-02 Thread Vivek unni
Thanks. I was going to add the questions at the end of the csrf.txt. Thanks for the help. I have claimed the ticket. I will send a pull request in a day or two. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" g

Re: #26165 new Cleanup/optimization wanted to start with a documentation ticket

2016-02-03 Thread Vivek unni
Hi. I have compiled a list of questions. I made a section in the faq folder. These are the questions and answers I wrote. These answers were written based on the thread referenced on the ticket FAQ: CSRF Protection = Is Django's CSRF protection vulnerable? --

Re: #26165 new Cleanup/optimization wanted to start with a documentation ticket

2016-02-03 Thread Vivek unni
Thanks for helping me out. Sorry for the mess up regarding the Triage stage. Thanks for walking me through the whole process. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou