Re: [Django] #17092: Internal Redirects with Apache

2015-03-13 Thread Django
#17092: Internal Redirects with Apache --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization | Status: new Component: HTTP handling |

Re: [Django] #23960: HTTP standard no longer requires the Location header to be an absolute URI

2015-03-13 Thread Django
#23960: HTTP standard no longer requires the Location header to be an absolute URI --+ Reporter: carljm|Owner: claudep Type: Cleanup/optimization | Status

Re: [Django] #15590: Document how to change the path of a FileField (was: FileField path isn't settable)

2015-03-13 Thread Django
#15590: Document how to change the path of a FileField -+- Reporter: simon29 |Owner: simon29 Type: New feature | Status: new Component: Document

Re: [Django] #17337: [nonrel] Support for non-integer AutoFields (was: [nonrel] Support for non-integer automatic primary keys)

2015-03-13 Thread Django
#17337: [nonrel] Support for non-integer AutoFields -+- Reporter: jonash |Owner: nobody Type: Bug | Status: new Component: Database lay

Re: [Django] #16955: Querying on the reverse of a FK with the wrong class silently returns bad data

2015-03-13 Thread Django
#16955: Querying on the reverse of a FK with the wrong class silently returns bad data -+- Reporter: jdunck |Owner: dgouldin Type: Bug | Sta

Re: [Django] #13750: ImageField accessing height or width and then data results in "I/O operation on closed file"

2015-03-13 Thread Django
#13750: ImageField accessing height or width and then data results in "I/O operation on closed file" --+ Reporter: ROsborne |Owner: aethemba Type: Bug |

Re: [Django] #20941: Provide a way for CBVs to be called from instances

2015-03-13 Thread Django
#20941: Provide a way for CBVs to be called from instances ---+ Reporter: mjtamlyn |Owner: mjtamlyn Type: New feature| Status: new Component: Generic views |

Re: [Django] #20846: Increase contrib.auth's User.username length

2015-03-13 Thread Django
#20846: Increase contrib.auth's User.username length --+ Reporter: ivoras@… |Owner: nobody Type: New feature | Status: new Component: contrib.auth |

Re: [Django] #23004: Cleanse entries from request.META in debug views

2015-03-13 Thread Django
#23004: Cleanse entries from request.META in debug views --+ Reporter: blueyed |Owner: nobody Type: New feature | Status: new Component: Core (Other) |

[Django] #24479: models: please document that order_with_respect_to overwrites ordering / add a warning

2015-03-13 Thread Django
#24479: models: please document that order_with_respect_to overwrites ordering / add a warning ---+ Reporter: blueyed| Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: ma

Re: [Django] #23960: HTTP standard no longer requires the Location header to be an absolute URI

2015-03-13 Thread Django
#23960: HTTP standard no longer requires the Location header to be an absolute URI --+ Reporter: carljm|Owner: claudep Type: Cleanup/optimization | Status

Re: [Django] #24085: @login_required decorator redirects to a locale specific URL when using i18n_patterns

2015-03-13 Thread Django
#24085: @login_required decorator redirects to a locale specific URL when using i18n_patterns -+- Reporter: thedrow |Owner: nobody Type: Bug |

Re: [Django] #24375: Add ability to mark migration as "part of initial" in Migration

2015-03-13 Thread Django
#24375: Add ability to mark migration as "part of initial" in Migration -+ Reporter: haeric |Owner: akulakov Type: New feature | Status: assigned Component:

Re: [Django] #24375: Add ability to mark migration as "part of initial" in Migration

2015-03-13 Thread Django
#24375: Add ability to mark migration as "part of initial" in Migration -+ Reporter: haeric |Owner: akulakov Type: New feature | Status: assigned Component:

Re: [Django] #24474: Make display for null fields in Django admin configurable through settings

2015-03-13 Thread Django
#24474: Make display for null fields in Django admin configurable through settings ---+- Reporter: gannetson |Owner: gannetson Type: New feature| Status: assigned Co

Re: [Django] #24462: Add a new QuerySet operation to use current results as a subquery (was: Using .distinct().order_by() on a queryset produces unexpected results)

2015-03-13 Thread Django
#24462: Add a new QuerySet operation to use current results as a subquery -+- Reporter: trosos |Owner: nobody Type: New feature | Status: new Co

Re: [Django] #24462: Using .distinct().order_by() on a queryset produces unexpected results

2015-03-13 Thread Django
#24462: Using .distinct().order_by() on a queryset produces unexpected results -+- Reporter: trosos |Owner: nobody Type: Bug | Status: new

Re: [Django] #24462: Using .distinct().order_by() on a queryset produces unexpected results

2015-03-13 Thread Django
#24462: Using .distinct().order_by() on a queryset produces unexpected results -+- Reporter: trosos |Owner: nobody Type: Bug | Status: new

Re: [Django] #24462: Using .distinct().order_by() on a queryset produces unexpected results

2015-03-13 Thread Django
#24462: Using .distinct().order_by() on a queryset produces unexpected results -+- Reporter: trosos |Owner: nobody Type: Bug | Status: new

Re: [Django] #24476: Allow using set_script_prefix as a contextmanager

2015-03-13 Thread Django
#24476: Allow using set_script_prefix as a contextmanager -+- Reporter: timgraham|Owner: bpeschier Type: | Status: assigned Cleanup/opti

Re: [Django] #24253: document staff_member_required

2015-03-13 Thread Django
#24253: document staff_member_required + Reporter: collinanderson |Owner: akulakov Type: New feature | Status: closed Component: Documentation | V

Re: [Django] #23034: Add migrations support for adding ManyToMany "through" model

2015-03-13 Thread Django
#23034: Add migrations support for adding ManyToMany "through" model -+ Reporter: lorinkoz@… |Owner: knbk Type: New feature | Status: assigned Component: Migrations |

Re: [Django] #24052: Document how to use models from other apps in RunPython

2015-03-13 Thread Django
#24052: Document how to use models from other apps in RunPython --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: closed Compone

Re: [Django] #24052: Document how to use models from other apps in RunPython

2015-03-13 Thread Django
#24052: Document how to use models from other apps in RunPython --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: closed Compone

Re: [Django] #24052: Document how to use models from other apps in RunPython

2015-03-13 Thread Django
#24052: Document how to use models from other apps in RunPython --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: closed Compone

Re: [Django] #24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly

2015-03-13 Thread Django
#24416: EmailMessage and send_email do not handle ugettext_lazy translated addresses correctly -+ Reporter: medmunds |Owner: medmunds Type: Bug | Status: closed C

Re: [Django] #23746: Allow assertNumQueries to clear caches before it runs

2015-03-13 Thread Django
#23746: Allow assertNumQueries to clear caches before it runs ---+ Reporter: wrwrwr |Owner: nobody Type: New feature| Status: new Component: Testing f

Re: [Django] #24478: Icelandic thousand separator not working without number grouping value

2015-03-13 Thread Django
#24478: Icelandic thousand separator not working without number grouping value -+- Reporter: saevarom |Owner: nobody Type: Bug | Status: close

Re: [Django] #24478: Icelandic thousand separator not working without number grouping value

2015-03-13 Thread Django
#24478: Icelandic thousand separator not working without number grouping value -+- Reporter: saevarom |Owner: nobody Type: Bug | Status: close

Re: [Django] #24122: Redirect to translated url after setting language

2015-03-13 Thread Django
#24122: Redirect to translated url after setting language -+- Reporter: gbdlin |Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #24477: Error Outputting System Checks in django/core/management/base.py

2015-03-13 Thread Django
#24477: Error Outputting System Checks in django/core/management/base.py -+- Reporter: DavidMuller |Owner: nobody Type: Uncategorized| Status: closed

Re: [Django] #24478: Icelandic thousand separator not working without number grouping value

2015-03-13 Thread Django
#24478: Icelandic thousand separator not working without number grouping value -+- Reporter: saevarom |Owner: nobody Type: Bug | Status: new

Re: [Django] #24478: Icelandic thousand separator not working without number grouping value

2015-03-13 Thread Django
#24478: Icelandic thousand separator not working without number grouping value --+ Reporter: saevarom | Owner: nobody Type: Bug | Status: new Component: Internationalization |

[Django] #24478: Icelandic thousand separator not working without number grouping value

2015-03-13 Thread Django
#24478: Icelandic thousand separator not working without number grouping value --+--- Reporter: saevarom | Owner: nobody Type: Bug | Status: new Component: Internationaliza

Re: [Django] #23746: Allow assertNumQueries to clear caches before it runs

2015-03-13 Thread Django
#23746: Allow assertNumQueries to clear caches before it runs ---+ Reporter: wrwrwr |Owner: nobody Type: New feature| Status: new Component: Testing f

Re: [Django] #24469: forms, form fields and media are escaped wrongfully in non django templates

2015-03-13 Thread Django
#24469: forms, form fields and media are escaped wrongfully in non django templates -+- Reporter: MoritzS |Owner: aaugustin Type: Bug | Statu

Re: [Django] #23034: Add migrations support for adding ManyToMany "through" model

2015-03-13 Thread Django
#23034: Add migrations support for adding ManyToMany "through" model -+ Reporter: lorinkoz@… |Owner: knbk Type: New feature | Status: assigned Component: Migrations |

Re: [Django] #12982: Add get_or_set method to cache API

2015-03-13 Thread Django
#12982: Add get_or_set method to cache API -+- Reporter: Alex |Owner: | berkerpeksag Type: New feature | Statu

Re: [Django] #19820: Make loaddata error messages less cryptic

2015-03-13 Thread Django
#19820: Make loaddata error messages less cryptic --+ Reporter: bigfudge |Owner: nobody Type: Cleanup/optimization | Status: new Component: Core (Serial

Re: [Django] #23559: Staff (not superusers) should not manage perms of Users

2015-03-13 Thread Django
#23559: Staff (not superusers) should not manage perms of Users ---+ Reporter: Tuttle |Owner: Remco47 Type: New feature| Status: assigned Component: Documentation

Re: [Django] #23559: Staff (not superusers) should not manage perms of Users

2015-03-13 Thread Django
#23559: Staff (not superusers) should not manage perms of Users ---+ Reporter: Tuttle |Owner: Remco47 Type: New feature| Status: assigned Component: Documentation

Re: [Django] #23559: Staff (not superusers) should not manage perms of Users

2015-03-13 Thread Django
#23559: Staff (not superusers) should not manage perms of Users ---+ Reporter: Tuttle |Owner: Remco47 Type: New feature| Status: assigned Component: Documentation

Re: [Django] #19018: m2m relationships with a through field don't respect types.

2015-03-13 Thread Django
#19018: m2m relationships with a through field don't respect types. -+- Reporter: justinlilly |Owner: nobody Type: Bug | Status: closed Compo

Re: [Django] #24122: Redirect to translated url after setting language

2015-03-13 Thread Django
#24122: Redirect to translated url after setting language -+- Reporter: gbdlin |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #24474: Make display for null fields in Django admin configurable through settings

2015-03-13 Thread Django
#24474: Make display for null fields in Django admin configurable through settings ---+- Reporter: gannetson |Owner: gannetson Type: New feature| Status: assigned Co

Re: [Django] #16213: View collections in the generic views

2015-03-13 Thread Django
#16213: View collections in the generic views ---+- Reporter: hvdklauw |Owner: auvipy Type: New feature| Status: closed Component: Generic views |

Re: [Django] #13750: ImageField accessing height or width and then data results in "I/O operation on closed file"

2015-03-13 Thread Django
#13750: ImageField accessing height or width and then data results in "I/O operation on closed file" --+ Reporter: ROsborne |Owner: aethemba Type: Bug |

Re: [Django] #13750: ImageField accessing height or width and then data results in "I/O operation on closed file"

2015-03-13 Thread Django
#13750: ImageField accessing height or width and then data results in "I/O operation on closed file" --+ Reporter: ROsborne |Owner: aethemba Type: Bug |

Re: [Django] #13750: ImageField accessing height or width and then data results in "I/O operation on closed file"

2015-03-13 Thread Django
#13750: ImageField accessing height or width and then data results in "I/O operation on closed file" --+ Reporter: ROsborne |Owner: aethemba Type: Bug |

Re: [Django] #13750: ImageField accessing height or width and then data results in "I/O operation on closed file"

2015-03-13 Thread Django
#13750: ImageField accessing height or width and then data results in "I/O operation on closed file" --+ Reporter: ROsborne |Owner: aethemba Type: Bug |

Re: [Django] #24477: Error Outputting System Checks in django/core/management/base.py

2015-03-13 Thread Django
#24477: Error Outputting System Checks in django/core/management/base.py -+- Reporter: DavidMuller |Owner: nobody Type: Uncategorized| Status: closed