Posts Tagged ‘ re-django-and-ldap ’

Django tips: Tech Model: Question about Django ORM

February 23, 2010
By

Django tips : Tech Model. Tuesday, February 23, 2010. Question about Django ORM. Hello,. I have question about type of design patterns using in Django ORM. It is: Table Data Gateway, Row Data Gateway, Active Record or Data Mapper? ...

Read more »

Django tips: Tech Model: IP address and NetScaler application …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. IP address and NetScaler application delivery device. I'm running a Django/Pinax website (www.mathtran.org) whose host wishes to move it to the NetScaler application delivery device. ...

Read more »

Django tips: Tech Model: allowing other chars in User.username

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. allowing other chars in User.username. what are security concerns if username is allowed to contain chars like ".,;-() " and non-ascii alphabet letters? will orm still properly escape ...

Read more »

Django tips: Tech Model: Re: Othogonal aspects to models

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. Re: Othogonal aspects to models. Thanks Shawn - but James' talk is exactly what got me into this mess :-) I'm aware of the possibility of specifying the model to be used as a ...

Read more »

Django tips: Tech Model: what is up with InternalError current …

February 22, 2010
By

Django tips : Tech Model. Monday, February 22, 2010. what is up with InternalError current transaction is aborted, commands ignored until end of transaction block. I have search far and wide for some help regarding the Internal Error ...

Read more »

Django tips: Tech Model: django and its interactive shell on osx

February 22, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. django and its interactive shell on osx. Hi All,. I'm on osx 10.6.x (system python, django trunk, ipython from bazar repository) tring to run the django shell i have : ...

Read more »

Django tips: Tech Model: django and caching

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. django and caching. hi folks, a little question: when using any caching mechanism (say, memcache) with django, how does django know when to "refresh" the cache? a scenario for example: ...

Read more »

Django tips: Tech Model: Overriding widget for forms …

February 21, 2010
By

skip to main | skip to sidebar. Django tips : Tech Model. Sunday, February 21, 2010. Overriding widget for forms.ModelMultipleChoiceField in ModelForm. Does anybody know how to make this? This variant: ...

Read more »

Django tips: Tech Model: Re: formatting results of search

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: formatting results of search. On wo, 2010-02-17 at 05:32 -0800, gintare wrote: > @@in *.html > @@using line {{ word|escape }} > > @@i am getting printed answer :(u'moi',) ...

Read more »

Django tips: Tech Model: Re: django and caching

February 21, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: django and caching. Thanks for the replies folks, you've been very helpful. One more question though - I didn't find any "official" way to clear the cache of a certain object. ...

Read more »