Re: [Django] #11210: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide

2009-05-26 Thread Django
#11210: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide --+- Reporter: Travis Jeffery | Owner: nobody

[Django] #11211: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide

2009-05-26 Thread Django
#11211: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide -+-- Reporter: Travis Jeffery | Owner: nobody Status: new

[Django] #11210: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide

2009-05-26 Thread Django
#11210: Add GMarkerOptions: clickable, bouncy, dragCrossMove, bounceGravity, autoPan and hide -+-- Reporter: Travis Jeffery | Owner: nobody Status: new

[Django] #11209: connection.queries reports different SQL query than MySQL log

2009-05-26 Thread Django
#11209: connection.queries reports different SQL query than MySQL log --+- Reporter: creecode | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10966: Management module imports project_module, considered evil

2009-05-26 Thread Django
#10966: Management module imports project_module, considered evil -+-- Reporter: patrys | Owner: nobody Status: new | Milestone: Component: Core

Re: [Django] #6896: Add ability to store only relative paths in a FilePathField

2009-05-26 Thread Django
#6896: Add ability to store only relative paths in a FilePathField +--- Reporter: graham.carl...@maplecroft.com | Owner: nobody Status: new| Milestone:

Re: [Django] #10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager'

2009-05-26 Thread Django
#10405: quoted class names in foreign key definition causes 'str' object has no attribute '_default_manager' ---+ Reporter: danbrwn | Owner: mitsuhiko Status:

Re: [Django] #11143: AttributeError: 'str' object has no attribute '_default_manager'

2009-05-26 Thread Django
#11143: AttributeError: 'str' object has no attribute '_default_manager' +--- Reporter: camilonova | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #10922: Model formsets - matching POST data to model instances is fragile

2009-05-26 Thread Django
#10922: Model formsets - matching POST data to model instances is fragile -+-- Reporter: kmtracey| Owner: nobody Status: new | Milestone: 1.1 Component: Forms

Re: [Django] #10784: list_editable will not work for the default ordering field.

2009-05-26 Thread Django
#10784: list_editable will not work for the default ordering field. --+- Reporter: andreplebl...@gmail.com | Owner: nobody Status: closed | Milestone: 1.1

Re: [Django] #10922: Model formsets - matching POST data to model instances is fragile

2009-05-26 Thread Django
#10922: Model formsets - matching POST data to model instances is fragile -+-- Reporter: kmtracey| Owner: nobody Status: new | Milestone: Component: Forms

Re: [Django] #3472: Convince send_mail to not base64-encode the email

2009-05-26 Thread Django
#3472: Convince send_mail to not base64-encode the email --+- Reporter: Matthias Urlichs | Owner: adrian Status: closed |

Re: [Django] #3472: Convince send_mail to not base64-encode the email

2009-05-26 Thread Django
#3472: Convince send_mail to not base64-encode the email --+- Reporter: Matthias Urlichs | Owner: adrian Status: reopened |

Re: [Django] #11123: Irish localflavor

2009-05-26 Thread Django
#11123: Irish localflavor -+-- Reporter: mt | Owner: nobody Status: new | Milestone: Component:

[Changeset] r10844 - in django/branches/releases/1.0.X: . docs/intro

2009-05-26 Thread noreply
Author: kmtracey Date: 2009-05-26 11:48:49 -0500 (Tue, 26 May 2009) New Revision: 10844 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/intro/tutorial01.txt Log: [1.0.X] Fixed #11205 -- Made the links to the str method description look the same as the links

[Changeset] r10843 - django/trunk/docs/intro

2009-05-26 Thread noreply
Author: kmtracey Date: 2009-05-26 11:46:56 -0500 (Tue, 26 May 2009) New Revision: 10843 Modified: django/trunk/docs/intro/tutorial01.txt Log: Fixed #11205 -- Made the links to the str method description look the same as the links to the unicode method description in the tutorial part 1.

Re: [Django] #11205: Tutoria Page 1: django.db.models.Model.__str__() used instead of __str__()

2009-05-26 Thread Django
#11205: Tutoria Page 1: django.db.models.Model.__str__() used instead of __str__() --+- Reporter: WickedMetalHead | Owner: kmtracey Status: assigned | Milestone:

Re: [Django] #11202: Minor error in faq/install

2009-05-26 Thread Django
#11202: Minor error in faq/install +--- Reporter: waltercruz | Owner: nobody Status: closed | Milestone: 1.1 Component: Documentation | Version: 1.0

[Changeset] r10842 - in django/branches/releases/1.0.X: . docs/faq

2009-05-26 Thread noreply
Author: kmtracey Date: 2009-05-26 11:33:10 -0500 (Tue, 26 May 2009) New Revision: 10842 Modified: django/branches/releases/1.0.X/ django/branches/releases/1.0.X/docs/faq/install.txt Log: [1.0.X] Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer the recommended

[Changeset] r10841 - django/trunk/docs/faq

2009-05-26 Thread noreply
Author: kmtracey Date: 2009-05-26 11:27:12 -0500 (Tue, 26 May 2009) New Revision: 10841 Modified: django/trunk/docs/faq/install.txt Log: Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer the recommended deployment option, in favor of more general pointers to the

Re: [Django] #10922: Model formsets - matching POST data to model instances is fragile

2009-05-26 Thread Django
#10922: Model formsets - matching POST data to model instances is fragile -+-- Reporter: kmtracey| Owner: nobody Status: new | Milestone: Component: Forms

Re: [Django] #11058: list_display_links doesn't allow callables not defined in the model

2009-05-26 Thread Django
#11058: list_display_links doesn't allow callables not defined in the model ---+ Reporter: dvine | Owner: nobody Status: new | Milestone:

Re: [Django] #9459: forms.DateTimeField() rendered with HiddenInput looses microseconds

2009-05-26 Thread Django
#9459: forms.DateTimeField() rendered with HiddenInput looses microseconds ---+ Reporter: guettli | Owner: nobody Status: new | Milestone: Component: Forms |

Re: [Django] #11208: implemented rapidsms using django but gui is not opening

2009-05-26 Thread Django
#11208: implemented rapidsms using django but gui is not opening +--- Reporter: santhoshi | Owner: nobody Status: closed | Milestone: Component: Uncategorized

[Django] #11208: implemented rapidsms using django but gui is not opening

2009-05-26 Thread Django
#11208: implemented rapidsms using django but gui is not opening ---+ Reporter: santhoshi | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.0

Re: [Django] #3397: [patch] Allow DB-level ordering by non-fields in admin list view

2009-05-26 Thread Django
#3397: [patch] Allow DB-level ordering by non-fields in admin list view ---+ Reporter: marc...@elksoft.pl| Owner: nobody Status: reopened | Milestone:

[Django] #11207: On lighttpd using scgi, the value of self.path_info and self.path in wsgi.py was exchanged.

2009-05-26 Thread Django
#11207: On lighttpd using scgi, the value of self.path_info and self.path in wsgi.py was exchanged. +--- Reporter: lizziesky | Owner: nobody Status: new

Re: [Django] #10784: list_editable will not work for the default ordering field.

2009-05-26 Thread Django
#10784: list_editable will not work for the default ordering field. --+- Reporter: andreplebl...@gmail.com | Owner: nobody Status: reopened | Milestone: 1.1