Re: It is real to add ticket #8054 to 1.3 milestone?

2010-10-13 Thread Alex Kamedov
ibility in writing docs is here http://code.djangoproject.com/wiki/ListColumns For more examples see folder admin_listcolumn in regression tests provided by last my patch. Cheers, Alex Kamedov On Wed, Oct 13, 2010 at 2:12 AM, Gabriel Hurley wrote: > Hi alekam, > > This is certainly the

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-10-26 Thread Alex Kamedov
Can anybody rewiew the patch? On Wed, Oct 13, 2010 at 6:35 PM, Alex Kamedov wrote: > Hi All, > > I uploaded patch with tests and little improvements > > http://code.djangoproject.com/attachment/ticket/8054/8054-list-column.5.diff > I think it ready for review. > > I real

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-10-28 Thread Alex Kamedov
Hi All. Big thanks to response! > Am I correct and the goal is only to change list_display syntax? > Yes, I don't see any other goal either, so I have controversial > feelings about the issue. > It has only syntax sugar, but that sugar is very sweet. Hm. Yes, it provide only syntax sugar. But ver

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-11-03 Thread Alex Kamedov
committed. > Hm. In this case why this ticket is on accepted triage stage and assigned on the one from core team developers a long time? It is my first experience to send my code in this community, this ticket was related to my needs, and I followed only instructions from official Django docum

Re: It is real to add ticket #8054 to 1.3 milestone?

2010-11-03 Thread Alex Kamedov
I've tried communicate with Brian via email before start discussion here. I take the email address from his github account. In email I ask he about his plans on this ticket, but don't get reply. Originally I need to add some customization to admin change list requested by my clients. It's possible

Relation between models of different applications

2010-11-18 Thread Alex Kamedov
specified in project settings. Proposed changes in project settings to register installed applications: install_applications( 'django.contrib.contenttypes', 'django.contrib.sessions', ... auth = 'django.contrib.auth', ... ) install_applications add

Re: Relation between models of different applications

2010-11-19 Thread Alex Kamedov
Thank you, Gabriel. This link is really useful. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubs

app loading

2011-01-02 Thread Alex Kamedov
Hi all! Happy new year! Sorry for my bad english. On this weekend I reviewed app-loading branch[1] and want to propose some improvements. Now app-loading branch resolve how to load application, store its meta data and load its models. I plan to extend it to get simple way for replacing the same t

Re: app loading

2011-01-02 Thread Alex Kamedov
2011/1/2 Łukasz Rekucki > > What about application order? It's important in some parts of Django, > like template loading order. Can you describe this problem with more details? Usualy each applications has own path for its templates. > For backward compatibility it checks on setting load stage

Re: app loading

2011-01-02 Thread Alex Kamedov
x27;)), ... ) 2011/1/3 Łukasz Rekucki > On 2 January 2011 19:27, Alex Kamedov wrote: > > > > 2011/1/2 Łukasz Rekucki > >> > >> What about application order? It's important in some parts of Django, > >> like template loading order. > >

Re: app loading

2011-01-06 Thread Alex Kamedov
485879/ > [1]: http://groups.google.com/group/django-developers/msg/fd2e3bc0593f4158 > > On Sun, Jan 2, 2011 at 12:17 PM, Alex Kamedov wrote: > >> Hi all! Happy new year! >> Sorry for my bad english. >> >> On this weekend I reviewed app-loading branch[1] and want to pro

Re: Status of InstalledAppsRevision, soc2010/app-loading branch?

2011-01-20 Thread Alex Kamedov
pp-loading-updated) and try to run tests provided with django. Many of them not passed. Cheers! -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: [Django Design] Inline debugging

2011-02-09 Thread Alex Kamedov
bed 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 > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at >

Re: Inline debugging

2011-02-10 Thread Alex Kamedov
he 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 > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.

Re: Default project layout / directory structure

2011-03-17 Thread Alex Kamedov
; Also to suggest a preferred media structure or not- at least a >> > centralised uploads / var media folder would be good practice I think, >> > at least from provisioning and permissions etc point of view. >> > >> > Thoughts? These are just a few suggestions to get

Re: Complains about FileField not deleting files in 1.3.

2011-03-28 Thread Alex Kamedov
ore options, visit this group at > http://groups.google.com/group/django-developers?hl=en. > > -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: Proposal: make 1.4 more explicit

2011-03-31 Thread Alex Kamedov
http://code.djangoproject.com/browser/django/branches/soc2010/app-loading/tests/appcachetests <http://code.djangoproject.com/browser/django/branches/soc2010/app-loading/tests/appcachetests> -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscrib

Ability to change dismissRelatedLookupPopup on my own callback function

2011-06-12 Thread Alex Kamedov
llback" to changelist view. What are you think about this? If this solution was accepted I can write patch and tests for it. Cheers! -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" gro

Re: Ability to change dismissRelatedLookupPopup on my own callback function

2011-06-13 Thread Alex Kamedov
n.templatetags.admin_list.items_for_result - django.contrib.admin.views.main.ChangeList.__init__ Cheers! -- Alex Kamedov skype: kamedovwww: kamedov.ru -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this gro

Re: Ability to change dismissRelatedLookupPopup on my own callback function

2011-06-14 Thread Alex Kamedov
eat idea! I would certainly benefit from it. > > > > It might be worth considering if there are any methods for passing a > > callback function that are better than GET parameters—though I can't > > think of any off the top of my head. > > > > H. > > &

Re: Ability to change dismissRelatedLookupPopup on my own callback function

2011-06-14 Thread Alex Kamedov
I create ticket and upload patch. https://code.djangoproject.com/ticket/16260 On Tue, Jun 14, 2011 at 5:18 PM, Alex Kamedov wrote: > Thank you for sharing good solution, Gregor! > Your solution works great if you has one related lookup. If you need work > with some related fields you m

Re: FYI: added a proper "easy" field to Trac

2011-06-15 Thread Alex Kamedov
gle Groups > "Django developers" group. > To post to this group, send email to django-developers@googlegroups.com. > To unsubscribe from this group, send email to > django-developers+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.goog

Re: FYI: added a proper "easy" field to Trac

2011-06-15 Thread Alex Kamedov
Django documentation page Contributing to Django [1] has the same problem too [1] https://docs.djangoproject.com/en/1.3/internals/contributing/ On Wed, Jun 15, 2011 at 10:47 PM, Alex Kamedov wrote: > Wiki StartPage [1] has link on Custom Query page with keyword tag > "easy-pickings&

Re: FYI: added a proper "easy" field to Trac

2011-06-16 Thread Alex Kamedov
this page" button isn't shown for me on Wiki Start page. -- Alex Kamedov skype: kamedovwww: kamedov.ru -- 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@googl

Ticket #6362

2011-06-27 Thread Alex Kamedov
/ticket/6362 [2] https://code.djangoproject.com/attachment/ticket/6362/6362.diff [3] https://code.djangoproject.com/attachment/ticket/6362/6362-default-for-ChadFields.diff [4] https://github.com/alekam/django/tree/tiket-6362 [5] https://github.com/alekam/django/tree/tiket-6362-1.3.x Cheers! -- Alex

Re: Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2011-07-14 Thread Alex Kamedov
group at > >> http://groups.google.com/group/django-developers?hl=en. > >> > > > > > > > > -- > > Best regards, Yuri V. Baburov, Skype: yuri.baburov, MSN: bu...@live.com > > > > -- > > You received this message because you are subscribe