Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2013-04-04 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: | Status: new

Re: [Django] #19193: Save only one field to database which refereced to FieldFile

2013-04-04 Thread Django
#19193: Save only one field to database which refereced to FieldFile -+- Reporter: 3dflex@… |Owner: nobody Type: New feature | Status: new

Re: [Django] #19193: Save only one field to database which refereced to FieldFile

2013-04-04 Thread Django
#19193: Save only one field to database which refereced to FieldFile -+- Reporter: 3dflex@… |Owner: nobody Type: New feature | Status: new

Re: [Django] #3202: [patch] Faster SelectBox for ManyToMany

2013-04-04 Thread Django
#3202: [patch] Faster SelectBox for ManyToMany ---+ Reporter: gkelly@… |Owner: xian Type: New feature| Status: new Component: contrib.admin |

Re: [Django] #20165: Doc test example may lead to programmer errors

2013-04-04 Thread Django
#20165: Doc test example may lead to programmer errors --+ Reporter: lorinh|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #11857: TemporaryFile class is missing the closed - attribute

2013-04-04 Thread Django
#11857: TemporaryFile class is missing the closed - attribute -+- Reporter: andi100 |Owner: susan Type: Bug | Status: assigned

Re: [Django] #14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField

2013-04-04 Thread Django
#14549: Disambiguation of target/source fields for intermediary models when using ManyToManyField -+- Reporter: Kronuz |Owner: nobody Type: New feature |

Re: [Django] #15590: FileField path isn't settable

2013-04-04 Thread Django
#15590: FileField path isn't settable -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: new Component: File |

[Django] #20204: suggestion for improvement/clarification

2013-04-04 Thread Django
#20204: suggestion for improvement/clarification --+ Reporter: dave.lampton@…| Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation |Version: 1.5 Severity:

Re: [Django] #19193: Save only one field to database which refereced to FieldFile

2013-04-04 Thread Django
#19193: Save only one field to database which refereced to FieldFile -+- Reporter: 3dflex@… |Owner: nobody Type: New feature | Status: closed

Re: [Django] #19259: Annotations generating inefficient SQL on PostgreSQL

2013-04-04 Thread Django
#19259: Annotations generating inefficient SQL on PostgreSQL -+- Reporter: hcarvalhoalves |Owner: nobody Type: | Status: new

Re: [Django] #17122: Admin widgets and forms do not support custom model fields that store non-unicode data in the database to be the primary key referenced by relation fields.

2013-04-04 Thread Django
#17122: Admin widgets and forms do not support custom model fields that store non- unicode data in the database to be the primary key referenced by relation fields. -+ Reporter: nickname123 |Owner: nobody

Re: [Django] #9357: Unable to subclass form Media class

2013-04-04 Thread Django
#9357: Unable to subclass form Media class -+ Reporter: Tarken |Owner: nobody Type: New feature | Status: new Component: Forms| Version: 1.0

Re: [Django] #10935: forms.ImageField.clean should annotate the object returned by FileField.clean

2013-04-04 Thread Django
#10935: forms.ImageField.clean should annotate the object returned by FileField.clean --+ Reporter: jdunck|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #14322: Please set default values for required and error css classes

2013-04-04 Thread Django
#14322: Please set default values for required and error css classes -+- Reporter: dfoerster|Owner: nobody Type: New feature | Status: closed

Re: [Django] #13776: is_valid() with null field value on ModelForms from models with non-nullable ForeignKeys causes ValueError

2013-04-04 Thread Django
#13776: is_valid() with null field value on ModelForms from models with non- nullable ForeignKeys causes ValueError --+ Reporter: peterbe |Owner: nobody Type: Bug

Re: [Django] #18361: Accessing a ModelChoiceField property in a template triggers QuerySet evaluation

2013-04-04 Thread Django
#18361: Accessing a ModelChoiceField property in a template triggers QuerySet evaluation -+- Reporter: kmichel_wgs |Owner: nobody Type: |

Re: [Django] #15015: Mixing read-only with ability to add new instances using a FormSet

2013-04-04 Thread Django
#15015: Mixing read-only with ability to add new instances using a FormSet -+ Reporter: coleifer |Owner: nobody Type: New feature | Status: new Component: Forms

Re: [Django] #9721: DateTimeField does not support all DEFAULT_DATETIME_INPUT_FORMATS when passed a list as input

2013-04-04 Thread Django
#9721: DateTimeField does not support all DEFAULT_DATETIME_INPUT_FORMATS when passed a list as input -+- Reporter: uggedal |Owner: nobody Type: Bug |

Re: [Django] #17657: ModelForm does not respect ModelMultipleChoiceField's to_field_name attribute

2013-04-04 Thread Django
#17657: ModelForm does not respect ModelMultipleChoiceField's to_field_name attribute + Reporter: andreyfedoseev |Owner: nobody Type: Bug | Status: new

Re: [Django] #9631: FieldFile assumes efficient Storage.size

2013-04-04 Thread Django
#9631: FieldFile assumes efficient Storage.size -+- Reporter: psagers |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #8918: FileField upload_to should not be required for custom backends

2013-04-04 Thread Django
#8918: FileField upload_to should not be required for custom backends -+- Reporter: leahculver |Owner: nobody Type: New feature | Status: new

Re: [Django] #13960: abstract file upload/download handling

2013-04-04 Thread Django
#13960: abstract file upload/download handling -+- Reporter: wkornewald |Owner: nobody Type: New feature | Status: new Component: File

Re: [Django] #15590: FileField path isn't settable

2013-04-04 Thread Django
#15590: FileField path isn't settable -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: new Component: File |

Re: [Django] #9256: Let the template parser remember it's root nodelist

2013-04-04 Thread Django
#9256: Let the template parser remember it's root nodelist -+- Reporter: SmileyChris |Owner: Type: | SmileyChris Cleanup/optimization |

Re: [Django] #13167: Non-existent arg passed to template filter raises VariableDoesNotExist

2013-04-04 Thread Django
#13167: Non-existent arg passed to template filter raises VariableDoesNotExist -+- Reporter: copelco |Owner: nobody Type: Bug | Status:

Re: [Django] #15102: find_template returns compiled Template object instead of template source

2013-04-04 Thread Django
#15102: find_template returns compiled Template object instead of template source -+- Reporter: vmanchev |Owner: vmanchev Type: New feature | Status:

[Django] #20203: Impossible to have a descriptor named `objects` on an abstract model

2013-04-04 Thread Django
#20203: Impossible to have a descriptor named `objects` on an abstract model -+- Reporter: Alex | Owner: nobody Type: Bug| Status: new

Re: [Django] #17356: Allow {% include %} to render compiled templates on the context

2013-04-04 Thread Django
#17356: Allow {% include %} to render compiled templates on the context -+ Reporter: SmileyChris |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #18155: Undocumented changes, indecision, in template fail silently exception handling

2013-04-04 Thread Django
#18155: Undocumented changes, indecision, in template fail silently exception handling -+- Reporter: Aryeh Leib Taurog|Owner: nobody |

Re: [Django] #9173: Conditional content of template blocks

2013-04-04 Thread Django
#9173: Conditional content of template blocks -+- Reporter: while0pass |Owner: nobody Type: New feature | Status: new Component: Template system |

Re: [Django] #9093: Extend inclusion tag syntax to allow custom templates

2013-04-04 Thread Django
#9093: Extend inclusion tag syntax to allow custom templates -+ Reporter: exogen@… |Owner: nobody Type: New feature | Status: new Component: Template system

Re: [Django] #13480: (patch) Gracefully handling ImportErrors in user modules.

2013-04-04 Thread Django
#13480: (patch) Gracefully handling ImportErrors in user modules. --+ Reporter: FunnyMan3595 |Owner: axiak Type: Cleanup/optimization | Status: assigned

Re: [Django] #18744: NamedTemporaryFile opened in read mode cannot be written to by another process on Windows

2013-04-04 Thread Django
#18744: NamedTemporaryFile opened in read mode cannot be written to by another process on Windows --+ Reporter: ty@… |Owner: nobody Type: Bug | Status: new

Re: [Django] #8690: FormPreview should pass request to parse_params

2013-04-04 Thread Django
#8690: FormPreview should pass request to parse_params ---+ Reporter: bthomas|Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #17648: Allow `GenericForeignKey` to retreive/store proxy model content type.

2013-04-04 Thread Django
#17648: Allow `GenericForeignKey` to retreive/store proxy model content type. -+- Reporter: charettes|Owner: charettes Type: New feature | Status:

Re: [Django] #13224: style of m2m readonly_fields in admin change_form

2013-04-04 Thread Django
#13224: style of m2m readonly_fields in admin change_form -+- Reporter: benc |Owner: Type: New feature | Status: new Component: contrib.admin

Re: [Django] #14802: feature request: add a method to Fields that is used to render the field as read-only

2013-04-04 Thread Django
#14802: feature request: add a method to Fields that is used to render the field as read-only -+- Reporter: nickname123 |Owner: cogat Type: New feature |

Re: [Django] #17666: current_app can not be overridden in template

2013-04-04 Thread Django
#17666: current_app can not be overridden in template -+- Reporter: crass@… |Owner: anonymous Type: New feature | Status: closed Component:

Re: [Django] #11732: ModelAdmin.get_changelist_form should use ModelAdmin.form

2013-04-04 Thread Django
#11732: ModelAdmin.get_changelist_form should use ModelAdmin.form -+- Reporter: edcrypt |Owner: nobody Type: New feature | Status: closed

[django/django] 1aca9d: Fixed a line that was overindented.

2013-04-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 1aca9d93beaac9f5e37cd90d1e29e572b5f7a86d https://github.com/django/django/commit/1aca9d93beaac9f5e37cd90d1e29e572b5f7a86d Author: Alex Gaynor Date: 2013-04-04 (Thu, 04 Apr 2013)

Re: [Django] #9055: Percent sign in SQL statement behaves different with CursorDebugWrapper

2013-04-04 Thread Django
#9055: Percent sign in SQL statement behaves different with CursorDebugWrapper -+- Reporter: guettli |Owner: claudep Type: Bug | Status: new

[Django] #20202: BaseModelForm uses model_to_dict to provide initial, causes problems for ModelChoiceField with non-pk to_field_name

2013-04-04 Thread Django
#20202: BaseModelForm uses model_to_dict to provide initial, causes problems for ModelChoiceField with non-pk to_field_name ---+ Reporter: valtron2000@… | Owner: nobody Type: Bug| Status: new Component:

[django/django] ce23e3: Removed instructions about download_url from relea...

2013-04-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: ce23e33399a8a21a87de94bfbf12ae57f833b52c https://github.com/django/django/commit/ce23e33399a8a21a87de94bfbf12ae57f833b52c Author: Jacob Kaplan-Moss Date: 2013-04-04 (Thu, 04 Apr 2013)

Re: [Django] #20199: Allow ModelForm to override error messages defined in model fields.

2013-04-04 Thread Django
#20199: Allow ModelForm to override error messages defined in model fields. -+ Reporter: loic84 |Owner: nobody Type: New feature | Status: new Component: Forms

[django/django] 5c771d: Remove download_url from setup.py

2013-04-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 5c771da3abddb99fe5740440aa5c815ca04afad0 https://github.com/django/django/commit/5c771da3abddb99fe5740440aa5c815ca04afad0 Author: Donald Stufft Date: 2013-04-04 (Thu, 04 Apr 2013)

Re: [Django] #20199: Allow ModelForm to override error messages defined in model fields.

2013-04-04 Thread Django
#20199: Allow ModelForm to override error messages defined in model fields. -+ Reporter: loic84 |Owner: nobody Type: New feature | Status: new Component: Forms

Re: [Django] #20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2

2013-04-04 Thread Django
#20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2 ---+-- Reporter: clawlor|Owner: nobody Type: Bug| Status:

Re: [Django] #20197: XML serializer can output invalid characters

2013-04-04 Thread Django
#20197: XML serializer can output invalid characters --+ Reporter: ris |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #20201: Oracle String Length Issue with CLOB and NCLOB

2013-04-04 Thread Django
#20201: Oracle String Length Issue with CLOB and NCLOB -+- Reporter: deejross |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #20201: Oracle String Length Issue with CLOB and NCLOB

2013-04-04 Thread Django
#20201: Oracle String Length Issue with CLOB and NCLOB -+- Reporter: deejross |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+- Reporter: yishaibeeri|Owner: bmispelon Type: Bug| Status: closed Component:

Re: [Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+- Reporter: yishaibeeri|Owner: bmispelon Type: Bug| Status: closed Component:

[django/django] 2c2730: Fix #20195: wrong reference in session settings do...

2013-04-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: 2c27300f343df2bae0db0f4c3594e5ae5b0b219f https://github.com/django/django/commit/2c27300f343df2bae0db0f4c3594e5ae5b0b219f Author: Baptiste Mispelon Date: 2013-04-04 (Thu, 04 Apr

Re: [Django] #20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB

2013-04-04 Thread Django
#20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB -+- Reporter: deejross |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #20201: Oracle String Length Issue with CLOB and NCLOB

2013-04-04 Thread Django
#20201: Oracle String Length Issue with CLOB and NCLOB -+- Reporter: deejross |Owner: nobody Type: Bug | Status: new Component: Database

Re: [Django] #901: [patch] Reload method for models

2013-04-04 Thread Django
#901: [patch] Reload method for models -+- Reporter: andreas@…|Owner: adrian Type: enhancement | Status: closed Component: Core (Other)

Re: [Django] #20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB

2013-04-04 Thread Django
#20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB -+- Reporter: deejross |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+- Reporter: yishaibeeri|Owner: bmispelon Type: Bug| Status: assigned Component:

[Django] #20201: Oracle String Length Issue with CLOB and NCLOB

2013-04-04 Thread Django
#20201: Oracle String Length Issue with CLOB and NCLOB --+ Reporter: deejross | Owner: nobody Type: Bug | Status: new Component: Database layer (models,

[Django] #20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB

2013-04-04 Thread Django
#20200: Oracle Inconsistencies with NVARCHAR2 and NCLOB --+ Reporter: deejross | Owner: nobody Type: Bug | Status: new Component: Database layer (models,

Re: [Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+- Reporter: yishaibeeri|Owner: bmispelon Type: Bug| Status: assigned Component:

[Django] #20199: Allow ModelForm to override error messages defined in model fields.

2013-04-04 Thread Django
#20199: Allow ModelForm to override error messages defined in model fields. -+ Reporter: loic84 | Owner: nobody Type: New feature | Status: new Component: Forms|Version: master Severity:

Re: [Django] #9976: Generic Foreign Keys should have a nice widget(ala raw_id)

2013-04-04 Thread Django
#9976: Generic Foreign Keys should have a nice widget(ala raw_id) ---+ Reporter: Alex |Owner: Alex Type: New feature| Status: assigned Component: contrib.admin

Re: [Django] #20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2

2013-04-04 Thread Django
#20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2 ---+-- Reporter: clawlor|Owner: nobody Type: Bug| Status:

[Django] #20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2

2013-04-04 Thread Django
#20198: fixtures.FixtureLoadingTests.test_loaddata_error_message fails on Postgres 9.2 ---+ Reporter: clawlor| Owner: nobody Type: Bug| Status: new Component: Testing framework |

Re: [Django] #19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse()

2013-04-04 Thread Django
#19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse() -+-- Reporter: HakTom |Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse()

2013-04-04 Thread Django
#19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse() -+-- Reporter: HakTom |Owner: nobody Type: Bug | Status: closed Component: Core

[Django] #20197: XML serializer can output invalid characters

2013-04-04 Thread Django
#20197: XML serializer can output invalid characters --+ Reporter: ris | Owner: nobody Type: Uncategorized | Status: new Component: Core (Serialization) |Version: 1.3

Re: [Django] #19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse()

2013-04-04 Thread Django
#19930: Upgrading to Django v1.5 breaks django.core.urlresolvers.reverse() -+-- Reporter: HakTom |Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #19224: The documentation version switcher

2013-04-04 Thread Django
#19224: The documentation version switcher -+- Reporter: aruseni |Owner: reecelong Type: Bug | Status: assigned Component:

Re: [Django] #12747: Custom HTTP status reason phrases are not supported

2013-04-04 Thread Django
#12747: Custom HTTP status reason phrases are not supported -+- Reporter: Gustavo |Owner: gisle Type: New feature | Status: new Component: HTTP

Re: [Django] #19224: The documentation version switcher

2013-04-04 Thread Django
#19224: The documentation version switcher -+- Reporter: aruseni |Owner: reecelong Type: Bug | Status: assigned Component:

Re: [Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+ Reporter: yishaibeeri|Owner: nobody Type: Bug| Status: new Component: Documentation |

Re: [Django] #19224: The documentation version switcher

2013-04-04 Thread Django
#19224: The documentation version switcher -+- Reporter: aruseni |Owner: reecelong Type: Bug | Status: assigned Component:

[django/django] bd9b32: Fix typo in transaction.Atomic docstring

2013-04-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/django/django Commit: bd9b324a99ec77026c3dd0f749e28c919fe5ee59 https://github.com/django/django/commit/bd9b324a99ec77026c3dd0f749e28c919fe5ee59 Author: Marti Raudsepp Date: 2013-04-03 (Wed, 03 Apr 2013)

Re: [Django] #20177: Don't use setup_test_environment in the shell in testing tutorial

2013-04-04 Thread Django
#20177: Don't use setup_test_environment in the shell in testing tutorial --+ Reporter: vlad.london.uk@… |Owner: nobody Type: Bug | Status: new Component:

[Django] #20195: Broken documentation cross reference in session settings

2013-04-04 Thread Django
#20195: Broken documentation cross reference in session settings ---+- Reporter: yishaibeeri| Owner: nobody Type: Bug| Status: new Component: Documentation |Version: master Severity: Normal

Re: [Django] #20194: "console", "dummy", and "locmem" email backends should accept generators to send_messages() just as "smtp" backend does

2013-04-04 Thread Django
#20194: "console", "dummy", and "locmem" email backends should accept generators to send_messages() just as "smtp" backend does -+- Reporter: brendoncrawford |Owner: Type: