Re: [Django] #14572: Minor fix for generic inline formsets

2010-10-26 Thread Django
#14572: Minor fix for generic inline formsets ---+ Reporter: simon29 | Owner: nobody Status: new | Milestone: 1.3 Component: Contrib apps | Version:

[Django] #14572: Minor fix for generic inline formsets

2010-10-26 Thread Django
#14572: Minor fix for generic inline formsets --+- Reporter: simon29 | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: 1.2 Keywords:

Re: [Django] #14571: Update jQuery to v1.4.3

2010-10-26 Thread Django
#14571: Update jQuery to v1.4.3 ---+ Reporter: robhudson | Owner: nobody Status: new | Milestone: Component: django.contrib.admin |

Re: [Django] #8054: Move method properties for admin list customisation to ModelAdmin

2010-10-26 Thread Django
#8054: Move method properties for admin list customisation to ModelAdmin +--- Reporter: Daniel Pope | Owner: brosner Status: assigned

[Django] #14571: Update jQuery to v1.4.3

2010-10-26 Thread Django
#14571: Update jQuery to v1.4.3 --+- Reporter: robhudson | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2

[Django] #14570: New format character to represent locale-specifc alternative month names

2010-10-26 Thread Django
#14570: New format character to represent locale-specifc alternative month names --+- Reporter: shell_dweller | Owner: nobody Status: new | Milestone: 1.3 Component:

[Django] #14569: Raw query for date field returns unicode instead of datetime object in sqlite

2010-10-26 Thread Django
#14569: Raw query for date field returns unicode instead of datetime object in sqlite --+- Reporter: robin | Owner: nobody Status: new | Milestone:

Re: [Django] #14568: FormMixin.get_form should use keyword arguments for data & files

2010-10-26 Thread Django
#14568: FormMixin.get_form should use keyword arguments for data & files +--- Reporter: mattmcc| Owner: nobody Status: new| Milestone: 1.3 Component:

[Django] #14568: FormMixin.get_form should use keyword arguments for data & files

2010-10-26 Thread Django
#14568: FormMixin.get_form should use keyword arguments for data & files ---+ Reporter: mattmcc| Owner: nobody Status: new| Milestone: 1.3 Component: Generic views |

Re: [Django] #14425: Unused imports in contrib.admin

2010-10-26 Thread Django
#14425: Unused imports in contrib.admin ---+ Reporter: robhudson | Owner: SmileyChris Status: reopened | Milestone: Component:

Re: [Django] #14425: Unused imports in contrib.admin

2010-10-26 Thread Django
#14425: Unused imports in contrib.admin ---+ Reporter: robhudson | Owner: SmileyChris Status: reopened | Milestone: Component:

Re: [Django] #12687: Using exclude on a queryset with an annotate field give attribute error.

2010-10-26 Thread Django
#12687: Using exclude on a queryset with an annotate field give attribute error. --+- Reporter: AsgeirM | Owner: Status: new |

Re: [Django] #13769: ModelForm: override default field attributes

2010-10-26 Thread Django
#13769: ModelForm: override default field attributes -+-- Reporter: darkrho | Owner: asenchi Status: reopened| Milestone:

Re: [Django] #10557: FormWizard should not output raw HTML for previous_fields

2010-10-26 Thread Django
#10557: FormWizard should not output raw HTML for previous_fields +--- Reporter: Matthew Flanagan | Owner: nobody Status: new|

Re: [Django] #12068: The {% url %} parser can fail with StopIteration

2010-10-26 Thread Django
#12068: The {% url %} parser can fail with StopIteration -+-- Reporter: emulbreh| Owner: smoluf Status: closed | Milestone: 1.3 Component:

[Django] #14567: ModelMultipleChoiceField inconsistently returns a list if empty.

2010-10-26 Thread Django
#14567: ModelMultipleChoiceField inconsistently returns a list if empty. --+- Reporter: melinath | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.2

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

Re: [Django] #14558: Generic View http_method bug

2010-10-26 Thread Django
#14558: Generic View http_method bug +--- Reporter: pyrou | Owner: nobody Status: new| Milestone: 1.3 Component: Generic views | Version: SVN

Re: [Django] #11864: Relationship backreference documentation is hard to find

2010-10-26 Thread Django
#11864: Relationship backreference documentation is hard to find +--- Reporter: anonymous | Owner: dwillis Status: assigned | Milestone:

Re: [Django] #14504: Generic ListView pagination broken

2010-10-26 Thread Django
#14504: Generic ListView pagination broken +--- Reporter: anonymous | Owner: nobody Status: new| Milestone: 1.3 Component: Generic views | Version:

Re: [Django] #14566: Multiple database issue v1.2.3 - Django reading the wrong database

2010-10-26 Thread Django
#14566: Multiple database issue v1.2.3 - Django reading the wrong database ---+ Reporter: stodge| Owner: nobody Status: new | Milestone:

Re: [Django] #8054: Move method properties for admin list customisation to ModelAdmin

2010-10-26 Thread Django
#8054: Move method properties for admin list customisation to ModelAdmin +--- Reporter: Daniel Pope | Owner: brosner Status: assigned

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

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

2010-10-26 Thread noreply
Author: Alex Date: 2010-10-26 13:44:11 -0500 (Tue, 26 Oct 2010) New Revision: 14358 Modified: django/trunk/docs/intro/tutorial04.txt Log: Corrected some typos in the tutorial, thanks to Brandon Height for the report. Modified: django/trunk/docs/intro/tutorial04.txt

[Changeset] r14357 - django/branches/releases/1.2.X/django/views

2010-10-26 Thread noreply
Author: lukeplant Date: 2010-10-26 13:11:22 -0500 (Tue, 26 Oct 2010) New Revision: 14357 Modified: django/branches/releases/1.2.X/django/views/defaults.py Log: [1.2.X] Fixed #14565 - No csrf_token on 404 pages Thanks to gvangool for report and patch. Backport of [14356] from trunk.

[Changeset] r14356 - django/trunk/django/views

2010-10-26 Thread noreply
Author: lukeplant Date: 2010-10-26 13:09:20 -0500 (Tue, 26 Oct 2010) New Revision: 14356 Modified: django/trunk/django/views/defaults.py Log: Fixed #14565 - No csrf_token on 404 pages Thanks to gvangool for report and patch. Modified: django/trunk/django/views/defaults.py

Re: [Django] #14566: Multiple database issue v1.2.3 - Django reading the wrong database

2010-10-26 Thread Django
#14566: Multiple database issue v1.2.3 - Django reading the wrong database ---+ Reporter: stodge| Owner: nobody Status: new | Milestone:

[Django] #14566: Multiple database issue v1.2.3 - Django reading the wrong database

2010-10-26 Thread Django
#14566: Multiple database issue v1.2.3 - Django reading the wrong database --+- Reporter: stodge| Owner: nobody Status: new | Milestone:

Re: [Django] #10790: Too many joins in a comparison for NULL.

2010-10-26 Thread Django
#10790: Too many joins in a comparison for NULL. --+- Reporter: mtredinnick | Owner: mtredinnick Status: new | Milestone: Component: ORM aggregation

Re: [Django] #2705: [patch] Add optional FOR UPDATE clause to QuerySets

2010-10-26 Thread Django
#2705: [patch] Add optional FOR UPDATE clause to QuerySets ---+ Reporter: Hawkeye | Owner: brunobraga Status: assigned | Milestone:

Re: [Django] #2626: Datetime handling is broken when dealing with more than one time zone

2010-10-26 Thread Django
#2626: Datetime handling is broken when dealing with more than one time zone -+-- Reporter: Tom Tobin | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #2626: Datetime handling is broken when dealing with more than one time zone

2010-10-26 Thread Django
#2626: Datetime handling is broken when dealing with more than one time zone -+-- Reporter: Tom Tobin | Owner: jedie Status: assigned| Milestone: Component:

Re: [Django] #14565: No csrf_token on 404 pages

2010-10-26 Thread Django
#14565: No csrf_token on 404 pages +--- Reporter: gvangool | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2

[Django] #14565: No csrf_token on 404 pages

2010-10-26 Thread Django
#14565: No csrf_token on 404 pages ---+ Reporter: gvangool | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keywords: csrf

Re: [Django] #14491: ability to place inlines between fieldsets in admin

2010-10-26 Thread Django
#14491: ability to place inlines between fieldsets in admin -+-- Reporter: massivefu...@gmail.com | Owner: nobody Status: new | Milestone: Component:

[Django] #14564: case insensitive unique_together

2010-10-26 Thread Django
#14564: case insensitive unique_together ---+ Reporter: anonymous | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: 1.2 Keywords:

[Changeset] r14355 - django/trunk/docs/howto

2010-10-26 Thread noreply
Author: gabrielhurley Date: 2010-10-26 07:32:35 -0500 (Tue, 26 Oct 2010) New Revision: 14355 Modified: django/trunk/docs/howto/static-files.txt Log: Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephaner for the report and patch. Modified:

Re: [Django] #14563: Add Turkey to localflavors

2010-10-26 Thread Django
#14563: Add Turkey to localflavors -+-- Reporter: serkank | Owner: serkank Status: new | Milestone: 1.3 Component:

Re: [Django] #14563: Add Turkey to localflavors

2010-10-26 Thread Django
#14563: Add Turkey to localflavors -+-- Reporter: serkank | Owner: anonymous Status: assigned| Milestone: 1.3 Component:

[Django] #14563: Add Turkey to localflavors

2010-10-26 Thread Django
#14563: Add Turkey to localflavors +--- Reporter: serkank | Owner: nobody Status: new | Milestone: 1.3 Component: django.contrib.localflavor |

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

Re: [Django] #8391: slugify template filter poorly encodes non-English strings

2010-10-26 Thread Django
#8391: slugify template filter poorly encodes non-English strings -+-- Reporter: bjornkri| Owner: nobody Status: reopened| Milestone:

Re: [Django] #11716: Various methods in django.db.models.fields don't wrap ValueErrors and allow them to escape

2010-10-26 Thread Django
#11716: Various methods in django.db.models.fields don't wrap ValueErrors and allow them to escape ---+ Reporter: Leo | Owner: Leo Status: assigned

Re: [Django] #14507: Static file serving is broken after rev 14293

2010-10-26 Thread Django
#14507: Static file serving is broken after rev 14293 -+-- Reporter: mbi | Owner: jezdez Status: closed | Milestone: 1.3

[Django] #14562: Typo streightforward

2010-10-26 Thread Django
#14562: Typo streightforward ---+ Reporter: stephaner | Owner: nobody Status: new| Milestone: 1.3 Component: Documentation | Version: SVN Keywords: |

Re: [Django] #11900: commit_on_success: Handle Exception in commit()

2010-10-26 Thread Django
#11900: commit_on_success: Handle Exception in commit() ---+ Reporter: guettli | Owner: gabrielhurley Status: closed| Milestone: 1.2

Re: [Django] #14559: Minor docstring corrections

2010-10-26 Thread Django
#14559: Minor docstring corrections +--- Reporter: gabrielhurley | Owner: nobody Status: new| Milestone: 1.3 Component: Uncategorized |

Re: [Django] #11010: Add a foundation for rowlevel permissions in Django

2010-10-26 Thread Django
#11010: Add a foundation for rowlevel permissions in Django +--- Reporter: apollo13 | Owner: jezdez Status: closed | Milestone: 1.2 Component:

Re: [Django] #10758: sys.exc_info() should not be stored on a local variable

2010-10-26 Thread Django
#10758: sys.exc_info() should not be stored on a local variable +--- Reporter: piotr.findei...@azouk.com | Owner: lukeplant Status: closed | Milestone:

Re: [Django] #10880: Link to 1.0 docs has two trailing slashes

2010-10-26 Thread Django
#10880: Link to 1.0 docs has two trailing slashes --+- Reporter: guettli | Owner: nobody Status: closed | Milestone: Component: Django Web site |

Re: [Django] #10355: add support for email backends

2010-10-26 Thread Django
#10355: add support for email backends ---+ Reporter: wkornewald| Owner: nobody Status: closed| Milestone: 1.2 Component: django.core.mail |

Re: [Django] #9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/

2010-10-26 Thread Django
#9103: django.contrib.admin is not listed on http://docs.djangoproject.com/en/dev/modindex/ --+- Reporter: guettli | Owner: nobody Status: closed | Milestone:

Re: [Django] #7282: Integrated ldap for contrib.auth

2010-10-26 Thread Django
#7282: Integrated ldap for contrib.auth -+-- Reporter: programmerq | Owner: nobody Status: closed | Milestone: Component: Contrib apps

Re: [Django] #7282: Integrated ldap for contrib.auth

2010-10-26 Thread Django
#7282: Integrated ldap for contrib.auth -+-- Reporter: programmerq | Owner: nobody Status: closed | Milestone: Component: Contrib apps

Re: [Django] #13731: Missing docs how to emulate "ON DELETE SET NULL"

2010-10-26 Thread Django
#13731: Missing docs how to emulate "ON DELETE SET NULL" +--- Reporter: guettli| Owner: nobody Status: closed | Milestone: Component: Documentation |

Re: [Django] #10899: easier manipulation of sessions by test client

2010-10-26 Thread Django
#10899: easier manipulation of sessions by test client +--- Reporter: tallfred | Owner: nobody Status: reopened | Milestone: Component: Testing

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |

Re: [Django] #9964: Transaction middleware closes the transaction only when it's marked as dirty

2010-10-26 Thread Django
#9964: Transaction middleware closes the transaction only when it's marked as dirty ---+ Reporter: ishirav | Owner: mtredinnick Status: assigned |