Re: [Django] #25239: Running makemigrations yields file number 0001 if the app's latest migration has a number-only filename

2015-08-10 Thread Django
#25239: Running makemigrations yields file number 0001 if the app's latest migration has a number-only filename -+- Reporter: zettabyte|Owner: |

Re: [Django] #25258: ExpressionWrapper documentation should be expanded

2015-08-10 Thread Django
#25258: ExpressionWrapper documentation should be expanded --+ Reporter: tarkatronic |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #25258: ExpressionWrapper documentation should be expanded

2015-08-10 Thread Django
#25258: ExpressionWrapper documentation should be expanded --+ Reporter: tarkatronic |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #24987: django.test.client.Client.login() rejects user with is_active=False

2015-08-10 Thread Django
#24987: django.test.client.Client.login() rejects user with is_active=False -+- Reporter: jdufresne|Owner: nobody Type: Bug | Status: new

Re: [Django] #25232: Make the ModelBackend authentication backend reject inactive users

2015-08-10 Thread Django
#25232: Make the ModelBackend authentication backend reject inactive users --+-- Reporter: OleLaursen|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #25232: Make the ModelBackend authentication backend reject inactive users (was: Add a setting to make the ModelBackend reject inactive users)

2015-08-10 Thread Django
#25232: Make the ModelBackend authentication backend reject inactive users --+-- Reporter: OleLaursen|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #23763: Python 3.5 compatibility

2015-08-10 Thread Django
#23763: Python 3.5 compatibility --+ Reporter: timgraham |Owner: nobody Type: New feature | Status: new Component: Core (Other) | Version: master

Re: [Django] #13871: contrib.admin:list_editable - ForeignKey performance is O(m*n)

2015-08-10 Thread Django
#13871: contrib.admin:list_editable - ForeignKey performance is O(m*n) -+- Reporter: chadc|Owner: nobody Type: New feature | Status: new

Re: [Django] #13871: contrib.admin:list_editable - ForeignKey performance is O(m*n)

2015-08-10 Thread Django
#13871: contrib.admin:list_editable - ForeignKey performance is O(m*n) -+- Reporter: chadc|Owner: nobody Type: New feature | Status: new

Re: [Django] #23763: Python 3.5 compatibility

2015-08-10 Thread Django
#23763: Python 3.5 compatibility --+ Reporter: timgraham |Owner: nobody Type: New feature | Status: new Component: Core (Other) | Version: master

Re: [Django] #25258: ExpressionWrapper documentation should be expanded

2015-08-10 Thread Django
#25258: ExpressionWrapper documentation should be expanded --+ Reporter: tarkatronic |Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet"

2015-08-10 Thread Django
#25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" -+- Reporter: Naddiseo |Owner: nobody Type: New feature | Status: closed

Re: [Django] #25232: Add a setting to make the ModelBackend reject inactive users

2015-08-10 Thread Django
#25232: Add a setting to make the ModelBackend reject inactive users --+-- Reporter: OleLaursen|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet"

2015-08-10 Thread Django
#25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" -+ Reporter: Naddiseo |Owner: nobody Type: New feature | Status: new

Re: [Django] #25251: TransactionTestCase and --keepdb

2015-08-10 Thread Django
#25251: TransactionTestCase and --keepdb ---+-- Reporter: davidszotten |Owner: nobody Type: Bug| Status: new Component: Testing framework |

[Django] #25258: ExpressionWrapper documentation should be expanded

2015-08-10 Thread Django
#25258: ExpressionWrapper documentation should be expanded ---+ Reporter: tarkatronic| Owner: nobody Type: Bug| Status: new Component: Documentation |Version: 1.8 Severity: Normal |

Re: [Django] #25232: Add a setting to make the ModelBackend reject inactive users

2015-08-10 Thread Django
#25232: Add a setting to make the ModelBackend reject inactive users --+-- Reporter: OleLaursen|Owner: nobody Type: New feature | Status: new Component: contrib.auth

Re: [Django] #25232: Add a setting to make the ModelBackend reject inactive users (was: Deactivating users with is_active)

2015-08-10 Thread Django
#25232: Add a setting to make the ModelBackend reject inactive users --+-- Reporter: OleLaursen|Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet"

2015-08-10 Thread Django
#25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" -+ Reporter: Naddiseo |Owner: nobody Type: New feature | Status: new

Re: [Django] #25223: Allow default language to be one unsupported by django if the local project has the required translation catalog

2015-08-10 Thread Django
#25223: Allow default language to be one unsupported by django if the local project has the required translation catalog --+ Reporter: svleeuwen |Owner: nobody Type: New

Re: [Django] #25234: Add an option to disable System Checks

2015-08-10 Thread Django
#25234: Add an option to disable System Checks -+- Reporter: marcinn |Owner: nobody Type: New feature | Status: closed Component: Core

Re: [Django] #25228: Performance degradation of template rendering

2015-08-10 Thread Django
#25228: Performance degradation of template rendering -+-- Reporter: yml |Owner: nobody Type: Bug | Status: new Component: Template system |

Re: [Django] #25218: python_2_unicode_compatible causes infinite recursion when super().__str__() is called

2015-08-10 Thread Django
#25218: python_2_unicode_compatible causes infinite recursion when super().__str__() is called ---+-- Reporter: jscn |Owner: nobody Type: Uncategorized | Status:

Re: [Django] #25227: Promote modifying form.instance directly instead of using ModelForm.save(commit=False) (was: Remove need for `ModelForm.save(commit=False)`)

2015-08-10 Thread Django
#25227: Promote modifying form.instance directly instead of using ModelForm.save(commit=False) --+ Reporter: candeira |Owner: candeira Type: Cleanup/optimization |

Re: [Django] #25255: MigrationExecutor.check_replacements() doesn't take care of unapplied migrations

2015-08-10 Thread Django
#25255: MigrationExecutor.check_replacements() doesn't take care of unapplied migrations + Reporter: MarkusH |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #25214: Behavior of _meta.auto_created = True in m2m through model is not expected.

2015-08-10 Thread Django
#25214: Behavior of _meta.auto_created = True in m2m through model is not expected. +-- Reporter: Cinkz |Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #25252: Add a friendly error message when using Queryset.select_related() after values() (was: Queryset with 'values' and 'select_related' won't work)

2015-08-10 Thread Django
#25252: Add a friendly error message when using Queryset.select_related() after values() -+- Reporter: 2roy999 |Owner: nobody Type: |

Re: [Django] #25150: Iterable objects are converted to lists during SQL handling

2015-08-10 Thread Django
#25150: Iterable objects are converted to lists during SQL handling -+- Reporter: ekoyle |Owner: nobody Type: Bug | Status: closed

Re: [Django] #11964: Add the ability to use database-level CHECK CONSTRAINTS

2015-08-10 Thread Django
#11964: Add the ability to use database-level CHECK CONSTRAINTS -+- Reporter: schinckel|Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" (was: Changing CharField to GenericIpAddress post postgresql should use "using field::in

2015-08-10 Thread Django
#25257: Changing CharField to GenericIPAddressField with PostgreSQL should use "using field::inet" -+ Reporter: Naddiseo |Owner: nobody Type: New feature | Status: new

[Django] #25257: Changing CharField to GenericIpAddress post postgresql should use "using field::inet"

2015-08-10 Thread Django
#25257: Changing CharField to GenericIpAddress post postgresql should use "using field::inet" ---+ Reporter: Naddiseo | Owner: nobody Type: Uncategorized | Status: new Component: Migrations |Version:

Re: [Django] #25160: Move unsaved model instance assignment check to model.save()

2015-08-10 Thread Django
#25160: Move unsaved model instance assignment check to model.save() -+- Reporter: timgraham|Owner: timgraham Type: | Status: closed

Re: [Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3|Owner: darkryder Type: New feature | Status: assigned

Re: [Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3|Owner: darkryder Type: New feature | Status: assigned

Re: [Django] #25256: Django 1.4.18 broke USE_ETAGS with static views

2015-08-10 Thread Django
#25256: Django 1.4.18 broke USE_ETAGS with static views ---+-- Reporter: jsonn |Owner: nobody Type: Bug| Status: new Component: Uncategorized |

Re: [Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3|Owner: nobody Type: New feature | Status: new

[Django] #25256: Django 1.4.18 broke USE_ETAGS with static views

2015-08-10 Thread Django
#25256: Django 1.4.18 broke USE_ETAGS with static views ---+ Reporter: jsonn | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.4 Severity: Normal |

Re: [Django] #25160: Move unsaved model instance assignment check to model.save()

2015-08-10 Thread Django
#25160: Move unsaved model instance assignment check to model.save() -+- Reporter: timgraham|Owner: timgraham Type: | Status: closed

Re: [Django] #25228: Performance degradation of template rendering

2015-08-10 Thread Django
#25228: Performance degradation of template rendering -+-- Reporter: yml |Owner: nobody Type: Bug | Status: new Component: Template system |

Re: [Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3|Owner: nobody Type: New feature | Status: new

Re: [Django] #24743: Django 1.8.1 migrations are actually slower than 1.8?

2015-08-10 Thread Django
#24743: Django 1.8.1 migrations are actually slower than 1.8? --+ Reporter: pzrq |Owner: MarkusH Type: Cleanup/optimization | Status: assigned

Re: [Django] #12856: Decide on public API/documentation for form.BoundField attributes

2015-08-10 Thread Django
#12856: Decide on public API/documentation for form.BoundField attributes -+- Reporter: mnbayazit|Owner: MoritzS Type: | Status: assigned

Re: [Django] #24743: Django 1.8.1 migrations are actually slower than 1.8?

2015-08-10 Thread Django
#24743: Django 1.8.1 migrations are actually slower than 1.8? --+ Reporter: pzrq |Owner: MarkusH Type: Cleanup/optimization | Status: assigned

Re: [Django] #25227: Remove need for `ModelForm.save(commit=False)` (was: Add utility method `get_updated_model()` to `ModelForm`)

2015-08-10 Thread Django
#25227: Remove need for `ModelForm.save(commit=False)` -+- Reporter: candeira |Owner: candeira Type: | Status: assigned

[Django] #25255: MigrationExecutor.check_replacements() doesn't take care of unapplied migrations

2015-08-10 Thread Django
#25255: MigrationExecutor.check_replacements() doesn't take care of unapplied migrations --+ Reporter: MarkusH | Owner: nobody Type: Bug | Status: new

Re: [Django] #25245: Incorrect query arising from using NOT-clauses & multiple relation references affected node position in Q

2015-08-10 Thread Django
#25245: Incorrect query arising from using NOT-clauses & multiple relation references affected node position in Q -+- Reporter: ris |Owner: nobody Type: Bug

Re: [Django] #12856: Decide on public API/documentation for form.BoundField attributes

2015-08-10 Thread Django
#12856: Decide on public API/documentation for form.BoundField attributes -+- Reporter: mnbayazit|Owner: MoritzS Type: | Status: assigned

Re: [Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3|Owner: nobody Type: New feature | Status: new

[Django] #25254: Allow control over json.dumps keyword arguments in JsonResponse

2015-08-10 Thread Django
#25254: Allow control over json.dumps keyword arguments in JsonResponse -+- Reporter: jaap3| Owner: nobody Type: New | Status: new feature| Component: HTTP |

[Django] #25253: Migrations do unecessary work when adding `blank=True` to M2M field on MySQL

2015-08-10 Thread Django
#25253: Migrations do unecessary work when adding `blank=True` to M2M field on MySQL +-- Reporter: trecouvr| Owner: nobody Type: Bug | Status: new Component: Migrations |Version: 1.8