Re: [Django] #25995: Add more sophisticated serialization support to JSONField

2016-01-07 Thread Django
#25995: Add more sophisticated serialization support to JSONField --+ Reporter: jimgraham |Owner: nobody Type: New feature | Status: new Component:

Re: [Django] #24082: Unique=True on TextField or CharField should not create an index

2016-01-07 Thread Django
#24082: Unique=True on TextField or CharField should not create an index -+- Reporter: djbug|Owner: nobody Type: Bug | Status: new

[Django] #26055: mod_wsgi docs refer to serving CSS files as static without corresponding example

2016-01-07 Thread Django
#26055: mod_wsgi docs refer to serving CSS files as static without corresponding example ---+ Reporter: chmarr | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.9

Re: [Django] #26034: Altering CharFields to have both db_index=True and unique=True crashes on postgresql

2016-01-07 Thread Django
#26034: Altering CharFields to have both db_index=True and unique=True crashes on postgresql -+- Reporter: kaedroho |Owner: timgraham Type: Bug | Status:

Re: [Django] #26053: makemigrations generates a wrong type for a DurationField column on postgresql

2016-01-07 Thread Django
#26053: makemigrations generates a wrong type for a DurationField column on postgresql -+- Reporter: benjellounayoub |Owner: nobody Type: Bug |

Re: [Django] #26034: Altering CharFields to have both db_index=True and unique=True crashes on postgresql

2016-01-07 Thread Django
#26034: Altering CharFields to have both db_index=True and unique=True crashes on postgresql -+- Reporter: kaedroho |Owner: timgraham Type: Bug | Status:

Re: [Django] #26053: makemigrations generates a wrong type for a DurationField column on postgresql

2016-01-07 Thread Django
#26053: makemigrations generates a wrong type for a DurationField column on postgresql -+- Reporter: benjellounayoub |Owner: nobody Type: Bug |

Re: [Django] #26033: Add argon2 password hasher

2016-01-07 Thread Django
#26033: Add argon2 password hasher --+ Reporter: timgraham |Owner: nobody Type: New feature | Status: new Component: contrib.auth | Version: master

Re: [Django] #25961: remove handling of thread-non-safe GEOS functions

2016-01-07 Thread Django
#25961: remove handling of thread-non-safe GEOS functions -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimization |

Re: [Django] #25961: remove handling of thread-non-safe GEOS functions

2016-01-07 Thread Django
#25961: remove handling of thread-non-safe GEOS functions -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimization |

Re: [Django] #21113: django_admin_log table stores messages in different languages depending on which language was active while editing.

2016-01-07 Thread Django
#21113: django_admin_log table stores messages in different languages depending on which language was active while editing. -+- Reporter: dimyur27@… |Owner: Type: New feature

Re: [Django] #22608: Migrations optimizer slow (due to double working?)

2016-01-07 Thread Django
#22608: Migrations optimizer slow (due to double working?) --+ Reporter: davids|Owner: nobody Type: Cleanup/optimization | Status: new Component:

Re: [Django] #25928: Documentation on THOUSAND_SEPARATOR and NUMBER_GROUPING is still misleading

2016-01-07 Thread Django
#25928: Documentation on THOUSAND_SEPARATOR and NUMBER_GROUPING is still misleading ---+ Reporter: F30|Owner: Wingie Type: Bug| Status: closed

Re: [Django] #25928: Documentation on THOUSAND_SEPARATOR and NUMBER_GROUPING is still misleading

2016-01-07 Thread Django
#25928: Documentation on THOUSAND_SEPARATOR and NUMBER_GROUPING is still misleading ---+ Reporter: F30|Owner: Wingie Type: Bug| Status: closed

Re: [Django] #26050: translation.activate does not report failure

2016-01-07 Thread Django
#26050: translation.activate does not report failure -+- Reporter: nijel|Owner: nobody Type: Bug | Status: closed Component:

Re: [Django] #26043: Add a hook to run queries between the start of a transaction and a view

2016-01-07 Thread Django
#26043: Add a hook to run queries between the start of a transaction and a view ---+ Reporter: srkunze|Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #26051: Rename ATOMIC_REQUESTS to ATOMIC_VIEWS

2016-01-07 Thread Django
#26051: Rename ATOMIC_REQUESTS to ATOMIC_VIEWS -+- Reporter: srkunze |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #25697: Default error views shouldn't silence TemplateDoesNotExist errors if a custom template name was specified

2016-01-07 Thread Django
#25697: Default error views shouldn't silence TemplateDoesNotExist errors if a custom template name was specified --+ Reporter: charettes |Owner: yakky Type:

Re: [Django] #26037: HttpRequest.get_host() uses either HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_PORT => should use both

2016-01-07 Thread Django
#26037: HttpRequest.get_host() uses either HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_PORT => should use both --+ Reporter: benoitbryon |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #24855: Allow the use of django.contrib.auth.login without credentials (authentication)

2016-01-07 Thread Django
#24855: Allow the use of django.contrib.auth.login without credentials (authentication) --+ Reporter: poiati|Owner: poiati Type: New feature | Status: closed

Re: [Django] #26038: FileSystemStorage size() method does not use current MEDIA_ROOT setting value

2016-01-07 Thread Django
#26038: FileSystemStorage size() method does not use current MEDIA_ROOT setting value -+- Reporter: voutilad |Owner: nobody Type: Bug |

Re: [Django] #26045: Annotate with conditional aggregation includes non-relevant fields in GROUP BY clause

2016-01-07 Thread Django
#26045: Annotate with conditional aggregation includes non-relevant fields in GROUP BY clause -+- Reporter: mark88 |Owner: nobody Type: Bug |

Re: [Django] #26054: Migrations work on Django 1.9.0 but not on Django 1.9.1

2016-01-07 Thread Django
#26054: Migrations work on Django 1.9.0 but not on Django 1.9.1 ---+-- Reporter: grantmcconnaughey |Owner: nobody Type: Bug| Status: closed Component:

Re: [Django] #26026: EmptyQuerySet isinstance check broken with not QuerySet datatypes

2016-01-07 Thread Django
#26026: EmptyQuerySet isinstance check broken with not QuerySet datatypes -+- Reporter: vladimirbright |Owner: | andersonresende Type: Bug

[Django] #26054: Migrations work on Django 1.9.0 but not on Django 1.9.1

2016-01-07 Thread Django
#26054: Migrations work on Django 1.9.0 but not on Django 1.9.1 ---+ Reporter: grantmcconnaughey | Owner: nobody Type: Bug| Status: new Component: Migrations |Version: 1.9

Re: [Django] #25704: Response time in WSGIRequestHandler.log_request

2016-01-07 Thread Django
#25704: Response time in WSGIRequestHandler.log_request ---+ Reporter: andreif|Owner: andreif Type: New feature| Status: assigned Component: HTTP handling |

[Django] #26053: makemigrations generates a wrong type for a DurationField column on postgresql

2016-01-07 Thread Django
#26053: makemigrations generates a wrong type for a DurationField column on postgresql -+- Reporter: benjellounayoub | Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #21113: django_admin_log table stores messages in different languages depending on which language was active while editing.

2016-01-07 Thread Django
#21113: django_admin_log table stores messages in different languages depending on which language was active while editing. -+ Reporter: dimyur27@… |Owner: Type: New feature |

Re: [Django] #26052: Consider removing conditional_content_removal

2016-01-07 Thread Django
#26052: Consider removing conditional_content_removal --+ Reporter: aaugustin |Owner: nobody Type: Cleanup/optimization | Status: new Component: HTTP

[Django] #26052: Consider removing conditional_content_removal

2016-01-07 Thread Django
#26052: Consider removing conditional_content_removal + Reporter: aaugustin | Owner: nobody Type: Cleanup/optimization | Status: new Component:

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

2016-01-07 Thread Django
#23960: HTTP standard no longer requires the Location header to be an absolute URI -+- Reporter: carljm |Owner: claudep Type: | Status:

Re: [Django] #26037: HttpRequest.get_host() uses either HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_PORT => should use both

2016-01-07 Thread Django
#26037: HttpRequest.get_host() uses either HTTP_X_FORWARDED_HOST or HTTP_X_FORWARDED_PORT => should use both ---+-- Reporter: benoitbryon|Owner: nobody Type: Bug|

Re: [Django] #26050: translation.activate does not report failure

2016-01-07 Thread Django
#26050: translation.activate does not report failure -+- Reporter: nijel|Owner: nobody Type: Bug | Status: new Component: