Re: [Django] #10059: New admin formfield_for_dbfield doesn't play nice with subclassing

2009-03-15 Thread Django
#10059: New admin formfield_for_dbfield doesn't play nice with subclassing ---+ Reporter: Alex | Owner: Alex Status: new | Milestone: 1.1

Re: [Django] #8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`.

2009-03-15 Thread Django
#8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. -+-- Reporter: mrmachine | Owner: nobody Status: new

Re: [Django] #9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record

2009-03-15 Thread Django
#9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record ---+ Reporter: egenix_viktor | Owner: nobody

Re: [Django] #1142: Support for multiple database connections

2009-03-15 Thread Django
#1142: Support for multiple database connections ---+ Reporter: Simon Willison| Owner: darylspitzer Status: assigned | Milestone:

Re: [Django] #9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record

2009-03-15 Thread Django
#9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record ---+ Reporter: egenix_viktor | Owner: nobody

Re: [Django] #9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record

2009-03-15 Thread Django
#9308: Django fails to set nullable foreign key field to NULL before deleting the referenced record ---+ Reporter: egenix_viktor | Owner: nobody

Re: [Django] #8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`.

2009-03-15 Thread Django
#8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. -+-- Reporter: mrmachine | Owner: nobody Status: new

Re: [Django] #10508: Missing syntax highlighting in view code snippets in formset documentation

2009-03-15 Thread Django
#10508: Missing syntax highlighting in view code snippets in formset documentation --+- Reporter: Paul Menzel | Owner: nobody Status: new

[Changeset] r10065 - django/trunk/django/db/backends/postgresql_psycopg2

2009-03-15 Thread noreply
Author: mtredinnick Date: 2009-03-15 19:34:58 -0500 (Sun, 15 Mar 2009) New Revision: 10065 Modified: django/trunk/django/db/backends/postgresql_psycopg2/base.py Log: More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend. Affects the postgresql_psycopg2 backend only. We now don't

Re: [Django] #10467: Remove use of "RETURNING" in PostgreSQL backends by default

2009-03-15 Thread Django
#10467: Remove use of "RETURNING" in PostgreSQL backends by default ---+ Reporter: mtredinnick | Owner: mtredinnick Status: reopened | Milestone: 1.1

[Django] #10509: Better handling of database version-specific feature initialisation

2009-03-15 Thread Django
#10509: Better handling of database version-specific feature initialisation --+- Reporter: mtredinnick | Owner: nobody Status: new | Milestone:

Re: [Django] #10061: incorrect logout link in admin

2009-03-15 Thread Django
#10061: incorrect logout link in admin ---+ Reporter: lashni| Owner: Alex Status: reopened | Milestone: 1.1 Component: django.contrib.admin |

Re: [Django] #8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`.

2009-03-15 Thread Django
#8898: `required` validation bypassed when using `DateTimeField` with `SplitDateTimeWidget`. -+-- Reporter: mrmachine | Owner: nobody Status: new

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #10497: Added 'stat' method to class Storage and FileSystemStorage

2009-03-15 Thread Django
#10497: Added 'stat' method to class Storage and FileSystemStorage -+-- Reporter: HuCy| Owner: nobody Status: new | Milestone:

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

2009-03-15 Thread Django
#2507: [patch] LDAPBackend in django/contrib/auth/backends.py ---+ Reporter: s...@mahonri5.net | Owner: nobody Status: new | Milestone:

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #10061: incorrect logout link in admin

2009-03-15 Thread Django
#10061: incorrect logout link in admin ---+ Reporter: lashni| Owner: Alex Status: reopened | Milestone: Component: django.contrib.admin |

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #10508: Missing syntax highlighting in view code snippets in formset documentation

2009-03-15 Thread Django
#10508: Missing syntax highlighting in view code snippets in formset documentation --+- Reporter: Paul Menzel | Owner: nobody Status: new

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #3182: model instance update() method and QuerySet update_or_create() method

2009-03-15 Thread Django
#3182: model instance update() method and QuerySet update_or_create() method --+- Reporter: Gary Wilson | Owner: gwilson Status: new

Re: [Django] #3182: model instance update() method and QuerySet update_or_create() method

2009-03-15 Thread Django
#3182: model instance update() method and QuerySet update_or_create() method --+- Reporter: Gary Wilson | Owner: anonymous Status: assigned

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #3011: Allow for extendable auth_user module

2009-03-15 Thread Django
#3011: Allow for extendable auth_user module +--- Reporter: nowell strite | Owner: dan Status: assigned | Milestone: Component: Contrib apps |

Re: [Django] #10508: Missing syntax highlighting in view code snippets in formset documentation

2009-03-15 Thread Django
#10508: Missing syntax highlighting in view code snippets in formset documentation --+- Reporter: Paul Menzel | Owner: nobody Status: new

Re: [Django] #10505: Integrate django-batchadmin

2009-03-15 Thread Django
#10505: Integrate django-batchadmin ---+ Reporter: jezdez| Owner: jacob Status: new | Milestone: 1.1 beta Component: django.contrib.admin |

Re: [Django] #10467: Remove use of "RETURNING" in PostgreSQL backends by default

2009-03-15 Thread Django
#10467: Remove use of "RETURNING" in PostgreSQL backends by default ---+ Reporter: mtredinnick | Owner: mtredinnick Status: reopened | Milestone: 1.1

[Changeset] r10064 - django/trunk/docs/topics/forms

2009-03-15 Thread noreply
Author: russellm Date: 2009-03-15 06:21:41 -0500 (Sun, 15 Mar 2009) New Revision: 10064 Modified: django/trunk/docs/topics/forms/modelforms.txt Log: Fixed #10507 -- Corrected formatting problem in ModelForm docs. Thanks to Paul Menzel for the report. Modified:

Re: [Django] #10508: Missing syntax highlighting in view code snippets in formset documentation

2009-03-15 Thread Django
#10508: Missing syntax highlighting in view code snippets in formset documentation --+- Reporter: Paul Menzel | Owner: nobody Status: new

Re: [Django] #10508: Missing syntax highlighting in view code snippets in formset documentation

2009-03-15 Thread Django
#10508: Missing syntax highlighting in view code snippets in formset documentation --+- Reporter: Paul Menzel | Owner: nobody Status: new

[Django] #10508: Missing syntax highlighting in Using a formset in views and templates

2009-03-15 Thread Django
#10508: Missing syntax highlighting in Using a formset in views and templates -+-- Reporter: Paul Menzel | Owner: nobody Status: new

[Django] #10507: syntax/formatting error in documentation for model forms

2009-03-15 Thread Django
#10507: syntax/formatting error in documentation for model forms -+-- Reporter: Paul Menzel | Owner: nobody Status: new |

Re: [Django] #10449: Bug: HTML accents not escaped out when using newforms

2009-03-15 Thread Django
#10449: Bug: HTML accents not escaped out when using newforms ---+ Reporter: tipan | Owner: nobody Status: reopened | Milestone: