Re: [Django] #25109: MigrationLoader.load_disk hides ImportError for invalid MIGRATION_MODULES

2016-03-22 Thread Django
#25109: MigrationLoader.load_disk hides ImportError for invalid MIGRATION_MODULES + Reporter: blueyed |Owner: nobody Type: Bug | Status: new Component: Migration

Re: [Django] #26396: ModelChoiceField shows only 100 choices with mysql.connector.django (was: ModelChoiceField shows only 100 choices)

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices with mysql.connector.django +-- Reporter: pkaczynski |Owner: nobody Type: Bug | Status: closed Component: Forms

Re: [Django] #25388: Allow disabling of all migrations during tests

2016-03-22 Thread Django
#25388: Allow disabling of all migrations during tests ---+ Reporter: MarkusH|Owner: viciu Type: New feature| Status: closed Component: Testing framew

Re: [Django] #26398: FieldFile open() ignores the mode, always opening the file for reading

2016-03-22 Thread Django
#26398: FieldFile open() ignores the mode, always opening the file for reading -+- Reporter: koterpillar |Owner: nobody Type: Uncategorized| Status: new

[Django] #26398: FieldFile open() ignores the mode, always opening the file for reading

2016-03-22 Thread Django
#26398: FieldFile open() ignores the mode, always opening the file for reading ---+ Reporter: koterpillar| Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.8 Severity:

Re: [Django] #26195: order_by pk doesn't work in multi-table inheritance models if parent has default ordering

2016-03-22 Thread Django
#26195: order_by pk doesn't work in multi-table inheritance models if parent has default ordering -+- Reporter: ris |Owner: nobody Type: Bug |

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-03-22 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status: close

Re: [Django] #26195: order_by pk doesn't work in multi-table inheritance models if parent has default ordering

2016-03-22 Thread Django
#26195: order_by pk doesn't work in multi-table inheritance models if parent has default ordering -+- Reporter: ris |Owner: nobody Type: Bug |

Re: [Django] #26396: ModelChoiceField shows only 100 choices

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices +-- Reporter: pkaczynski |Owner: nobody Type: Bug | Status: closed Component: Forms | Version:

Re: [Django] #26396: ModelChoiceField shows only 100 choices

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices +-- Reporter: pkaczynski |Owner: nobody Type: Bug | Status: new Component: Forms | Version: 1

Re: [Django] #25232: Make the ModelBackend/RemoteUser authentication backends reject inactive users (was: Make the ModelBackend authentication backend reject inactive users)

2016-03-22 Thread Django
#25232: Make the ModelBackend/RemoteUser authentication backends reject inactive users --+ Reporter: OleLaursen|Owner: sasha0 Type: New feature | Status: assigned Compon

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform --+ Reporter: gkrnours |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform --+ Reporter: gkrnours |Owner: nobody Type: Cleanup/optimization | Status: closed Component

Re: [Django] #26382: Better decouple Storage and FileField

2016-03-22 Thread Django
#26382: Better decouple Storage and FileField -+- Reporter: cristianocca |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #26058: Custom storage backend's not entirely decoupled from FileField

2016-03-22 Thread Django
#26058: Custom storage backend's not entirely decoupled from FileField -+- Reporter: Korijn |Owner: nobody Type: | Status: new Cleanup

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform --+ Reporter: gkrnours |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #26382: Better decouple Storage and FileField

2016-03-22 Thread Django
#26382: Better decouple Storage and FileField -+- Reporter: cristianocca |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #25872: Add a trans/blocktrans option to force HTML escaping (was: Add a blocktrans option to force HTML escaping)

2016-03-22 Thread Django
#25872: Add a trans/blocktrans option to force HTML escaping -+ Reporter: a1tus|Owner: sasha0 Type: New feature | Status: assigned Component: Template sy

Re: [Django] #13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null.

2016-03-22 Thread Django
#13327: FileField/ImageField accessor methods throw unnecessary exceptions when they are blank or null. -+- Reporter: kevin.howerton@… |Owner: nobody Type: |

Re: [Django] #26396: ModelChoiceField shows only 100 choices

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices +-- Reporter: pkaczynski |Owner: nobody Type: Bug | Status: new Component: Forms | Version: 1

Re: [Django] #26393: Unable to filter annotations across relationships.

2016-03-22 Thread Django
#26393: Unable to filter annotations across relationships. -+- Reporter: rpkilby |Owner: nobody Type: Uncategorized| Status: new Component: Datab

Re: [Django] #26369: Allow override of hardcoded defaults in model Field.formfield()

2016-03-22 Thread Django
#26369: Allow override of hardcoded defaults in model Field.formfield() -+- Reporter: jpic |Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #26396: ModelChoiceField shows only 100 choices

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices +-- Reporter: pkaczynski |Owner: nobody Type: Bug | Status: new Component: Forms | Version: 1

[Django] #26397: Use custom managers on Foreign Key

2016-03-22 Thread Django
#26397: Use custom managers on Foreign Key --+ Reporter: vladlep | Owner: nobody Type: New feature | Status: new Component: Database layer (models, ORM) |Vers

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform --+ Reporter: gkrnours |Owner: nobody Type: Cleanup/optimization | Status: new Component:

[Django] #26396: ModelChoiceField shows only 100 choices

2016-03-22 Thread Django
#26396: ModelChoiceField shows only 100 choices + Reporter: pkaczynski | Owner: nobody Type: Bug | Status: new Component: Forms |Version: 1.8 Severity: Normal | Keywords: Triage Stage:

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform --+ Reporter: gkrnours |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform ---+ Reporter: gkrnours | Owner: nobody Type: Uncategorized | Status: new Component: contrib.auth |Version: 1.9 Severity: Normal

[Django] #26395: CryptPasswordHasher only return None on some platform

2016-03-22 Thread Django
#26395: CryptPasswordHasher only return None on some platform ---+ Reporter: gkrnours | Owner: nobody Type: Uncategorized | Status: new Component: contrib.auth |Version: 1.9 Severity: Normal

Re: [Django] #25388: Allow disabling of all migrations during tests

2016-03-22 Thread Django
#25388: Allow disabling of all migrations during tests ---+ Reporter: MarkusH|Owner: viciu Type: New feature| Status: assigned Component: Testing fram

Re: [Django] #26394: Admin images wrong location for selector-search and icon-unknown

2016-03-22 Thread Django
#26394: Admin images wrong location for selector-search and icon-unknown ---+-- Reporter: krisavi|Owner: Type: Bug| Status: closed Component: contrib.admin

[Django] #26394: Admin images wrong location for selector-search and icon-unknown

2016-03-22 Thread Django
#26394: Admin images wrong location for selector-search and icon-unknown ---+- Reporter: krisavi| Owner: Type: Bug| Status: new Component: contrib.admin |Version: 1.9 Severity: Normal

Re: [Django] #26369: Allow override of hardcoded defaults in model Field.formfield()

2016-03-22 Thread Django
#26369: Allow override of hardcoded defaults in model Field.formfield() -+- Reporter: jpic |Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #26369: Allow override of hardcoded defaults in model Field.formfield()

2016-03-22 Thread Django
#26369: Allow override of hardcoded defaults in model Field.formfield() -+- Reporter: jpic |Owner: nobody Type: New feature | Status: new Comp

Re: [Django] #26390: order_by('?') unexpectedly breaking queryset aggregation

2016-03-22 Thread Django
#26390: order_by('?') unexpectedly breaking queryset aggregation -+- Reporter: uranusjr |Owner: uranusjr Type: Bug | Status: assigned Comp

Re: [Django] #26390: order_by('?') unexpectedly breaking queryset aggregation

2016-03-22 Thread Django
#26390: order_by('?') unexpectedly breaking queryset aggregation -+- Reporter: uranusjr |Owner: uranusjr Type: Bug | Status: assigned Comp

Re: [Django] #26390: order_by('?') unexpectedly breaking queryset aggregation

2016-03-22 Thread Django
#26390: order_by('?') unexpectedly breaking queryset aggregation -+- Reporter: uranusjr |Owner: uranusjr Type: Bug | Status: assigned Comp

[Django] #26393: Unable to filter annotations across relationships.

2016-03-22 Thread Django
#26393: Unable to filter annotations across relationships. --+ Reporter: rpkilby | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models,