Re: [Django] #9389: Cannot specify extra arguments when deserializing.

2008-10-17 Thread Django
#9389: Cannot specify extra arguments when deserializing. +--- Reporter: johnnyleitrim | Owner: nobody Status: closed | Milestone: Component: Serialization |

Re: [Django] #9395: auth docs inconsistency -- built-in forms are now oldforms

2008-10-17 Thread Django
#9395: auth docs inconsistency -- built-in forms are now oldforms -+-- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone:

[Django] #9395: auth docs inconsistency -- built-in forms are now oldforms

2008-10-17 Thread Django
#9395: auth docs inconsistency -- built-in forms are now oldforms --+- Reporter: [EMAIL PROTECTED]| Owner: nobody Status: new | Milestone: Component:

Re: [Django] #8571: comment framework throws obscure exception in {% comment_form_target %}

2008-10-17 Thread Django
#8571: comment framework throws obscure exception in {% comment_form_target %} --+- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed |

Re: [Django] #9394: Querying a many-to-many intermediate model from a manager on a multi-table inherited model produces extraneous queries

2008-10-17 Thread Django
#9394: Querying a many-to-many intermediate model from a manager on a multi-table inherited model produces extraneous queries ---+ Reporter: ikelly| Owner: nobody

[Django] #9394: Querying a many-to-many intermediate model from a manager on a multi-table inherited model produces extraneous queries

2008-10-17 Thread Django
#9394: Querying a many-to-many intermediate model from a manager on a multi-table inherited model produces extraneous queries --+- Reporter: ikelly| Owner: nobody Status: new

[Changeset] r9233 - django/trunk/django/contrib/admin/templatetags

2008-10-17 Thread noreply
Author: kmtracey Date: 2008-10-17 17:43:36 -0500 (Fri, 17 Oct 2008) New Revision: 9233 Modified: django/trunk/django/contrib/admin/templatetags/log.py Log: Fixed #8110 -- Allow for AdminLogNode's render to be called more than once. Modified:

Re: [Django] #9392: Inherited model fields being duplicated in Forms

2008-10-17 Thread Django
#9392: Inherited model fields being duplicated in Forms +--- Reporter: terpsquared| Owner: nobody Status: new| Milestone: Component: Uncategorized |

Re: [Django] #9393: Overridden inherited model fields being duplicated in forms

2008-10-17 Thread Django
#9393: Overridden inherited model fields being duplicated in forms +--- Reporter: terpsquared| Owner: nobody Status: new| Milestone: Component:

[Django] #9393: Overridden inherited model fields being duplicated in forms

2008-10-17 Thread Django
#9393: Overridden inherited model fields being duplicated in forms ---+ Reporter: terpsquared| Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN

Re: [Django] #13: Related objects interface should be tighter (edit_inline)

2008-10-17 Thread Django
#13: Related objects interface should be tighter (edit_inline) ---+ Reporter: adrian| Owner: barbuza Status: reopened | Milestone: post-1.0

[Django] #9391: Expose more admin objects in `django.contrib.gis.admin` for API consistency

2008-10-17 Thread Django
#9391: Expose more admin objects in `django.contrib.gis.admin` for API consistency ---+ Reporter: jbronn | Owner: jbronn Status: new| Milestone: post-1.0 Component: GIS| Version:

[Django] #9390: select_related() documentation is incomplete

2008-10-17 Thread Django
#9390: select_related() documentation is incomplete ---+ Reporter: Tarken | Owner: nobody Status: new| Milestone: Component: Documentation | Version: 1.0

Re: [Django] #7587: Find out where the default admin/base_site.html is on your system (for: Tut 2, page 2)

2008-10-17 Thread Django
#7587: Find out where the default admin/base_site.html is on your system (for: Tut 2, page 2) +--- Reporter: HenkPoley | Owner: nobody Status: closed | Milestone:

Re: [Django] #8094: Html button inside html link gives pipe error!!!

2008-10-17 Thread Django
#8094: Html button inside html link gives pipe error!!! +--- Reporter: italomaia | Owner: nobody Status: closed | Milestone: 1.0 beta

Re: [Django] #9388: Year navigation in admin's date widgets' calendar

2008-10-17 Thread Django
#9388: Year navigation in admin's date widgets' calendar ---+ Reporter: framos| Owner: versae Status: assigned | Milestone: post-1.0 Component:

[Django] #9389: Cannot specify extra arguments when deserializing.

2008-10-17 Thread Django
#9389: Cannot specify extra arguments when deserializing. ---+ Reporter: johnnyleitrim | Owner: nobody Status: new| Milestone: Component: Serialization | Version: 1.0

Re: [Django] #6362: Remove blank spaces with strip when validating the data

2008-10-17 Thread Django
#6362: Remove blank spaces with strip when validating the data -+-- Reporter: marinho | Owner: nobody Status: new | Milestone:

[Django] #9388: Year navigation in admin's date widgets' calendar

2008-10-17 Thread Django
#9388: Year navigation in admin's date widgets' calendar --+- Reporter: framos| Owner: nobody Status: new | Milestone: post-1.0 Component: Contrib apps | Version: SVN

Re: [Django] #5863: list_display does not allow functions of referenced objects

2008-10-17 Thread Django
#5863: list_display does not allow functions of referenced objects ---+ Reporter: Beat Bolli <[EMAIL PROTECTED]> | Owner: nobody Status: reopened |

Re: [Django] #8505: The installation instructions assume a pathname without a space in the directory names

2008-10-17 Thread Django
#8505: The installation instructions assume a pathname without a space in the directory names -+-- Reporter: jonathanberger | Owner: nobody Status: closed | Milestone:

Re: [Django] #2507: [patch] LDAPBackend in django/contrib/auth/backends.py

2008-10-17 Thread Django
#2507: [patch] LDAPBackend in django/contrib/auth/backends.py ---+ Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Milestone: Component: Contrib

Re: [Django] #2443: Add IntervalField to database models

2008-10-17 Thread Django
#2443: Add IntervalField to database models ---+ Reporter: [EMAIL PROTECTED] | Owner: Gulopine Status: new |

Re: [Django] #9355: eol-style properties for commiters svn config file

2008-10-17 Thread Django
#9355: eol-style properties for commiters svn config file +--- Reporter: Semmel | Owner: nobody Status: closed | Milestone: Component: Uncategorized |

Re: [Django] #9383: skip mail_admins/mail_managers if ADMINS or MANAGERS is empty

2008-10-17 Thread Django
#9383: skip mail_admins/mail_managers if ADMINS or MANAGERS is empty -+-- Reporter: adunar | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #9383: skip mail_admins/mail_managers if ADMINS or MANAGERS is empty

2008-10-17 Thread Django
#9383: skip mail_admins/mail_managers if ADMINS or MANAGERS is empty -+-- Reporter: adunar | Owner: nobody Status: new | Milestone: post-1.0

Re: [Django] #9379: possible error in tutorial 4

2008-10-17 Thread Django
#9379: possible error in tutorial 4 -+-- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: closed | Milestone: Component: Documentation |