Re: [Django] #10060: Multiple table annotation failure

2009-04-06 Thread Django
#10060: Multiple table annotation failure --+- Reporter: svsha...@intellecap.net | Owner: Status: new | Milestone: 1.1 Component: ORM aggregation

Re: [Django] #7917: Decide whether {% url %} syntax changes

2009-04-06 Thread Django
#7917: Decide whether {% url %} syntax changes -+-- Reporter: emulbreh| Owner: nobody Status: closed | Milestone: 1.1 Component: Template

Re: [Django] #7917: Decide whether {% url %} syntax changes

2009-04-06 Thread Django
#7917: Decide whether {% url %} syntax changes -+-- Reporter: emulbreh| Owner: nobody Status: closed | Milestone: 1.1 Component: Template

Re: [Django] #4501: Coverage support for tests

2009-04-06 Thread Django
#4501: Coverage support for tests +--- Reporter: b...@almad.net | Owner: ericholscher Status: new| Milestone: Component: Testing framework |

Re: [Django] #9966: Generic view "redirect_to" to carry existing query string

2009-04-06 Thread Django
#9966: Generic view "redirect_to" to carry existing query string +--- Reporter: FilipeCorreia | Owner: nobody Status: new| Milestone: 1.2 Component: Generic views

Re: [Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method -+-- Reporter: msurdi | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method -+-- Reporter: msurdi | Owner: nobody Status: new | Milestone: Component:

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

2009-04-06 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] #10753: Test client fails after 10398

2009-04-06 Thread Django
#10753: Test client fails after 10398 +--- Reporter: Uninen | Owner: nobody Status: new| Milestone: 1.1 Component: Uncategorized |

[Django] #10753: Test client fails after 10398

2009-04-06 Thread Django
#10753: Test client fails after 10398 -+-- Reporter: Uninen | Owner: nobody Status: new | Milestone: 1.1 Component: Uncategorized| Version: SVN Keywords:

Re: [Django] #10714: Inconsistencies in deployment docs

2009-04-06 Thread Django
#10714: Inconsistencies in deployment docs +--- Reporter: UloPe | Owner: nobody Status: closed | Milestone: Component: Documentation | Version:

[Changeset] r10413 - django/trunk/docs/howto/deployment

2009-04-06 Thread noreply
Author: simon Date: 2009-04-06 19:01:49 -0500 (Mon, 06 Apr 2009) New Revision: 10413 Modified: django/trunk/docs/howto/deployment/fastcgi.txt django/trunk/docs/howto/deployment/modpython.txt Log: Fixed #10714 - made mod_wsgi recommendation consistent across deployment documentation

Re: [Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method -+-- Reporter: msurdi | Owner: nobody Status: new | Milestone: Component:

Re: [Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method -+-- Reporter: msurdi | Owner: nobody Status: new | Milestone: Component:

[Changeset] r10412 - django/trunk/docs/ref/contrib/admin

2009-04-06 Thread noreply
Author: simon Date: 2009-04-06 18:45:56 -0500 (Mon, 06 Apr 2009) New Revision: 10412 Modified: django/trunk/docs/ref/contrib/admin/actions.txt Log: Fixed a documentation typo Modified: django/trunk/docs/ref/contrib/admin/actions.txt

Re: [Django] #10714: Inconsistencies in deployment docs

2009-04-06 Thread Django
#10714: Inconsistencies in deployment docs +--- Reporter: UloPe | Owner: nobody Status: new| Milestone: Component: Documentation | Version:

[Changeset] r10411 - django/trunk/docs/howto/deployment

2009-04-06 Thread noreply
Author: simon Date: 2009-04-06 18:39:26 -0500 (Mon, 06 Apr 2009) New Revision: 10411 Modified: django/trunk/docs/howto/deployment/index.txt Log: Removed duplicate modwsgi navigation link Modified: django/trunk/docs/howto/deployment/index.txt

Re: [Django] #10752: Advanced Bash Completion

2009-04-06 Thread Django
#10752: Advanced Bash Completion --+- Reporter: arthurk | Owner: nobody Status: new | Milestone: 1.1 Component: django-admin.py |

Re: [Django] #10752: Advanced Bash Completion

2009-04-06 Thread Django
#10752: Advanced Bash Completion --+- Reporter: arthurk | Owner: nobody Status: new | Milestone: 1.1 Component: django-admin.py |

Re: [Django] #10752: Advanced Bash Completion

2009-04-06 Thread Django
#10752: Advanced Bash Completion --+- Reporter: arthurk | Owner: nobody Status: new | Milestone: 1.1 Component: django-admin.py |

Re: [Django] #10423: Incorrect docstring (typo) for AdminSite.admin_view

2009-04-06 Thread Django
#10423: Incorrect docstring (typo) for AdminSite.admin_view ---+ Reporter: gremmie | Owner: gremmie Status: closed| Milestone: 1.1 Component:

[Changeset] r10410 - django/trunk/django/contrib/admin

2009-04-06 Thread noreply
Author: jacob Date: 2009-04-06 16:11:10 -0500 (Mon, 06 Apr 2009) New Revision: 10410 Modified: django/trunk/django/contrib/admin/sites.py Log: Fixed #10423, a type on the `AdminSite.admin_view` docstring. Modified: django/trunk/django/contrib/admin/sites.py

Re: [Django] #10615: Admin Actions: Add a "X of Y objects selected" notification

2009-04-06 Thread Django
#10615: Admin Actions: Add a "X of Y objects selected" notification ---+ Reporter: bartTC| Owner: nobody Status: new | Milestone: 1.1

Re: [Django] #10615: Admin Actions: Add a "X of Y objects selected" notification

2009-04-06 Thread Django
#10615: Admin Actions: Add a "X of Y objects selected" notification +--- Reporter: bartTC | Owner: nobody Status: new| Milestone: 1.1

[Changeset] r10409 - django/trunk/docs/ref/contrib/admin

2009-04-06 Thread noreply
Author: jacob Date: 2009-04-06 15:28:55 -0500 (Mon, 06 Apr 2009) New Revision: 10409 Modified: django/trunk/docs/ref/contrib/admin/actions.txt Log: Fixed a small error in the docs that I missed from [10408]. Modified: django/trunk/docs/ref/contrib/admin/actions.txt

[Changeset] r10408 - in django/trunk: django/contrib/admin django/contrib/admin/templates/admin docs/ref/contrib/admin tests/regressiontests/admin_views

2009-04-06 Thread noreply
Author: jacob Date: 2009-04-06 15:23:33 -0500 (Mon, 06 Apr 2009) New Revision: 10408 Added: django/trunk/django/contrib/admin/actions.py Modified: django/trunk/django/contrib/admin/options.py django/trunk/django/contrib/admin/sites.py

Re: [Django] #373: Add support for multiple-column primary keys

2009-04-06 Thread Django
#373: Add support for multiple-column primary keys ---+ Reporter: jacob | Owner: dcramer Status: assigned | Milestone:

Re: [Django] #9956: Problematic Regexp in django.contrib.comments.urls

2009-04-06 Thread Django
#9956: Problematic Regexp in django.contrib.comments.urls --+- Reporter: james_stevenson | Owner: kkubasik Status: assigned | Milestone: 1.1

Re: [Django] #9956: Problematic Regexp in django.contrib.comments.urls

2009-04-06 Thread Django
#9956: Problematic Regexp in django.contrib.comments.urls --+- Reporter: james_stevenson | Owner: kkubasik Status: assigned | Milestone: 1.1

Re: [Django] #9956: Problematic Regexp in django.contrib.comments.urls

2009-04-06 Thread Django
#9956: Problematic Regexp in django.contrib.comments.urls --+- Reporter: james_stevenson | Owner: kkubasik Status: assigned | Milestone: 1.1

Re: [Django] #6456: FileField deletes files even when model instance is deleted in a transaction that is rolled back

2009-04-06 Thread Django
#6456: FileField deletes files even when model instance is deleted in a transaction that is rolled back ---+ Reporter: durdinator| Owner: nobody Status: new |

Re: [Django] #10576: file lost when transaction was rollbacked

2009-04-06 Thread Django
#10576: file lost when transaction was rollbacked ---+ Reporter: liangent | Owner: nobody Status: closed| Milestone: 1.1 Component: File

Re: [Django] #10609: Permissions on admin actions

2009-04-06 Thread Django
#10609: Permissions on admin actions ---+ Reporter: leitjohn | Owner: leitjohn Status: assigned | Milestone: 1.2 Component:

Re: [Django] #10750: BaseInlineFormSet does not respect commit=False in save for new objects after r10190

2009-04-06 Thread Django
#10750: BaseInlineFormSet does not respect commit=False in save for new objects after r10190 ---+ Reporter: Koen Biermans | Owner: jkocherhans Status: assigned

Re: [Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method +--- Reporter: msurdi | Owner: nobody Status: new| Milestone: Component: Uncategorized |

[Django] #10751: Admin actions not calling model's delete() method

2009-04-06 Thread Django
#10751: Admin actions not calling model's delete() method ---+ Reporter: msurdi | Owner: nobody Status: new| Milestone: Component: Uncategorized | Version: SVN

Re: [Django] #10404: ImageField: height_field and width_field option sometimes doesn't work

2009-04-06 Thread Django
#10404: ImageField: height_field and width_field option sometimes doesn't work ---+ Reporter: Lehich| Owner: nobody Status: reopened

Re: [Django] #9893: Filename + path length greater than 100 truncated on database insertion in Core.Storage

2009-04-06 Thread Django
#9893: Filename + path length greater than 100 truncated on database insertion in Core.Storage -+-- Reporter: Refefer | Owner: nobody Status: new |

Re: [Django] #10659: Properly handle Paste's MultiDict and UnicodeMultiDict in Django Form's SelectMultiple

2009-04-06 Thread Django
#10659: Properly handle Paste's MultiDict and UnicodeMultiDict in Django Form's SelectMultiple -+-- Reporter: amaslov | Owner: nobody Status: new |

Re: [Django] #10404: ImageField: height_field and width_field option sometimes doesn't work

2009-04-06 Thread Django
#10404: ImageField: height_field and width_field option sometimes doesn't work ---+ Reporter: Lehich| Owner: nobody Status: reopened

Re: [Django] #10404: ImageField: height_field and width_field option sometimes doesn't work

2009-04-06 Thread Django
#10404: ImageField: height_field and width_field option sometimes doesn't work ---+ Reporter: Lehich| Owner: nobody Status: reopened

[Django] #10750: BaseInlineFormSet does not respect commit=False in save for new objects after r10190

2009-04-06 Thread Django
#10750: BaseInlineFormSet does not respect commit=False in save for new objects after r10190 --+- Reporter: Koen Biermans | Owner: nobody Status: new

Re: [Django] #10130: Support setting deletion

2009-04-06 Thread Django
#10130: Support setting deletion -+-- Reporter: jcassee | Owner: nobody Status: new | Milestone: 1.2 Component: Core framework | Version: SVN

Re: [Django] #10244: FileFields can't be set to NULL in the db

2009-04-06 Thread Django
#10244: FileFields can't be set to NULL in the db -+-- Reporter: oyvind | Owner: nobody Status: new | Milestone:

Re: [Django] #10749: ImageField is a string in the lookup api

2009-04-06 Thread Django
#10749: ImageField is a string in the lookup api ---+ Reporter: r.peli...@gmail.com | Owner: nobody Status: closed| Milestone:

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

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

Re: [Django] #10745: url template tag should accept a varible for view name

2009-04-06 Thread Django
#10745: url template tag should accept a varible for view name --+- Reporter: Soviut | Owner: Soviut Status: closed | Milestone: 1.1 Component: Template

[Django] #10749: ImageField is a string in the lookup api

2009-04-06 Thread Django
#10749: ImageField is a string in the lookup api --+- Reporter: r.peli...@gmail.com | Owner: nobody Status: new | Milestone: Component: Database layer

Re: [Django] #10745: url template tag should accept a varible for view name

2009-04-06 Thread Django
#10745: url template tag should accept a varible for view name --+- Reporter: Soviut | Owner: Soviut Status: assigned | Milestone: 1.1 Component: Template

Re: [Django] #9640: BooleanField with choices, defaults, and blank=False still given blank option in their formfields

2009-04-06 Thread Django
#9640: BooleanField with choices, defaults, and blank=False still given blank option in their formfields ---+ Reporter: Nate | Owner: fperetti

Re: [Django] #10745: url template tag should accept a varible for view name

2009-04-06 Thread Django
#10745: url template tag should accept a varible for view name --+- Reporter: Soviut | Owner: Soviut Status: assigned | Milestone: 1.1 Component: Template