Re: [Django] #26275: defaultfilter `date` incorrectly formats

2016-02-26 Thread Django
#26275: defaultfilter `date` incorrectly formats -+- Reporter: mrigor |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #26264: prefetch_related() crashes with values_list(flat=True)

2016-02-26 Thread Django
#26264: prefetch_related() crashes with values_list(flat=True) -+- Reporter: agmond |Owner: Uran198 Type: Bug | Status: closed Component

Re: [Django] #26275: defaultfilter `date` incorrectly formats

2016-02-26 Thread Django
#26275: defaultfilter `date` incorrectly formats -+- Reporter: mrigor |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #26229: Missing check for list_editable in admin

2016-02-26 Thread Django
#26229: Missing check for list_editable in admin ---+ Reporter: alasdairnicol |Owner: nobody Type: Bug| Status: new Component: contrib.admin |

Re: [Django] #21608: Logged out sessions are resurrected by concurrent requests

2016-02-26 Thread Django
#21608: Logged out sessions are resurrected by concurrent requests -+- Reporter: jonasborgstrom |Owner: tltx Type: Bug | Status: closed Componen

Re: [Django] #26275: defaultfilter `date` incorrectly formats

2016-02-26 Thread Django
#26275: defaultfilter `date` incorrectly formats -+- Reporter: mrigor |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8

2016-02-26 Thread Django
#24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8 -+ Reporter: rivantis |Owner: nobody Type: Bug |

Re: [Django] #24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8

2016-02-26 Thread Django
#24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8 -+ Reporter: rivantis |Owner: nobody Type: Bug |

Re: [Django] #26275: defaultfilter `date` incorrectly formats

2016-02-26 Thread Django
#26275: defaultfilter `date` incorrectly formats -+- Reporter: mrigor |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #23822: Serialize model managers in migrations

2016-02-26 Thread Django
#23822: Serialize model managers in migrations -+- Reporter: MarkusH |Owner: MarkusH Type: New feature | Status: closed Component: Migrations |

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: closed Co

Re: [Django] #23822: Serialize model managers in migrations

2016-02-26 Thread Django
#23822: Serialize model managers in migrations -+- Reporter: MarkusH |Owner: MarkusH Type: New feature | Status: closed Component: Migrations |

Re: [Django] #23822: Serialize model managers in migrations

2016-02-26 Thread Django
#23822: Serialize model managers in migrations -+- Reporter: MarkusH |Owner: MarkusH Type: New feature | Status: closed Component: Migrations |

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: closed Co

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: closed Co

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #26092: Regression when using order_by() on a ManyToManyField using the 'through' feature

2016-02-26 Thread Django
#26092: Regression when using order_by() on a ManyToManyField using the 'through' feature -+- Reporter: wjakob |Owner: nobody Type: Bug | St

Re: [Django] #25279: Make prefetch_related_objects a public API

2016-02-26 Thread Django
#25279: Make prefetch_related_objects a public API -+- Reporter: adamchainz |Owner: nobody Type: New feature | Status: closed Component: Database l

Re: [Django] #25005: DateField, DateTimeField defaults needed even when auto_now=True

2016-02-26 Thread Django
#25005: DateField, DateTimeField defaults needed even when auto_now=True -+- Reporter: monobotsoft |Owner: yakky Type: Bug | Status: assigned

Re: [Django] #21231: Limiting the number of variables and files that a POST request can contain

2016-02-26 Thread Django
#21231: Limiting the number of variables and files that a POST request can contain ---+ Reporter: epandurski@… |Owner: Type: New feature| Status: new Component: HTTP ha

Re: [Django] #21528: improve Django Doc with an example for formfield_for_foreignkey accessing parent ID

2016-02-26 Thread Django
#21528: improve Django Doc with an example for formfield_for_foreignkey accessing parent ID --+ Reporter: anonymous |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. -+- Reporter: charettes|Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #26285: Deprecate the MySQL specific __search lookup

2016-02-26 Thread Django
#26285: Deprecate the MySQL specific __search lookup -+- Reporter: timgraham|Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: new Compo

Re: [Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. --+ Reporter: charettes |Owner: nobody Type: Bug | Status: new Compo

[Django] #26286: Content type managers instances shouldn't share their cache.

2016-02-26 Thread Django
#26286: Content type managers instances shouldn't share their cache. + Reporter: charettes | Owner: nobody Type: Bug | Status: new

Re: [Django] #24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8

2016-02-26 Thread Django
#24622: Response "context" and "templates" not available in the Test Client when using Jinja2 - Django 1.8 -+ Reporter: rivantis |Owner: nobody Type: Bug |

[Django] #26285: Deprecate the MySQL specific __search lookup

2016-02-26 Thread Django
#26285: Deprecate the MySQL specific __search lookup -+- Reporter: timgraham | Owner: nobody Type: | Status: new Cleanup/optimization |

Re: [Django] #24974: Cannot create subclass of form created by `modelform_factory()`, e.g. in `ModelAdmin.get_form()`

2016-02-26 Thread Django
#24974: Cannot create subclass of form created by `modelform_factory()`, e.g. in `ModelAdmin.get_form()` -+- Reporter: mrmachine|Owner: yoongkang Type: Bug |

Re: [Django] #24793: Subtracting DateTime fields in a query expression should use timediff

2016-02-26 Thread Django
#24793: Subtracting DateTime fields in a query expression should use timediff -+- Reporter: sparkyb |Owner: charettes Type: New feature | Status: clo

Re: [Django] #24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file']

2016-02-26 Thread Django
#24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file'] -+- Reporter: karolyi |Owner: | zshimanchik Type:

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

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

Re: [Django] #24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file']

2016-02-26 Thread Django
#24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file'] -+- Reporter: karolyi |Owner: | zshimanchik Type:

Re: [Django] #24793: Subtracting DateTime fields in a query expression should use timediff

2016-02-26 Thread Django
#24793: Subtracting DateTime fields in a query expression should use timediff -+- Reporter: sparkyb |Owner: charettes Type: New feature | Status: ass

Re: [Django] #24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file']

2016-02-26 Thread Django
#24653: Database introspection doesn't work when using MySQL OPTIONS['read_default_file'] -+- Reporter: karolyi |Owner: | zshimanchik Type:

Re: [Django] #26282: db.connection.is_usable throws when no connection exists yet

2016-02-26 Thread Django
#26282: db.connection.is_usable throws when no connection exists yet -+- Reporter: ppattard |Owner: nobody Type: Bug | Status: new Compone

Re: [Django] #26284: Improve django.setup() and app loading performance

2016-02-26 Thread Django
#26284: Improve django.setup() and app loading performance -+- Reporter: Miserlou |Owner: nobody Type: | Status: new Cleanup/optimizatio

[Django] #26284: Improve django.setup() and app loading performance

2016-02-26 Thread Django
#26284: Improve django.setup() and app loading performance --+ Reporter: Miserlou | Owner: nobody Type: Cleanup/optimization | Status: new Component: Core (Other) |Version: 1.9 S

Re: [Django] #26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly

2016-02-26 Thread Django
#26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly --+-- Reporter: mochawich |Owner: Type: Bug | Status: new

Re: [Django] #26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly

2016-02-26 Thread Django
#26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly --+ Reporter: mochawich | Owner: Type: Bug | Status: new Component: contrib.postgres |Vers

Re: [Django] #26235: POST to delete protected fk relationship raises ProtectedError

2016-02-26 Thread Django
#26235: POST to delete protected fk relationship raises ProtectedError ---+ Reporter: Zelvuska |Owner: akki Type: Bug| Status: assigned Component: contrib.a

Re: [Django] #21734: admin's delete_selected action doesn't catch ProtectedError

2016-02-26 Thread Django
#21734: admin's delete_selected action doesn't catch ProtectedError ---+ Reporter: sander@… |Owner: akki Type: Bug| Status: assigned Component: contrib.admi

[Django] #26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly

2016-02-26 Thread Django
#26283: SplitArrayField failed to validate because remove_trailing_nulls doesn't work properly --+- Reporter: mochawich | Owner: Type: Bug | Status: new Component: contrib.postgres |Version: 1

Re: [Django] #22288: F() expression not compatible with __range field look up

2016-02-26 Thread Django
#22288: F() expression not compatible with __range field look up -+- Reporter: liushaohua86@… |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #26280: Cached template loader crashes when loading nonexistent template

2016-02-26 Thread Django
#26280: Cached template loader crashes when loading nonexistent template -+- Reporter: tsouvarev|Owner: nobody Type: Bug | Status: closed

Re: [Django] #26280: Cached template loader crashes when loading nonexistent template

2016-02-26 Thread Django
#26280: Cached template loader crashes when loading nonexistent template -+- Reporter: tsouvarev|Owner: nobody Type: Bug | Status: closed

Re: [Django] #26280: Cached template loader crashes when loading nonexistent template

2016-02-26 Thread Django
#26280: Cached template loader crashes when loading nonexistent template -+- Reporter: tsouvarev|Owner: nobody Type: Bug | Status: new Com

Re: [Django] #25811: Error querying models in different databases in one queryset

2016-02-26 Thread Django
#25811: Error querying models in different databases in one queryset -+- Reporter: ebar0n |Owner: nobody Type: | Status: closed Cleanu

Re: [Django] #24243: Allow HashedFilesMixin to handle file name fragments

2016-02-26 Thread Django
#24243: Allow HashedFilesMixin to handle file name fragments -+ Reporter: atleta |Owner: atleta Type: New feature | Status: new Component: cont

[Django] #26282: db.connection.is_usable throws when no connection exists yet

2016-02-26 Thread Django
#26282: db.connection.is_usable throws when no connection exists yet --+ Reporter: ppattard | Owner: nobody Type: Bug | Status: new Component: Database laye

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

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

Re: [Django] #26258: Jinja2 rendered templates are not safe by default

2016-02-26 Thread Django
#26258: Jinja2 rendered templates are not safe by default -+- Reporter: tsouvarev|Owner: nobody Type: Bug | Status: new Component: Template syste

Re: [Django] #26258: Jinja2 rendered templates are not safe by default

2016-02-26 Thread Django
#26258: Jinja2 rendered templates are not safe by default -+- Reporter: tsouvarev|Owner: nobody Type: Bug | Status: new Component: Template syste

Re: [Django] #26264: prefetch_related() crashes with values_list(flat=True)

2016-02-26 Thread Django
#26264: prefetch_related() crashes with values_list(flat=True) -+- Reporter: agmond |Owner: Uran198 Type: Bug | Status: assigned Compone

Re: [Django] #26281: Improve utils.formats.date_format() error message when using time formatting with datetime.date

2016-02-26 Thread Django
#26281: Improve utils.formats.date_format() error message when using time formatting with datetime.date --+ Reporter: flesser |Owner: nobody Type: Cleanup/optimization |