Re: [Django] #11875: ForeignKey field with blank=True and null=True in list_display breaks admin

2010-02-07 Thread Django
#11875: ForeignKey field with blank=True and null=True in list_display breaks admin ---+ Reporter: skorpan | Owner: djansoft Status: closed

Re: [Django] #11675: [patch] Support new memcached wrapper pylibmc

2010-02-07 Thread Django
#11675: [patch] Support new memcached wrapper pylibmc --+- Reporter: pipp...@yahoo.co.jp | Owner: otherjacob Status: assigned | Milestone: 1.2

Re: [Django] #12808: errorCSRF() got an unexpected keyword argument 'reason'.

2010-02-07 Thread Django
#12808: errorCSRF() got an unexpected keyword argument 'reason'. +--- Reporter: coryjacobsen | Owner: nobody Status: closed | Milestone: 1.2 Component:

Re: [Django] #12239: Float is rounded to integer on queries on integer field

2010-02-07 Thread Django
#12239: Float is rounded to integer on queries on integer field -+-- Reporter: waverider | Owner: nobody Status: new | Milestone: 1.2

Re: [Django] #12812: Inheriting from comments breaks comment moderation

2010-02-07 Thread Django
#12812: Inheriting from comments breaks comment moderation --+- Reporter: Beetle_B | Owner: nobody Status: new | Milestone:

Re: [Django] #12771: Humanize with natural time

2010-02-07 Thread Django
#12771: Humanize with natural time --+- Reporter: phinpho | Owner: anonymous Status: assigned | Milestone: 1.2 Component: Template system | Version:

[Django] #12812: Inheriting from comments breaks comment moderation

2010-02-07 Thread Django
#12812: Inheriting from comments breaks comment moderation -+-- Reporter: Beetle_B | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #12239: Float is rounded to integer on queries on integer field

2010-02-07 Thread Django
#12239: Float is rounded to integer on queries on integer field -+-- Reporter: waverider | Owner: aroy Status: assigned| Milestone: 1.2

Re: [Django] #11875: ForeignKey field with blank=True and null=True in list_display breaks admin

2010-02-07 Thread Django
#11875: ForeignKey field with blank=True and null=True in list_display breaks admin ---+ Reporter: skorpan | Owner: djansoft Status: closed

[Django] #12811: Tutorial suggestion at the end of lesson 2 is inappropriate

2010-02-07 Thread Django
#12811: Tutorial suggestion at the end of lesson 2 is inappropriate ---+ Reporter: bac| Owner: nobody Status: new| Milestone: Component: Documentation | Version:

Re: [Django] #12072: Literal strings containing [, =] break {% url %}.

2010-02-07 Thread Django
#12072: Literal strings containing [,=] break {% url %}. --+- Reporter: emulbreh | Owner: eculver Status: assigned | Milestone: 1.2 Component: Template system

Re: [Django] #12712: syncdb doesn't create tables for m2m through-less fields that are added on the model after the class_prepared signal

2010-02-07 Thread Django
#12712: syncdb doesn't create tables for m2m through-less fields that are added on the model after the class_prepared signal ---+ Reporter: IonelMaries | Owner: nobody

Re: [Django] #12808: errorCSRF() got an unexpected keyword argument 'reason'.

2010-02-07 Thread Django
#12808: errorCSRF() got an unexpected keyword argument 'reason'. +--- Reporter: coryjacobsen | Owner: nobody Status: closed | Milestone: 1.2 Component:

Re: [Django] #12810: ManyToManyField.db_table

2010-02-07 Thread Django
#12810: ManyToManyField.db_table +--- Reporter: strelnikovdmitrij | Owner: nobody Status: new| Milestone: Component: Documentation

[Django] #12810: ManyToManyField.db_table

2010-02-07 Thread Django
#12810: ManyToManyField.db_table ---+ Reporter: strelnikovdmitrij | Owner: nobody Status: new| Milestone: Component: Documentation | Version: SVN Keywords:

Re: [Django] #11875: ForeignKey field with blank=True and null=True in list_display breaks admin

2010-02-07 Thread Django
#11875: ForeignKey field with blank=True and null=True in list_display breaks admin ---+ Reporter: skorpan | Owner: djansoft Status: new

Re: [Django] #11875: ForeignKey field with blank=True and null=True in list_display breaks admin

2010-02-07 Thread Django
#11875: ForeignKey field with blank=True and null=True in list_display breaks admin ---+ Reporter: skorpan | Owner: anonymous Status: assigned

Re: [Django] #12791: Setting encoding on EmailMessage does not produce intended result

2010-02-07 Thread Django
#12791: Setting encoding on EmailMessage does not produce intended result ---+ Reporter: oyvind| Owner: oyvind Status: closed|

Re: [Django] #12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key.

2010-02-07 Thread Django
#12749: "Please correct the error below." when saving add model form with inline formset and no auto primary key. -+-- Reporter: chris.wessel...@cwi.nl | Owner: nobody Status: new

[Changeset] r12398 - django/trunk/django/contrib/admin/templates/admin

2010-02-07 Thread noreply
Author: jezdez Date: 2010-02-07 09:55:40 -0600 (Sun, 07 Feb 2010) New Revision: 12398 Modified: django/trunk/django/contrib/admin/templates/admin/change_list.html Log: Fixed #12716 - Typo in the admin change list template. Thanks, kbrownlees. Modified:

[Changeset] r12397 - django/trunk/django/contrib/admin/media/js

2010-02-07 Thread noreply
Author: jezdez Date: 2010-02-07 08:42:16 -0600 (Sun, 07 Feb 2010) New Revision: 12397 Modified: django/trunk/django/contrib/admin/media/js/core.js Log: Fixed #12748 - Use charAt instead of array-like access to format string to please IE. Thanks, yedpodtrzitko. Modified:

[Changeset] r12396 - django/trunk/django/contrib/admin/templates/admin

2010-02-07 Thread noreply
Author: jezdez Date: 2010-02-07 08:41:43 -0600 (Sun, 07 Feb 2010) New Revision: 12396 Modified: django/trunk/django/contrib/admin/templates/admin/change_list.html Log: Fixed #12793 - Only use the admin actions JavaScript if not explicitly deactivated with 'actions = None' in the ModelAdmin.

[Django] #12809: Add returning of parameters for get_from_clause()

2010-02-07 Thread Django
#12809: Add returning of parameters for get_from_clause() --+- Reporter: Kronuz| Owner: nobody Status: new | Milestone: Component: Database

Re: [Django] #12515: confusing wording - formset Extra parameter

2010-02-07 Thread Django
#12515: confusing wording - formset Extra parameter +--- Reporter: smalldocerror | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #12505: Formsets: Misleading documentation

2010-02-07 Thread Django
#12505: Formsets: Misleading documentation +--- Reporter: Andreas| Owner: nobody Status: new| Milestone: Component: Documentation | Version:

Re: [Django] #12502: Diagram doesn't match text in Middleware documentation

2010-02-07 Thread Django
#12502: Diagram doesn't match text in Middleware documentation +--- Reporter: petrilli | Owner: nobody Status: new| Milestone: 1.2 Component: Documentation

Re: [Django] #12795: MessageMiddleware missing from default MIDDLEWARE_CLASSES value described in middlewared overview

2010-02-07 Thread Django
#12795: MessageMiddleware missing from default MIDDLEWARE_CLASSES value described in middlewared overview +--- Reporter: anonymous | Owner: nobody Status: new|

Re: [Django] #12526: middleware application order image missing

2010-02-07 Thread Django
#12526: middleware application order image missing -+-- Reporter: j...@pocketvillage.com | Owner: nobody Status: closed | Milestone: Component:

Re: [Django] #12805: Raw method docs are misleading

2010-02-07 Thread Django
#12805: Raw method docs are misleading +--- Reporter: vbabiy | Owner: nobody Status: closed | Milestone: 1.2 Component: Documentation | Version:

Re: [Django] #12804: decorating admin views doesn't work

2010-02-07 Thread Django
#12804: decorating admin views doesn't work +--- Reporter: apollo13 | Owner: nobody Status: closed | Milestone: 1.2 Component: Uncategorized | Version: