Re: [Django] #24040: _meta.db_table malformed in SQL statement when >31char

2014-12-22 Thread Django
#24040: _meta.db_table malformed in SQL statement when >31char -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component:

Re: [Django] #23525: admin/docs/filters|tags __file__ attribute errors for egg extensions

2014-12-22 Thread Django
#23525: admin/docs/filters|tags __file__ attribute errors for egg extensions -+- Reporter: welbornprod |Owner: nobody Type: Bug | Status: closed

Re: [Django] #23525: admin/docs/filters|tags __file__ attribute errors for egg extensions

2014-12-22 Thread Django
#23525: admin/docs/filters|tags __file__ attribute errors for egg extensions -+- Reporter: welbornprod |Owner: nobody Type: Bug | Status: closed

Re: [Django] #24036: Ignore deprecation warnings in tests depending on the Django version

2014-12-22 Thread Django
#24036: Ignore deprecation warnings in tests depending on the Django version -+- Reporter: aaugustin|Owner: nobody Type: New feature | Status: new

Re: [Django] #24041: Document effects of saving a model after changing its primary key (was: db.models.base.save() has unexpected behaviour when a primary key field value is changed)

2014-12-22 Thread Django
#24041: Document effects of saving a model after changing its primary key --+ Reporter: vedantlath|Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #24028: Related instance caching causes abstraction leaks from Field.get_db_prep_save

2014-12-22 Thread Django
#24028: Related instance caching causes abstraction leaks from Field.get_db_prep_save -+- Reporter: jdunck |Owner: nobody Type: Bug |

Re: [Django] #24040: _meta.db_table malformed in SQL statement when >31char

2014-12-22 Thread Django
#24040: _meta.db_table malformed in SQL statement when >31char -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component:

Re: [Django] #24039: Filtering using __in on a count annotated queryset returns empty results

2014-12-22 Thread Django
#24039: Filtering using __in on a count annotated queryset returns empty results -+- Reporter: dustinfarris |Owner: nobody Type: | Status:

Re: [Django] #24035: Poor/incorrect documentation for CACHE_MIDDLEWARE_KEY_PREFIX in relation to CACHES[alias]['KEY_PREFIX']

2014-12-22 Thread Django
#24035: Poor/incorrect documentation for CACHE_MIDDLEWARE_KEY_PREFIX in relation to CACHES[alias]['KEY_PREFIX'] ---+ Reporter: frankier |Owner: frankier Type: Bug|

Re: [Django] #22997: Migration fails when removing explicit primary key (Postgres)

2014-12-22 Thread Django
#22997: Migration fails when removing explicit primary key (Postgres) -+ Reporter: a.lloyd.flanagan@… |Owner: nobody Type: Bug | Status: new

Re: [Django] #24030: default id field not migrated correctly

2014-12-22 Thread Django
#24030: default id field not migrated correctly + Reporter: brian |Owner: nobody Type: Bug | Status: new Component: Migrations | Version:

Re: [Django] #24009: get_or_create can raise an IntegrityError in race conditions

2014-12-22 Thread Django
#24009: get_or_create can raise an IntegrityError in race conditions ---+-- Reporter: lanzz |Owner: nobody Type: Uncategorized | Status: closed Component:

Re: [Django] #24029: 'For the impatient' section in Tutorials Documentation

2014-12-22 Thread Django
#24029: 'For the impatient' section in Tutorials Documentation -+- Reporter: jayadeepk|Owner: nobody Type: New feature | Status: closed

Re: [Django] #24031: Implement a Case/When expression

2014-12-22 Thread Django
#24031: Implement a Case/When expression -+- Reporter: jarshwah |Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #23959: Systems checks run when DEBUG is False

2014-12-22 Thread Django
#23959: Systems checks run when DEBUG is False --+ Reporter: IanLewis |Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #23959: Systems checks run when DEBUG is False

2014-12-22 Thread Django
#23959: Systems checks run when DEBUG is False --+ Reporter: IanLewis |Owner: nobody Type: Bug | Status: closed Component: Core

Re: [Django] #23792: Create contextmanager to freeze time.time() in tests

2014-12-22 Thread Django
#23792: Create contextmanager to freeze time.time() in tests --+ Reporter: tchaumeny |Owner: nobody Type: Cleanup/optimization | Status: closed

[Django] #24041: db.models.base.save() has unexpected behaviour when a primary key field value is changed

2014-12-22 Thread Django
#24041: db.models.base.save() has unexpected behaviour when a primary key field value is changed --+ Reporter: vedantlath| Owner: nobody Type: Bug | Status: new

Re: [Django] #24040: _meta.db_table malformed in SQL statement when >31char

2014-12-22 Thread Django
#24040: _meta.db_table malformed in SQL statement when >31char -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component:

Re: [Django] #24040: _meta.db_table malformed in SQL statement when >31char

2014-12-22 Thread Django
#24040: _meta.db_table malformed in SQL statement when >31char -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component:

Re: [Django] #24040: _meta.db_table malformed in SQL statement when >31char (was: _meta.db_name malformed when >30char)

2014-12-22 Thread Django
#24040: _meta.db_table malformed in SQL statement when >31char -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component:

[Django] #24040: _meta.db_name malformed when >30char

2014-12-22 Thread Django
#24040: _meta.db_name malformed when >30char --+ Reporter: JorisBenschop | Owner: nobody Type: Uncategorized | Status: new Component: Database layer (models, ORM) |

Re: [Django] #24012: models.UUIDfield fails on Oracle backend

2014-12-22 Thread Django
#24012: models.UUIDfield fails on Oracle backend -+- Reporter: JorisBenschop|Owner: nobody Type: Uncategorized| Status: new Component: Database layer

Re: [Django] #23792: Create contextmanager to freeze time.time() in tests

2014-12-22 Thread Django
#23792: Create contextmanager to freeze time.time() in tests --+ Reporter: tchaumeny |Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #23998: datetime.time default value on migrations

2014-12-22 Thread Django
#23998: datetime.time default value on migrations + Reporter: tuxskar |Owner: tuxskar Type: Bug | Status: closed Component: Migrations |

Re: [Django] #23998: datetime.time default value on migrations

2014-12-22 Thread Django
#23998: datetime.time default value on migrations + Reporter: tuxskar |Owner: tuxskar Type: Bug | Status: closed Component: Migrations |

Re: [Django] #24036: Ignore deprecation warnings in tests depending on the Django version

2014-12-22 Thread Django
#24036: Ignore deprecation warnings in tests depending on the Django version ---+ Reporter: aaugustin |Owner: nobody Type: New feature| Status: new

Re: [Django] #24039: Filtering using __in on a count annotated queryset returns empty results

2014-12-22 Thread Django
#24039: Filtering using __in on a count annotated queryset returns empty results ---+-- Reporter: dustinfarris |Owner: nobody Type: Bug| Status: new Component:

[Django] #24039: Filtering using __in on a count annotated queryset returns empty results

2014-12-22 Thread Django
#24039: Filtering using __in on a count annotated queryset returns empty results ---+ Reporter: dustinfarris | Owner: nobody Type: Bug| Status: new Component: Uncategorized |Version: 1.7