Re: Differences between Django 1.1 and 1.8

2015-07-21 Thread Lucas Klassmann
ers/10c6bd3e-02cd-4f43-84a2-09d3aebd34f5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com

Re: Alternatives to Django REST Framework

2015-04-09 Thread Lucas Klassmann
sers/CAEH4rCRLGSjfi1G1ToKSPwcAUmsa38vyxp5s%3DnzDgbNqAg4Z1w%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAEH4rCRLGSjfi1G1ToKSPwcAUmsa38vyxp5s%3DnzDgbNqAg4Z1w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/opt

Re: ImageField isn't working

2015-02-19 Thread Lucas Klassmann
roups.com > <https://groups.google.com/d/msgid/django-users/8cf5041c-2ad7-40ec-9243-d4e1a928013e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Lucas Klassmann Desenvolvedor de Software Emai

Re: Many links to one function in url.py

2014-05-21 Thread Lucas Klassmann
eems that I can use this. Hopefully, I can ask > you one more question. > > \d+ is for a int. > is \w+ for a string? > What does \w* mean? I saw it. > > Jun > > 2014年5月21日水曜日 11時49分46秒 UTC+9 Lucas Klassmann: >> >> Hi Jun, >> >> Try this: >>

Re: Many links to one function in url.py

2014-05-20 Thread Lucas Klassmann
*identifier*) Note that *identifier* is a *int* and you must use link as */link/1* Read more: https://docs.djangoproject.com/en/dev/topics/http/urls/ Cheers. -- Lucas Klassmann Software Developer Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com -- You received this messa

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread Lucas Klassmann
Hi, again! Remember to check all releases between is your project version with target version. In your case, check changes in 1.4.2 also. https://docs.djangoproject.com/en/dev/releases/1.4.2/ Cheers On Wed, Apr 16, 2014 at 11:13 AM, Lucas Klassmann wrote: > Hi, > > Check documentati

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread Lucas Klassmann
gle.com/d/msgid/django-users/144f37dc-c60b-4ced-995e-a3b75d6d177f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site:

Re: How to filter queryset object list with matching parameter?

2014-04-15 Thread Lucas Klassmann
is the same error: > > int() argument must be a string or a number, not 'list' > > The id__in is an int argument, but the user_list is a list, I don't see it > matchs. I tried to use *user_list, did not work either. > > > > On Friday, April 11, 2014 8:50

Re: How to override admin field widget?

2014-04-11 Thread Lucas Klassmann
return a string to represent this layout. Also, how to control the size of > the text boxes. > > Thanks again!! > > Mark > > > On Fri, Apr 11, 2014 at 8:05 AM, Lucas Klassmann > wrote: > >> Hi Mark, >> >> Because *TextInput *is a classe inside *forms *

Re: How to override admin field widget?

2014-04-11 Thread Lucas Klassmann
perience for > me! Thanks for your help! > > Mark > > > On Fri, Apr 11, 2014 at 7:37 AM, Lucas Klassmann < > lucasklassm...@gmail.com> wrote: > >> Hi! >> >> I will test you code, but for now, try rewrite the form class, this way: >> >> class

Re: How to override admin field widget?

2014-04-11 Thread Lucas Klassmann
min): > list_display = ('id','location', 'room', 'category', 'description', > 'condition', 'length', 'width', 'height', 'status', 'sale_price', > 'selling_costs', 'debt

Re: Use custom HTML to render forms

2014-04-11 Thread Lucas Klassmann
; > > so how to deal with html tags like and and add them > to the email param > > On Friday, 11 April 2014 12:08:19 UTC+1, Lucas Klassmann wrote: > >> Hi Fred. >> >> You must put {% block %} {% endblock %} in html where you want allow >>

Re: Use custom HTML to render forms

2014-04-11 Thread Lucas Klassmann
egroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/b8c9cb20-87e1-43b3-9238-04683a36aaf4%40googlegroups.

Re: How to filter queryset object list with matching parameter?

2014-04-11 Thread Lucas Klassmann
, nobody wrote: > Hi Lucas, > > > On Friday, April 11, 2014 12:07:02 PM UTC+10, Lucas Klassmann wrote: > >> Hi, >> >> You can use *ID* of object for compare with a list and *IN* : >> >> for user in user_object_list: >> if user.is_loc

Re: How to override admin field widget?

2014-04-10 Thread Lucas Klassmann
qej2MkiPYfjO4afqyWVr587AL5UczhuzJCLhgxeqjda8%2BcDw%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAEqej2MkiPYfjO4afqyWVr587AL5UczhuzJCLhgxeqjda8%2BcDw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.c

Re: How to filter queryset object list with matching parameter?

2014-04-10 Thread Lucas Klassmann
in user_object_list: > if user.is_locked(): > user_exclude_list.append(user.name) > > user_list = user_list.exclude(user__name.icontain=user_exclude_list) > > > Thank you. > > > > > On Friday, April 11, 2014 4:26:23 AM UTC+10, Lucas Klassmann wrote: > >&

Re: How to filter queryset object list with matching parameter?

2014-04-10 Thread Lucas Klassmann
view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAM-7rO2SDDC%2ByLgdx_Jb%3D021gsonaE9MYn8ZcpTgVEqYv_PoiQ%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAM-7rO2SDDC%2ByLgdx_Jb%3D021gsonaE9MYn8ZcpTgVEqYv_PoiQ%40mail.gmail.com?utm_medium=

Re: Django newbie frustrated

2014-02-13 Thread Lucas Klassmann
ango-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/cd8fead4-03e9-43fd-ac95-2751af8f4f56%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Lucas Klassmann Desenvolvedor de Sof

Re: 'Model' object has no attribute 'replace'

2014-02-12 Thread Lucas Klassmann
; For more options, visit https://groups.google.com/groups/opt_out. > -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django newbie frustrated

2014-02-12 Thread Lucas Klassmann
oglegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com -- You received this message because you are subscribed to the Google Groups "D

Re: Django newbie frustrated

2014-02-12 Thread Lucas Klassmann
email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/a1164929-b6aa-4ca8-8dd1-6012a05dfb50%40googlegroups.com > . > > For more options, visit https:

Re: Django newbie frustrated

2014-02-12 Thread Lucas Klassmann
Try change *polls* to *MyDjangoApp.polls* in *INSTALLED_APPS*. -- Lucas Klassmann Desenvolvedor de Software Email: lucasklassm...@gmail.com Web site: http://www.lucasklassmann.com -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django newbie frustrated

2014-02-12 Thread Lucas Klassmann
\my_venv\\lib\\lib-tk', >> 'C:\\Users\\Sean\\my_venv\\Scripts', >> 'C:\\Python27\\Lib', >> 'C:\\Python27\\DLLs', >> 'C:\\Python27\\Lib\\lib-tk', >> 'C:\\Users\\Sean\\my_venv', >> 'C:\\User