Let's make it green

2011-03-05 Thread ckar...@googlemail.com
add add Python3 support for Django :-) http://python3wos.appspot.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to

Re: GeoDjango admin and data reprojection

2011-01-22 Thread ckar...@googlemail.com
Why you quote your SRID? AFAIK it should be an integer. Post your questing in the GeoDjango mailing list again. On 21 Jan., 13:06, Luca Casagrande wrote: > Hello everybody, > I have simple model defined like this: > class point(models.Model): >     geom =

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2011-01-21 Thread ckar...@googlemail.com
Vovk Donets <donets.vladi...@gmail.com> > wrote: > > > 2011/1/17 ckar...@googlemail.com <ckar...@googlemail.com> > > >> Sry for the wrong url. It's now > >>http://g2007.ch/media/static/uploads/django.pdf > > > Great work, many thanks! > &

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2011-01-17 Thread ckar...@googlemail.com
Sry for the wrong url. It's now http://g2007.ch/media/static/uploads/django.pdf On 13 Jan., 19:53, "ckar...@googlemail.com" <ckar...@googlemail.com> wrote: > Better use this url:http://riesenhirni.de/media/static/uploads/django.pdf > > On 13 Jan., 19:47, "

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2011-01-13 Thread ckar...@googlemail.com
Better use this url: http://riesenhirni.de/media/static/uploads/django.pdf On 13 Jan., 19:47, "ckar...@googlemail.com" <ckar...@googlemail.com> wrote: > Brand new @http://karrié.de/media/static/uploads/django.pdf > > On 27 Dez. 2010, 22:58, "ckar...@googlem

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2011-01-13 Thread ckar...@googlemail.com
Brand new @ http://karrié.de/media/static/uploads/django.pdf On 27 Dez. 2010, 22:58, "ckar...@googlemail.com" <ckar...@googlemail.com> wrote: > Current Doc:http://ubuntuone.com/p/Vb6/(Is's 1.3.0 Beta 1 now [1]) > > Changelog according to [2] > > [1]http://code.dj

Re: Date Error in Admin Form

2010-12-29 Thread ckar...@googlemail.com
om=olddocs#date-... > > Rgds, > Marcos > > On Wed, Dec 29, 2010 at 1:39 PM, ckar...@googlemail.com < > > > > ckar...@googlemail.com> wrote: > > Hi everybody, > > > I'm getting a strange error with a datefield in the django admin. > > > My Settings: > &

Date Error in Admin Form

2010-12-29 Thread ckar...@googlemail.com
Hi everybody, I'm getting a strange error with a datefield in the django admin. My Settings: · TIME_ZONE = 'Europe/Berlin' · LANGUAGE_CODE = 'de-DE' · USE_I18N = True The according models.py entry: zeithorizont = models.DateField(blank=True, null=True) Screenshot (german):

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2010-12-27 Thread ckar...@googlemail.com
Current Doc: http://ubuntuone.com/p/Vb6/ (Is's 1.3.0 Beta 1 now [1]) Changelog according to [2] [1] http://code.djangoproject.com/changeset/15066/django/trunk?old=14893#file36 [2] http://code.djangoproject.com/changeset/15066/django/trunk/docs?old=14893_path=django%2Ftrunk%2Fdocs -- You

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2010-12-02 Thread ckar...@googlemail.com
Current Doc: http://ubuntuone.com/p/Rmu/ Changelog: Udocs/topics/i18n/internationalization.txt Udocs/releases/1.3.txt Udocs/releases/1.3-alpha-2.txt Udocs/ref/contrib/admin/index.txt Udocs/ref/request-response.txt Udocs/ref/databases.txt -- You received this message

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2010-11-30 Thread ckar...@googlemail.com
Of course I will do upgrade the doc. BTW: Latest doc from SVN: http://ubuntuone.com/p/RY1/ On 30 Nov., 07:00, derek <gamesb...@gmail.com> wrote: > Hmm.  So you're not planning to upgrade the doc when the final release > is made...?! > > On Nov 25, 4:22 pm, "ckar..

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2010-11-25 Thread ckar...@googlemail.com
Okay, please remind me ;-) On 25 Nov., 09:38, derek <gamesb...@gmail.com> wrote: > Please post a link to the PDF when the final release is available. > > On Nov 21, 7:38 pm, "ckar...@googlemail.com" <ckar...@googlemail.com> > wrote: > > > > > >

Current Django 1.3 Alpha 2 Documentation as PDF

2010-11-21 Thread ckar...@googlemail.com
Are you interested in the current Django 1.3 Alpha 2 documentation as PDF? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: Current Django 1.3 Alpha 2 Documentation as PDF

2010-11-21 Thread ckar...@googlemail.com
Sry for dublepost. For those who don't want to install all the *tex* libraries. Here is the link: http://ubuntuone.com/p/QFl/ Have fun with printing and reading ;-) On 21 Nov., 18:00, "ckar...@googlemail.com" <ckar...@googlemail.com> wrote: > Are you interested in the current

Re: Howto crypt forms in Django?

2010-11-01 Thread ckar...@googlemail.com
you want to protect against CSRF, then see: > > http://docs.djangoproject.com/en/dev/ref/contrib/csrf/ > > Hope this helps. > > Cal > > On 01/11/2010 11:19, ckar...@googlemail.com wrote: > > > Hi everybody, > > > is there a way not to send form data in plain-text

Re: Howto crypt forms in Django?

2010-11-01 Thread ckar...@googlemail.com
Okay , thank you all. Christian On 1 Nov., 12:45, Jirka Vejrazka wrote: > > is there a way not to send form data in plain-text format? I've found > > jCryption for PHP ("In short words jCryption is a javascript HTML-Form > > encryption plugin, which encrypts the

Re: Howto crypt forms in Django?

2010-11-01 Thread ckar...@googlemail.com
No, no SSL, no HTTPS. Just client side and server side decryption/ encryption. On 1 Nov., 12:22, What you get is Not what you see <wygin...@gmail.com> wrote: > Using https connection? > > On Mon, Nov 1, 2010 at 1:19 PM, ckar...@googlemail.com < > > ckar...@googlemail.com&

Howto crypt forms in Django?

2010-11-01 Thread ckar...@googlemail.com
Hi everybody, is there a way not to send form data in plain-text format? I've found jCryption for PHP ("In short words jCryption is a javascript HTML-Form encryption plugin, which encrypts the POST/GET-Data that will be sent when you submit a form."). Is there a way to crypt data without using

Re: need help: unique_together in both directions

2009-08-31 Thread ckar...@googlemail.com
Thank you, I have "solved" this with a custom Form method, that's not very clean, but I works so far. Chris On 29 Aug., 20:23, Matthias Kestenholz <matthias.kestenh...@gmail.com> wrote: > On Sat, Aug 29, 2009 at 7:51 PM, > > ckar...@googlemail.com<ckar...@googlem

Re: need help: unique_together in both directions

2009-08-29 Thread ckar...@googlemail.com
Really no ideas? Chris On 25 Aug., 21:25, "ckar...@googlemail.com" <ckar...@googlemail.com> wrote: > Hi, > > first, my models: > > class Connection(models.Model): >     p1 = models.ForeignKey(SinglePoint, related_name='p1_set', > help_text="Punkt 1&

need help: unique_together in both directions

2009-08-25 Thread ckar...@googlemail.com
Hi, first, my models: class Connection(models.Model): p1 = models.ForeignKey(SinglePoint, related_name='p1_set', help_text="Punkt 1") p2 = models.ForeignKey(SinglePoint, related_name='p2_set', help_text="Punkt 2") ... class Meta: unique_together = (('p1',

Re: Retaining POST DATA

2009-07-21 Thread ckar...@googlemail.com
You should define in your template or view to enable/disable the submit button if the user is logged in/logged out before sending POST Data. But I think there should be a way to this what you want ;-) On Jul 21, 7:57 am, Raashid Malik wrote: > hi all, > >   I am sending POST

SpatialRefSys

2009-07-21 Thread ckar...@googlemail.com
Hi, i've posted this question already in the geodjango-group (http:// groups.google.com/group/geodjango/browse_thread/thread/ 844c8c601f24cdf9?hl=en) but I think this should be a general django question. I have in my models: class PointClass(...): srid =