Re: Proposal: Database Constraints

2014-04-03 Thread Thejaswi Puthraya
On Wednesday, April 2, 2014 4:09:37 AM UTC+5:30, simonb wrote: > > Hi > > Just FYI: back in 2007 GSOC there was a project to add constraints. The > syntax was as follows: > The code is at https://github.com/theju/django-check-constraints/ I doubt it works as is after the SQL compiler changes.

Re: Proposal: deprecate and remove django.contrib.comments

2013-03-08 Thread Thejaswi Puthraya
On Thursday, March 7, 2013 10:18:11 PM UTC+5:30, Jacob Kaplan-Moss wrote: > > Hi folks -- > > This one's simple: I'd like to deprecate `django.contrib.comments`, > scheduling it to be removed in a couple of releases. [snipped] > Any objections? > As the student (back then) who worked

Re: django.contrib.comments - No reference to commented object in preview

2011-07-12 Thread Thejaswi Puthraya
Hi, On Jul 13, 1:42 am, Tomáš Ehrlich wrote: > Hi there, > why there is no reference to commented object in preview? > Any specific use-case? Specifying it can make it easier to decide. > django/contrib/comments/views/comments.py:95 >         return render_to_response(

Re: Could the comments framework be more generic?

2010-11-28 Thread Thejaswi Puthraya
Hi, I am the student who worked on improving the comments framework a couple of years back and have been absconding since then ;-) Personally, I would love to see the comments app out of contrib because of the need to maintain backwards compatibility especially for an app with very few users. On

Add admin actions to the CommentsAdmin [#11625]

2009-10-19 Thread Thejaswi Puthraya
When comments made it into trunk, there was one feature (moderation queue) that was not documented because it was quite un'django'ic and I was hoping someone would come up with a neat way of implementing it within the admin. But with admin actions integrated into trunk, this job was made easier.

Re: #9282 (comment moderation features) and Akismet removal

2009-03-22 Thread Thejaswi Puthraya
On Mar 23, 6:42 am, James Bennett wrote: [snipped] > Is there any reason behind that? I know there's always some wariness > when it comes to relying on a third-party service for a Django > feature, but Akismet seems to be the gold standard for this and > providing at

[Contrib-02, 03] Comments Extensibility and inclusion of Comment-utils

2009-01-18 Thread Thejaswi Puthraya
I have worked on tickets * #8630 [1] : Improved customizability of django.contrib.comments * #9282 [2]: Inclusion of comment-utils moderators I am hoping someone will have time to review these tickets and provide suggestions and/or criticize the implementations. [1]:

Comment templatetags should be independent of Comment Model

2008-10-04 Thread Thejaswi Puthraya
/comments.py#L86 [4] http://code.djangoproject.com/ticket/9303 PS: I have made quite a few mistakes and I am really sorry about them but if you believe I deserve to be spanked, please do ;-) -- Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because

{GSoC 2008} Django-Newcomments

2008-07-06 Thread Thejaswi Puthraya
my mentor who will keep uploading them. Thank Jannis for that idea and help. Hopefully, I will be able to see you folks at the Europython sprint where we can work on a few more features. -- Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message beca

{GSoC 2008} Django-Newcomments Suggestions Solicited

2008-06-30 Thread Thejaswi Puthraya
/2cf9d0170883d73e [2] http://code.google.com/p/django-newcomments [3] http://thejaswi.puthraya.googlepages.com/my_patch_5.diff (patch against current trunk of newcomments) -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~~---~--~~ You received this message because

Re: RFC: Django 1.0 roadmap and timeline

2008-06-14 Thread Thejaswi Puthraya
list that Jacob wrote about sorted). I would also love people to suggest new features or code changes apart from help during sprints. -- Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Dja

Re: {GSoC 2008}Django-Newcomments : A preview

2008-05-25 Thread Thejaswi Puthraya
n custom comments using the same templatetags (or your own). -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group

Re: {GSoC 2008}Django-Newcomments : A preview

2008-05-25 Thread Thejaswi Puthraya
On May 23, 5:00 pm, akaihola <[EMAIL PROTECTED]> wrote: > So it would be great to have the flexibility to make both approaches > possible. Now it is possible to do both. -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~~---~--~~

Re: {GSoC 2008}Django-Newcomments : A preview

2008-05-25 Thread Thejaswi Puthraya
chronological order. Also included a demo...check out http://sandbox.thejaswi.info/example5/authors/1/ > I'll try to play around with your project when I get the time :) > > good luck, Thanks...wish you the same for your project. -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--

{GSoC 2008}Django-Newcomments : A preview

2008-05-22 Thread Thejaswi Puthraya
that newforms-admin would cover after it supports model- inheritance. Till then an abstract model designer cannot pass on a neat admin UI to the user :( Please do let me know of any suggestions/criticisms and/or feedback. -- Cheers Thejaswi Puthraya http://thejaswi.info

Re: drop down box in django-admin interface UI?

2008-05-22 Thread Thejaswi Puthraya
ame. > > what modification are required for the same in model. This is a list dedicated for the development of django and not for general usage questions. Please take your discussion to the django- users mailing list. -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~-

Re: Manager-model reassignment on abstract subclassing

2008-05-17 Thread Thejaswi Puthraya
quirks with Abstract Models which I was assured were trivial and would be done with the nfa merge. -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develop

Re: Manager-model reassignment on abstract subclassing

2008-05-16 Thread Thejaswi Puthraya
flimsy, as we probably shouldn't have to make this check at > all. > > As far as I can tell, this can't be done in ModelBase.__new__, as the > reference is not yet set and therefore can't be checked. > > Thoughts? Suggestions? > > [1]http://code.djangopro

Re: GSoC 2008: Rewrite the Django Comments framework - Django Newcomments

2008-04-22 Thread Thejaswi Puthraya
On Apr 22, 12:15 pm, SmileyChris <[EMAIL PROTECTED]> wrote: > On Apr 22, 1:15 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> > wrote: > > > Hello Django Developers, > > > I plan to assist Jacob complete a major portion of the ToDo [1] list > > that he has a

GSoC 2008: Rewrite the Django Comments framework - Django Newcomments

2008-04-21 Thread Thejaswi Puthraya
for Version one of django: http://code.djangoproject.com/wiki/VersionOneFeatures I will soon update you folks with more details about my project after discussions with my mentor. Also wishing luck to all my fellow SoCers. Have a great summer!!! -- Cheers Thejaswi Puthraya http://thejaswi.info

Re: Unfair ticket management

2008-03-31 Thread Thejaswi Puthraya
On Mar 31, 9:08 pm, Ivan Illarionov <[EMAIL PROTECTED]> wrote: > On Mar 31, 7:36 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> > wrote:> First, I am very sorry to have caused so much of pain to you. I > > totally overlooked your ticket (just missed it) in an urge to >

Re: GSoC Proposal: PAM Auth backend for Django

2008-03-28 Thread Thejaswi Puthraya
On Mar 29, 6:44 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! > > On Mar 27, 3:12 pm, Thejaswi Puthraya <[EMAIL PROTECTED]> > wrote:> May 27th - June 10th : Work on the bindings > > There already exist new pam bindings based on > ctypes:

GSoC Proposal: PAM Auth backend for Django

2008-03-27 Thread Thejaswi Puthraya
On Mar 27, 7:07 am, Thejaswi Puthraya <[EMAIL PROTECTED]> wrote: > On Mar 26, 10:04 pm, "Sage La Torra" <[EMAIL PROTECTED]> wrote: > > > Thanks for the proposal! > > > For what it's worth, I'm not a Django mentor, but I am a two-time > >

Re: PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
n the list. Just have to confirm when my exams end (I guess may 5th or 9th), so that I can start coding before GSoC starts ;-) -- Cheers Thejaswi Puthraya http://thejaswi.info/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[GSoC Proposal] PAM Auth backend for Django

2008-03-26 Thread Thejaswi Puthraya
f becoming the defacto framework for building web-based GUI for system services based on PAM. * Authentication against popular authentication protocols like RADIUS, Kerberos etc. * Multi-platform deployment on Linux, Solaris, BSD etc. -- Cheers Thejaswi Puthraya http://the

Button on website to show version of trunk

2008-02-13 Thread Thejaswi Puthraya
. Such small cosmetic changes will help in the promotion of Django and people will give it a proper look (and will not cite the version as the reason for not giving it a try). If sufficient people are up for this we could open a ticket and get this change done. -- Cheers Thejaswi Puthraya http

Re: Django weekly updates?

2007-12-14 Thread Thejaswi Puthraya
> Wow, that's great. Sounds good too. If we did set up a mailing list > we all could collaborate on the changeset picks, blog post picks, etc. Why not have something like digg? True user generated democracy :) Cheers Thejaswi Puthraya http://thejasw

Re: Template variables in filter arguments not parsed correctly

2007-11-04 Thread Thejaswi Puthraya
mind. > You are trying to do something that is out of scope for the template > system. You cannot use variables inside other variables. Looks like I got too many things wrong. Thanks for pointing it out. -Thejaswi Puthraya --~--~-~--~~~---~--~~ You rec

Template variables in filter arguments not parsed correctly

2007-11-03 Thread Thejaswi Puthraya
opened a ticket and here it is http://code.djangoproject.com/ticket/5874 Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ 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@go

Re: Add Persian Local language file

2007-10-06 Thread Thejaswi Puthraya
nd you'll get a better response. http://groups.google.com/group/django-i18n/ Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, s

Re: Would a web search be a good addition to the contribs framework?

2007-10-02 Thread Thejaswi Puthraya
eb-framework without showing bias to any database, external apps etc. To use the Yahoo Web API's and then incorporate them as contrib apps would not be recommended. I would agree with Russell Keith-Magee on Django's philosophy to accept contrib app

Re: django,contrib.admin and validation

2007-09-14 Thread Thejaswi Puthraya
details http://code.google.com/p/django-check-constraints/wiki/Features Hope it helps. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to

Re: newforms with model or database level validation

2007-09-05 Thread Thejaswi Puthraya
eck.html Hope you find it useful. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ 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@googlegr

Django Check Constraints Update

2007-08-24 Thread Thejaswi Puthraya
but will give an error when a row is created or edited. I am trying to figure out if I should add validation in my app by which the above code snippet when run should generate an error. The next item on my to-do list is to integrate django check constraints with newforms-admin. Cheers Thejasw

Re: validation aware models? or check constraints?

2007-08-21 Thread Thejaswi Puthraya
project is too too young to be merged. I would love if people like you come forward and use the project and give me feedback. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers&

Re: GSoC Update: [Check Constraints] Django Developers stump me, Final Update as GSoC Project

2007-08-19 Thread Thejaswi Puthraya
ldly off course from their titles). Woops...looks like I overlooked the threadso a warning was given and I missed it. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develo

GSoC Update: [Check Constraints] Django Developers stump me, Final Update as GSoC Project

2007-08-19 Thread Thejaswi Puthraya
given me this idea at the start of Summer of Code. Hope you use and love Django-Check-Constraints http://code.google.com/p/django-check-constraints PS: Don't mistake this for my last mailI hope to contribute lot more to Django...and would like to sign off by screaming "DJ

GSoC Update: [Check Constraints] Datetime,Time,i18n support and PEP-8 Compliant

2007-08-13 Thread Thejaswi Puthraya
post http://thejuhyd.blogspot.com/2007/08/django-newforms-and-django-check.html For the last week, I will work on catching bugs and fixing them and probably writing more documentation and test applications. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You

Re: Oracle and Unicode Errors

2007-08-03 Thread Thejaswi Puthraya
> Can you please file a ticket so we don't loose this? Ticket filed: http://code.djangoproject.com/ticket/5075 Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developer

Oracle and Unicode Errors

2007-08-03 Thread Thejaswi Puthraya
ed code.djangoproject.com for any similar problems but was unsuccessful and hence have posted it in the list. Hope you address the problem (if it is a problem) at the earliest. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are s

GSoC Update: [Check Constraints] New features and using it with Newforms.

2007-07-25 Thread Thejaswi Puthraya
eck Constraints http://thejuhyd.blogspot.com/2007/07/django-newforms-and-django-check.html This week I will work on adding support for the datetime field and decide on whether to support the upper and lower functions. Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~

GSoC Update: [Check Constraints] Unicode Compatible, Doctests and a lot more...

2007-07-12 Thread Thejaswi Puthraya
, I had the opportunity to make the project unicode compatible. I also wrote doctests this week. Hope you folks use the project (and love it) and let me know of your suggestions. Cheers Thejaswi Puthraya http://code.google.com/p/django-check-constraints

GSoC Update: [Check Constraints] Testing and some regular stuff

2007-07-05 Thread Thejaswi Puthraya
method is called.). Please help resolve this confusion. The project hosting page is at http://code.google.com/p/django-check-constraints Cheers Thejaswi Puthraya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "D

Re: GSoC Update: [Check Constraints] Finally Some Code and Screencasts

2007-06-22 Thread Thejaswi Puthraya
By the way, the project is at http://code.google.com/p/django-check-constraints --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

GSoC Update: [Check Constraints] Finally Some Code and Screencasts

2007-06-22 Thread Thejaswi Puthraya
nd useful. Thanking You Thejaswi Puthraya --~--~-~--~~~---~--~~ 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 fro

Re: GSoC Update: Implementing Check Constraints

2007-06-15 Thread Thejaswi Puthraya
I have updated the Features Wiki Page. Here is the features page: http://code.google.com/p/django-check-constraints/wiki/Features and the project page at: http://code.google.com/p/django-check-constraints Thanking You Thejaswi Puthraya

GSoC Update: Implementing Check Constraints

2007-06-15 Thread Thejaswi Puthraya
method requires the user to add the constraints in the Meta Class (in the django.db.models.options.py rather than as a field (as in the former method)). There are small API changes and the Features Wiki will be updated soon. Also I plan to start uploading the patches soon. Thanking You Thejaswi

GSoC 2007: Check Constraints Update

2007-06-06 Thread Thejaswi Puthraya
(Totally neglected it...extremely sorry). Thanking You Thejaswi Puthraya http://thejuhyd.blogspot.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djang