Re: [Django] #27119: full_clean() called too many times during formset validation

2016-09-05 Thread Django
#27119: full_clean() called too many times during formset validation -+- Reporter: claudep |Owner: DavidFozo Type: | Status: assigned

Re: [Django] #27183: JSONField improperly escaped in admin interface during normal usage (was: JSONField escaped in admin interface during normal usage)

2016-09-05 Thread Django
#27183: JSONField improperly escaped in admin interface during normal usage ---+-- Reporter: sjuxax |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #27183: JSONField escaped in admin interface during normal usage

2016-09-05 Thread Django
#27183: JSONField escaped in admin interface during normal usage ---+ Reporter: sjuxax | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.10 Severity: Normal

Re: [Django] #27182: Some import statement use backslashes instead of parentheses

2016-09-05 Thread Django
#27182: Some import statement use backslashes instead of parentheses -+- Reporter: cjerdonek|Owner: nobody Type: | Status: new

Re: [Django] #27173: Permit import statements to be longer than 80 characters

2016-09-05 Thread Django
#27173: Permit import statements to be longer than 80 characters -+- Reporter: cjerdonek|Owner: nobody Type: | Status: closed

Re: [Django] #27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField

2016-09-05 Thread Django
#27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField --+ Reporter: jrhouston |Owner: Type: Bug |

Re: [Django] #27182: Some import statement use backslashes instead of parentheses

2016-09-05 Thread Django
#27182: Some import statement use backslashes instead of parentheses --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #27182: Some import statement use backslashes instead of parentheses

2016-09-05 Thread Django
#27182: Some import statement use backslashes instead of parentheses --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #24865: Add a management command to remove stale content types

2016-09-05 Thread Django
#24865: Add a management command to remove stale content types -+- Reporter: Protosac |Owner: Type: New feature | Status: new Component:

Re: [Django] #26170: ModelAdmin add/change/delete views always run transaction on default database

2016-09-05 Thread Django
#26170: ModelAdmin add/change/delete views always run transaction on default database --+ Reporter: juntatalor|Owner: nobody Type: Bug |

Re: [Django] #27173: Permit import statements to be longer than 80 characters

2016-09-05 Thread Django
#27173: Permit import statements to be longer than 80 characters -+- Reporter: cjerdonek|Owner: nobody Type: | Status: closed

Re: [Django] #27182: Some import statement use backslashes instead of parentheses

2016-09-05 Thread Django
#27182: Some import statement use backslashes instead of parentheses ---+-- Reporter: cjerdonek |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #27182: Some import statement use backslashes instead of parentheses

2016-09-05 Thread Django
#27182: Some import statement use backslashes instead of parentheses ---+ Reporter: cjerdonek | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized |Version: 1.10 Severity: Normal

Re: [Django] #27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField

2016-09-05 Thread Django
#27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField --+-- Reporter: jrhouston |Owner: Type: Bug |

[Django] #27181: Sites framework does not normalize domains with trailing "."

2016-09-05 Thread Django
#27181: Sites framework does not normalize domains with trailing "." ---+ Reporter: bluetech | Owner: nobody Type: Bug| Status: new Component: contrib.sites |Version: 1.10 Severity: Normal

[Django] #27180: Check for sql_mode fails during migration with special database connections

2016-09-05 Thread Django
#27180: Check for sql_mode fails during migration with special database connections + Reporter: gerricom| Owner: nobody Type: Bug | Status: new Component: Migrations |Version: 1.10 Severity:

Re: [Django] #27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField

2016-09-05 Thread Django
#27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField --+-- Reporter: jrhouston |Owner: Type: Bug |

Re: [Django] #27159: Pickling query from queryset causes unintended queryset evaluation

2016-09-05 Thread Django
#27159: Pickling query from queryset causes unintended queryset evaluation -+- Reporter: jtiai|Owner: DavidFozo Type: Bug | Status:

Re: [Django] #27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField

2016-09-05 Thread Django
#27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField --+-- Reporter: jrhouston |Owner: DavidFozo Type: Bug |

[Django] #27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField

2016-09-05 Thread Django
#27179: Bug: error when trying to filter using regex/iregex on a key in a django.contrib.postgres.fields.JSONField --+-- Reporter: jrhouston | Owner: Type: Bug | Status: new Component:

Re: [Django] #27172: Close cursor in custom SQL example

2016-09-05 Thread Django
#27172: Close cursor in custom SQL example --+ Reporter: cjerdonek |Owner: nobody Type: Cleanup/optimization | Status: new Component: Documentation

Re: [Django] #27178: ImageField when default provided in model, it's impossible to change the value.

2016-09-05 Thread Django
#27178: ImageField when default provided in model, it's impossible to change the value. ---+-- Reporter: phonkee|Owner: nobody Type: Bug| Status: new

[Django] #27178: ImageField when default provided in model, it's impossible to change the value.

2016-09-05 Thread Django
#27178: ImageField when default provided in model, it's impossible to change the value. ---+ Reporter: phonkee| Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.10

Re: [Django] #27176: django.setup() should raise an exception instead of hanging on re-entrant calls

2016-09-05 Thread Django
#27176: django.setup() should raise an exception instead of hanging on re-entrant calls --+ Reporter: aaugustin |Owner: nobody Type: Bug | Status: new

Re: [Django] #27174: Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 (was: Explicitly define where string comes from)

2016-09-05 Thread Django
#27174: Explain where 'polls.apps.PollsConfig' comes from in tutorial 2 -+- Reporter: hckrtst |Owner: ankur0493 Type: | Status: assigned

Re: [Django] #27175: Deprecate silencing exceptions raised while rendering the {% include %} template tag

2016-09-05 Thread Django
#27175: Deprecate silencing exceptions raised while rendering the {% include %} template tag --+ Reporter: jdufresne |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #27173: Permit import statements to be longer than 80 characters

2016-09-05 Thread Django
#27173: Permit import statements to be longer than 80 characters -+- Reporter: cjerdonek|Owner: nobody Type: | Status: closed

Re: [Django] #25788: Enable the cached template loader when DEBUG=False if no loaders are explicitly configured

2016-09-05 Thread Django
#25788: Enable the cached template loader when DEBUG=False if no loaders are explicitly configured -+- Reporter: jaap3|Owner: | harrislapiroff

Re: [Django] #27174: Explicitly define where string comes from

2016-09-05 Thread Django
#27174: Explicitly define where string comes from -+- Reporter: hckrtst |Owner: ankur0493 Type: | Status: assigned