Re: Right way to modify contrib auth package?

2013-05-02 Thread Anton Baklanov
be from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users?hl=en. > For more options, visit http

Re: django 1.6.0: admin pages not using unicode methods declared in my model

2012-11-27 Thread Anton Baklanov
Hi Héctor. check this out https://docs.djangoproject.com/en/dev//topics/python3/#str-and-unicode-methods -- Regards, Anton Baklanov -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: django 1.6.0: admin pages not using unicode methods declared in my model

2012-11-26 Thread Anton Baklanov
Hi. I've just checked - it uses __unicode__() to display object names. Please show us your full admin.py and models.py -- Regards, Anton Baklanov -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send

Re: django 1.6.0: admin pages not using unicode methods declared in my model

2012-11-26 Thread Anton Baklanov
__str__ method works fine with python 3. i will continue searching the truth here and will create ticket (if it will be required after finding truth) thanks On Mon, Nov 26, 2012 at 6:56 PM, ajendrex wrote: > Yes, I'm using python 3. I think there is no ticket for this yet, but I > would prefer

Re: django 1.6.0: admin pages not using unicode methods declared in my model

2012-11-26 Thread Anton Baklanov
No need for that. I've reproduced your problem. With python 3 __unicode__ method is ignored. We should search for corresponding ticket on trac, or create new one. On Mon, Nov 26, 2012 at 6:31 PM, Anton Baklanov wrote: > Hi. I've just checked - it uses __unicode__() to display

Re: How to implement a form to update the quantity?

2012-10-01 Thread Anton Baklanov
it *is good idea* to submit... missed some words, lol On Mon, Oct 1, 2012 at 9:52 PM, Anton Baklanov wrote: > it to submit forms with ajax, to not reload entire page every time. > -- Regards, Anton Baklanov -- You received this message because you are subscribed to the Google

Re: How to implement a form to update the quantity?

2012-10-01 Thread Anton Baklanov
support for it out of the box https://docs.djangoproject.com/en/dev/topics/db/models/#extra-fields-on-many-to-many-relationships -- Regards, Anton Baklanov -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-27 Thread Anton Baklanov
sg/django-users/-/EZzlz6iQOGoJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-27 Thread Anton Baklanov
view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/EZzlz6iQOGoJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, vi

Re: skip fixtures loading on 'manage.py test myapp'

2012-08-22 Thread Anton Baklanov
exactly On Wed, Aug 22, 2012 at 2:24 AM, Karen Tracey wrote: > That link doesn't really explain why south would be loading fixtures that > Django itself wouldn't ordinarily load. Unless...do you have migrations > that are loading fixtures? > -- Regards, Anton Baklanov

Re: skip fixtures loading on 'manage.py test myapp'

2012-08-20 Thread Anton Baklanov
and, if anyone is interested, here is the answer - http://south.readthedocs.org/en/latest/settings.html#south-tests-migrate On Mon, Aug 20, 2012 at 7:36 PM, Anton Baklanov wrote: > Hi Melvyn! > > Just tested it on dummy project, and you are right - django itself does > not do anythi

Re: skip fixtures loading on 'manage.py test myapp'

2012-08-20 Thread Anton Baklanov
ces now. Thanks! On Mon, Aug 20, 2012 at 12:01 PM, Melvyn Sopacua wrote: > On 19-8-2012 19:05, Anton Baklanov wrote: > > > When I'm running 'manage.py test myapp' it loads all fixtures that are in > > 'myapp/fixtures' directory. > > Are you su

skip fixtures loading on 'manage.py test myapp'

2012-08-19 Thread Anton Baklanov
Hi! When I'm running 'manage.py test myapp' it loads all fixtures that are in 'myapp/fixtures' directory. And what I want is to find a way to tell django skip this fixtures and instead load some other ones or maybe no fixtures at all for certain tests. Is it possible? --

Re: login or login_decorator issue

2012-08-08 Thread Anton Baklanov
visit >> https://groups.google.com/d/msg/django-users/-/oPmX_2NBchQJ. >> >> To post to this group, send email to django-users@googlegroups.com. >> To unsubscribe from this group, send email to >> django-users+unsubscr...@googlegroups.com. >> For more options, visit this

Re: login or login_decorator issue

2012-08-08 Thread Anton Baklanov
rom this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Regards, Anton Baklanov -- You received this message because you are subscribed to the Google Groups

Re: Working with a Custom, Dynamic Form (using BaseForm)

2012-08-04 Thread Anton Baklanov
sit > https://groups.google.com/d/msg/django-users/-/JMg7nHwI44sJ. > > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > ht

Re: combobox prepopulated to only related objects to "self"

2012-08-01 Thread Anton Baklanov
msg/django-users/-/d3UpfhONEWwJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=

Re: Working with a Custom, Dynamic Form (using BaseForm)

2012-07-31 Thread Anton Baklanov
o-users/-/GkiNhsL225kJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Rega