Re: [Django] #27328: return `Set-Cookie` if sessionid= None value

2016-10-12 Thread Django
#27328: return `Set-Cookie` if sessionid= None value -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: Bug |

Re: [Django] #27334: File uploads could rename temporary files rather than copying them

2016-10-12 Thread Django
#27334: File uploads could rename temporary files rather than copying them -+- Reporter: Adam Chidlow |Owner: nobody Type: | Status: new

Re: [Django] #19705: CommonMiddleware handles If-None-Match incorrectly

2016-10-12 Thread Django
#19705: CommonMiddleware handles If-None-Match incorrectly -+- Reporter: Aymeric Augustin |Owner: Denis | Cornehl Type: Bug |

Re: [Django] #27340: Model pre_init signal should provide an `instance` argument

2016-10-12 Thread Django
#27340: Model pre_init signal should provide an `instance` argument -+- Reporter: Ask Solem Hoel |Owner: nobody Type: New feature | Status: new

[Django] #27340: Model pre_init signal should provide an `instance` argument

2016-10-12 Thread Django
#27340: Model pre_init signal should provide an `instance` argument + Reporter: Ask Solem Hoel | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.10 Severity:

Re: [Django] #27200: Provide makemigrations router.allow_migrate() with a model_name (was: router.allow_migrate without a model/hint, what is it supposed to do? Does it make sense to make that call?)

2016-10-12 Thread Django
#27200: Provide makemigrations router.allow_migrate() with a model_name -+- Reporter: Joseph Kahn |Owner: nobody Type: | Status: new

Re: [Django] #27267: Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it"

2016-10-12 Thread Django
#27267: Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" +-- Reporter: Melvyn Sopacua |Owner: nobody Type: Bug |

Re: [Django] #27338: Running an AlterField to change a CharField primary key to AutoField crashes

2016-10-12 Thread Django
#27338: Running an AlterField to change a CharField primary key to AutoField crashes --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization |

[Django] #27339: Adding an AutoField prompts for a default which creates a broken migration

2016-10-12 Thread Django
#27339: Adding an AutoField prompts for a default which creates a broken migration + Reporter: Tim Graham| Owner: nobody Type: Cleanup/optimization | Status:

[Django] #27338: Running an AlterField to change a CharField primary key to AutoField crashes

2016-10-12 Thread Django
#27338: Running an AlterField to change a CharField primary key to AutoField crashes + Reporter: Tim Graham| Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #24607: Serialization (and deserialization) of MTI models doesn't work with natural keys

2016-10-12 Thread Django
#24607: Serialization (and deserialization) of MTI models doesn't work with natural keys --+ Reporter: Denys Duchier |Owner: nobody Type: Bug |

Re: [Django] #21046: django-admin.py always creates files with Unix line endings

2016-10-12 Thread Django
#21046: django-admin.py always creates files with Unix line endings -+- Reporter: Florian Sening |Owner: nobody Type: Bug | Status: new

Re: [Django] #27324: Simplify get_constraints on Oracle

2016-10-12 Thread Django
#27324: Simplify get_constraints on Oracle -+- Reporter: felixxm |Owner: felixxm Type: | Status: assigned Cleanup/optimization

Re: [Django] #27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3

2016-10-12 Thread Django
#27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3 -+- Reporter: Tim Heap |Owner: nobody Type: Bug | Status: new

Re: [Django] #27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3

2016-10-12 Thread Django
#27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3 -+- Reporter: Tim Heap |Owner: nobody Type: Bug | Status: new

[Django] #27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3

2016-10-12 Thread Django
#27337: Convoluted MTI with abstract model mixin fails on PY2, works on PY3 --+-- Reporter: Tim Heap | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #27323: Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG

2016-10-12 Thread Django
#27323: Optimize Oracle introspection by using USER_SEQUENCES instead of USER_CATALOG -+- Reporter: felixxm |Owner: felixxm Type: |

Re: [Django] #27303: Selecting multiple admin list_filters across relations return results that don't match both filters (was: Allow FilterSpecs to return Q-likes)

2016-10-12 Thread Django
#27303: Selecting multiple admin list_filters across relations return results that don't match both filters ---+ Reporter: Yeago |Owner: nobody Type: Bug|

Re: [Django] #19705: CommonMiddleware handles If-None-Match incorrectly

2016-10-12 Thread Django
#19705: CommonMiddleware handles If-None-Match incorrectly -+- Reporter: Aymeric Augustin |Owner: Denis | Cornehl Type: Bug |

Re: [Django] #27331: Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField

2016-10-12 Thread Django
#27331: Proposed opt_group argument for ModelChoiceField and ModelMultipleChoiceField -+- Reporter: Héctor Urbina|Owner: nobody Type: New feature |

Re: [Django] #27332: Specifying additional ON arguments, and more flexibility with joins

2016-10-12 Thread Django
#27332: Specifying additional ON arguments, and more flexibility with joins -+- Reporter: MikiSoft |Owner: nobody Type: New feature | Status: new

Re: [Django] #27335: Avoid object save during QuerySet.update_or_create() when there were no changes (was: Avoid object save during QuerySet.update_or_create when there were no changes)

2016-10-12 Thread Django
#27335: Avoid object save during QuerySet.update_or_create() when there were no changes -+- Reporter: tonnzor |Owner: nobody Type: |

Re: [Django] #27334: File uploads could rename temporary files rather than copying them

2016-10-12 Thread Django
#27334: File uploads could rename temporary files rather than copying them -+- Reporter: Adam Chidlow |Owner: nobody Type: | Status: new

Re: [Django] #27333: EmailMessage.message().as_string() incorrectly base64 encoded on Python 3

2016-10-12 Thread Django
#27333: EmailMessage.message().as_string() incorrectly base64 encoded on Python 3 -+- Reporter: aRkadeFR |Owner: Claude | Paroz Type: Bug

Re: [Django] #19705: CommonMiddleware handles If-None-Match incorrectly

2016-10-12 Thread Django
#19705: CommonMiddleware handles If-None-Match incorrectly -+- Reporter: Aymeric Augustin |Owner: Denis | Cornehl Type: Bug |

Re: [Django] #4994: Cookies are not sent back for HTTP Not Modified (304) from CommonMiddleware

2016-10-12 Thread Django
#4994: Cookies are not sent back for HTTP Not Modified (304) from CommonMiddleware -+- Reporter: colin@… |Owner: Malcolm | Tredinnick

Re: [Django] #10541: cannot save file from a pipe on Python 2 (was: cannot save file from a pipe)

2016-10-12 Thread Django
#10541: cannot save file from a pipe on Python 2 -+- Reporter: liangent |Owner: nobody Type: Bug | Status: closed Component: File

Re: [Django] #27336: Whitespace control django configuration template

2016-10-12 Thread Django
#27336: Whitespace control django configuration template -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27328: return `Set-Cookie` if sessionid= None value

2016-10-12 Thread Django
#27328: return `Set-Cookie` if sessionid= None value -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: Bug |

Re: [Django] #27334: File uploads could rename temporary files rather than copying them

2016-10-12 Thread Django
#27334: File uploads could rename temporary files rather than copying them -+- Reporter: Adam Chidlow |Owner: nobody Type: | Status: new

Re: [Django] #27328: return `Set-Cookie` if sessionid= None value

2016-10-12 Thread Django
#27328: return `Set-Cookie` if sessionid= None value -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: Bug |

Re: [Django] #27334: File uploads could rename temporary files rather than copying them

2016-10-12 Thread Django
#27334: File uploads could rename temporary files rather than copying them -+- Reporter: Adam Chidlow |Owner: nobody Type: | Status: new

Re: [Django] #27336: Whitespace control django configuration template (was: Whitespace control django configuration Jinja2)

2016-10-12 Thread Django
#27336: Whitespace control django configuration template -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

Re: [Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 -+- Reporter: Ramin Farajpour |Owner: nobody Cami | Type: |

[Django] #27336: Whitespace control django configuration Jinja2

2016-10-12 Thread Django
#27336: Whitespace control django configuration Jinja2 --+ Reporter: Ramin Farajpour Cami | Owner: nobody Type: Cleanup/optimization | Status: new Component: Template system |Version: 1.10

Re: [Django] #18150: Uploading a file ending with a backslash fails

2016-10-12 Thread Django
#18150: Uploading a file ending with a backslash fails --+ Reporter: Peter Kuma|Owner: (none) Type: Bug | Status: new Component: File

[Django] #27335: Avoid object save during QuerySet.update_or_create when there were no changes

2016-10-12 Thread Django
#27335: Avoid object save during QuerySet.update_or_create when there were no changes --+ Reporter: tonnzor | Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #21602: FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic

2016-10-12 Thread Django
#21602: FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic --+ Reporter: Kevin Stone |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #27334: File uploads could rename temporary files rather than copying them (was: File uploads create copies instead of renaming)

2016-10-12 Thread Django
#27334: File uploads could rename temporary files rather than copying them -+- Reporter: Adam Chidlow |Owner: nobody Type: | Status: closed

Re: [Django] #13539: The delete confirmation page does not check for object-level permissions when building the related list

2016-10-12 Thread Django
#13539: The delete confirmation page does not check for object-level permissions when building the related list -+- Reporter: Ion Scerbatiuc |Owner: (none) Type: Bug