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
/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
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
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&
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
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
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.
> >
&
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
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
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
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
; 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
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.
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
>
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
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
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.
> >
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
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
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
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
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
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
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
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
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
26 matches
Mail list logo