Re: High Level Discussion about the Future of Django

2010-04-14 Thread veena
Thanks for opening this discussion. Am I only one who see the django improvement process too slow? I mean refactoring, decoupling and making code more reusable in the time when we realize that previous design has too much constraints and there should be better design now. I know there's django de

Re: Suggestion: DictionaryField

2010-01-22 Thread veena
Hi, I must correct my post. When I used "default" option I mean "choices" option. On 18 led, 22:23, Михаил Лукин wrote: > There is no need in ENUM functionality since 'choices=' option exists. I must disagree with you. It looks like choices emulate ENUM but it's not true. What's not supported: -

Re: Suggestion: DictionaryField

2010-01-18 Thread veena
Hi, for me it has a big WTF factor. Automatically created tables according to field. As DirectoryField I would suppose behaviour like SET or ENUM fields in MySQL. I hope there are equivalents in other DB storages. Implementation of this types I would appreciate in Django ORM. This doesn't need to

Re: Add querystring helper methods to Page class

2009-12-24 Thread veena
Hi, I need similar functionality so I develop custom tag "qs" wich is not tight to paginator (I don't know if it is better or not) Used that way: params ... dictionary with query string parameters which was prepared in view p ... any amount of other query string parameters as key=value you want

Re: why last_login in django.contrib.auth.models.User cannot be null?

2009-12-16 Thread veena
I already created ticket for this http://code.djangoproject.com/ticket/7220 veena On 14 pro, 23:59, Sergiy Kuzmenko wrote: > I wonder if there is a particular reason why last_login field of  is not > defined as "null=True"? It makes sense to me to have it as null which would

Re: 1.2 Feature Suggestion

2009-10-24 Thread veena
Does the commentators have experience with maintaining the i18n django project? I do and completely agree with Jonas. "Gettext like+Rosetta like" but database driven translation app in Django adminwithout translation-makemessages-compilemessages-restart apache would be helpful. Import from the get

Re: Session/cookie based messages (#4604)

2009-10-10 Thread veena
Today I was on very bad wifi connection. Constantly dropped. 20 seconds to load a page. I save in admin in two tabs and got a notice in one tab from the other tab. But I agree, I defer this "bug" for the first release od django messaging. I think django isn't now in right mood to add there some f

Re: Proposal: Better HTML4 support

2009-09-27 Thread veena
Hi all, my bits to discussion about supporting various (X)HTML versions. 1) Problem with (X)HTML in python code (in applications) I discovered this python package http://pypi.python.org/pypi/html/1.6 It allows you to write "python like HTML syntax" and generates HTML or XHTML. 2) Problem with (

Re: Session/cookie based messages (#4604)

2009-09-22 Thread veena
Hi Tobias, good idea with start a wiki page. I'm not sure if we don't forget one issue. How about same session (or same cookie sent by browser) with simultaneously opened windows of one browser? Then message could appear in different window not the right one where we invoke the event. Is it a pr

Re: Looking for a project

2009-09-21 Thread veena
Hello, I propose the "universal" Task Queue app similiar to one at Google App Engine http://code.google.com/appengine/docs/python/taskqueue/ Universal means to be able to run it on any hosted server where cron is available. Vaclav --~--~-~--~~~---~--~~ You rece

Re: I need a pony: Model translations (aka "my proposal")

2009-08-06 Thread veena
I think if it'd be possible to have only this syntax: from django.contrib.translations import translation translation.register(SomeObj, ['foo']) Veena On Aug 4, 9:45 pm, veena wrote: > Hi David, > I read your first post now. Then I think it could be great solution if

Session namespaces

2009-08-04 Thread veena
I think we could think about implementing of session namespaces in similar way as url namespaces was added in Django 1.1 http://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces The point is to not populate global namespace of sessions by using session variables in various applicatio

Re: I need a pony: Model translations (aka "my proposal")

2009-08-04 Thread veena
#x27;s worth to have this implementation because of other advantages. I must say great thinking out of the box and good work anyway! Veena On 2 srp, 18:49, David Danier wrote: > > I don't research your idea deeply but for first look it seems very > > similar or same t

Re: I need a pony: Model translations (aka "my proposal")

2009-08-01 Thread veena
I don't research your idea deeply but for first look it seems very similar or same to django-multilingual. http://code.google.com/p/django-multilingual/ Veena On 11 čnc, 16:51, David Danier wrote: > Hi Marc, hi Gonzalo, hi django-dev, > > I'm writing this email, because