Re: [Django] #8896: Routing according also to hostname

2011-05-28 Thread Django
#8896: Routing according also to hostname -+- Reporter: veena | Owner: jshedd Type: New| Status: new feature| Component:

Re: [Django] #16116: Compress cache data

2011-05-28 Thread Django
#16116: Compress cache data -+- Reporter: bjourne| Owner: nobody Type: New| Status: closed feature| Component: Core (Cache

Re: [Django] #3706: [patch] Support for nested/compound forms for newforms

2011-05-28 Thread Django
#3706: [patch] Support for nested/compound forms for newforms -+- Reporter: Jeroen | Owner: nobody van Dongen | Component: Forms Type: |

Re: [Django] #16016: There should be a way to perform operations once the admin is done with a form

2011-05-28 Thread Django
#16016: There should be a way to perform operations once the admin is done with a form --+--- Reporter: info.ksamuel@… | Owner: nobody Type: New feature | Status: closed

Re: [Django] #16115: New hook to allow change objects after all inline formsets have been saved

2011-05-28 Thread Django
#16115: New hook to allow change objects after all inline formsets have been saved ---+--- Reporter: igors| Owner: nobody Type: New feature | Status: new

Re: [Django] #16016: There should be a way to perform operations once the admin is done with a form

2011-05-28 Thread Django
#16016: There should be a way to perform operations once the admin is done with a form --+--- Reporter: info.ksamuel@… | Owner: nobody Type: New feature | Status: new

Re: [Django] #16059: FilteredSelectMultiple "remove" button appears disabled

2011-05-28 Thread Django
#16059: FilteredSelectMultiple "remove" button appears disabled -+- Reporter: boxed | Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #16114: typo in contributing/writing-code/unit-tests documentation

2011-05-28 Thread Django
#16114: typo in contributing/writing-code/unit-tests documentation +--- Reporter: danger| Owner: teraom Type: Bug | Status: assigned Milestone:

Re: [Django] #13864: DatabaseError while saving with force_update set

2011-05-28 Thread Django
#13864: DatabaseError while saving with force_update set -+- Reporter: fva| Owner: nobody Type: Bug| Status: reopened Milestone:

Re: [Django] #4102: Allow UPDATE of only specific fields in model.save()

2011-05-28 Thread Django
#4102: Allow UPDATE of only specific fields in model.save() -+- Reporter: Collin | Owner: cgrady Grady | Status: new Type: New|

[Changeset] r16288 - django/trunk/django/core/servers

2011-05-28 Thread noreply
Author: jezdez Date: 2011-05-28 14:28:52 -0700 (Sat, 28 May 2011) New Revision: 16288 Modified: django/trunk/django/core/servers/basehttp.py Log: Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that was previously copy-pasted from the wsgiref module which was added to

Re: [Django] #14903: wsgiref usage

2011-05-28 Thread Django
#14903: wsgiref usage -+- Reporter: maxbublis | Owner: nobody Type: | Status: closed Cleanup/optimization | Component: HTTP handling

Re: [Django] #3706: [patch] Support for nested/compound forms for newforms

2011-05-28 Thread Django
#3706: [patch] Support for nested/compound forms for newforms -+- Reporter: Jeroen | Owner: nobody van Dongen | Component: Forms Type: |

Re: [Django] #7439: FormWizard don't process multipart forms

2011-05-28 Thread Django
#7439: FormWizard don't process multipart forms -+- Reporter: Damian | Owner: nobody Świstowski | Status: new Type: New|

[Django] #16116: Compress cache data

2011-05-28 Thread Django
#16116: Compress cache data -+- Reporter: bjourne | Owner: nobody Type: New feature | Status: new Milestone: | Component: Core (Cache system) Version: 1.3 | Severity:

Re: [Django] #16115: New hook to allow change objects after all inline formsets have been saved

2011-05-28 Thread Django
#16115: New hook to allow change objects after all inline formsets have been saved ---+--- Reporter: igors| Owner: nobody Type: New feature | Status: new

Re: [Django] #16115: New hook to allow change objects after all inline formsets have been saved

2011-05-28 Thread Django
#16115: New hook to allow change objects after all inline formsets have been saved -+- Reporter: igors | Owner: nobody Type: | Status: new

[Django] #16115: New hook to allow change objects after all inline formsets have been saved

2011-05-28 Thread Django
#16115: New hook to allow change objects after all inline formsets have been saved --+--- Reporter: igors | Owner: nobody Type: Cleanup/optimization | Status: new Milestone:

Re: [Django] #14976: Add is_html flag to contrib.messages

2011-05-28 Thread Django
#14976: Add is_html flag to contrib.messages -+- Reporter: tedtieken | Owner: nobody Type: New| Status: new feature| Component:

Re: [Django] #16113: TypeError: unhashable type: 'list'

2011-05-28 Thread Django
#16113: TypeError: unhashable type: 'list' -+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: closed Milestone: |

Re: [Django] #15098: SiteProfileNotAvailable needs silent_variable_failure=True

2011-05-28 Thread Django
#15098: SiteProfileNotAvailable needs silent_variable_failure=True -+- Reporter: tkolar | Owner: tkolar Type: Bug| Status: assigned Milestone:

Re: [Django] #15098: SiteProfileNotAvailable needs silent_variable_failure=True

2011-05-28 Thread Django
#15098: SiteProfileNotAvailable needs silent_variable_failure=True -+- Reporter: tkolar | Owner: tkolar Type: Bug| Status: assigned Milestone:

Re: [Django] #16108: File removal race condition in FileSystemStorage

2011-05-28 Thread Django
#16108: File removal race condition in FileSystemStorage -+- Reporter: aaugustin | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #16082: Directory creation race condition in FileSystemStorage

2011-05-28 Thread Django
#16082: Directory creation race condition in FileSystemStorage -+- Reporter: pjdelport | Owner: nobody Type: Bug| Status: closed Milestone:

[Changeset] r16287 - in django/trunk: django/core/files tests/regressiontests/file_storage

2011-05-28 Thread noreply
Author: jezdez Date: 2011-05-28 06:06:08 -0700 (Sat, 28 May 2011) New Revision: 16287 Modified: django/trunk/django/core/files/storage.py django/trunk/tests/regressiontests/file_storage/tests.py Log: Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend with regard

Re: [Django] #16113: TypeError: unhashable type: 'list'

2011-05-28 Thread Django
#16113: TypeError: unhashable type: 'list' -+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: closed Milestone: |

Re: [Django] #16113: TypeError: unhashable type: 'list'

2011-05-28 Thread Django
#16113: TypeError: unhashable type: 'list' -+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Milestone: |

Re: [Django] #16114: typo in contributing/writing-code/unit-tests documentation

2011-05-28 Thread Django
#16114: typo in contributing/writing-code/unit-tests documentation +--- Reporter: danger| Owner: nobody Type: Bug | Status: new Milestone:|

[Django] #16114: typo in contributing/writing-code/unit-tests documentation

2011-05-28 Thread Django
#16114: typo in contributing/writing-code/unit-tests documentation +--- Reporter: danger | Owner: nobody Type: Bug | Status: new Milestone: | Component: Documentation Version: 1.3 |

[Django] #16113: TypeError: unhashable type: 'list'

2011-05-28 Thread Django
#16113: TypeError: unhashable type: 'list' ---+--- Reporter: anonymous | Owner: nobody Type: Uncategorized | Status: new Milestone: | Component: Uncategorized Version: 1.3|

[Django] #16112: Excluding some value in a related model excludes objects without that model

2011-05-28 Thread Django
#16112: Excluding some value in a related model excludes objects without that model --+-- Reporter: adehnert | Owner: nobody Type: Bug | Status: new Milestone:| Component: Database

Re: [Django] #2273: django.contrib.auth.models.User: username is case-sensitive

2011-05-28 Thread Django
#2273: django.contrib.auth.models.User: username is case-sensitive --+-- Reporter: mderk@… | Owner: adrian Type: defect | Status: closed Milestone:

Re: [Django] #2273: django.contrib.auth.models.User: username is case-sensitive

2011-05-28 Thread Django
#2273: django.contrib.auth.models.User: username is case-sensitive --+-- Reporter: mderk@… | Owner: adrian Type: defect | Status: closed Milestone:

Re: [Django] #16083: incorrect link in the class based views details docs

2011-05-28 Thread Django
#16083: incorrect link in the class based views details docs -+--- Reporter: PaulM | Owner: nobody Type: Bug| Status: closed Milestone: |

Re: [Django] #16087: Add ResolverMatch object to test client responses.

2011-05-28 Thread Django
#16087: Add ResolverMatch object to test client responses. -+- Reporter: mrmachine | Owner: nobody Type: Bug| Status: new Milestone: 1.4|