Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

Re: [Django] #28184: FileField storage param should allow a callable

2018-03-12 Thread Django
#28184: FileField storage param should allow a callable -+- Reporter: miigotu |Owner: miigotu Type: New feature | Status: assigned Component: Fi

Re: [Django] #29116: Geometry editing issue when widget map_srid different from original value srid

2018-03-12 Thread Django
#29116: Geometry editing issue when widget map_srid different from original value srid -+- Reporter: Claude Paroz |Owner: nobody Type: Bug | Statu

Re: [Django] #29207: Admin.py ignores a verbose_name_plural

2018-03-12 Thread Django
#29207: Admin.py ignores a verbose_name_plural -+- Reporter: Gus |Owner: nobody Type: Bug | Status: closed Component: contrib.admin

Re: [Django] #29208: Mistake in the documentation, request.POST['username'] is not working, but request.POST.get('username') is working!

2018-03-12 Thread Django
#29208: Mistake in the documentation, request.POST['username'] is not working, but request.POST.get('username') is working! --+-- Reporter: Marat Mkhitaryan |Owner: nobody Type: Bug

Re: [Django] #29209: Cast with TextField crashes on MySQL

2018-03-12 Thread Django
#29209: Cast with TextField crashes on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #29210: Default list.html

2018-03-12 Thread Django
#29210: Default list.html ---+-- Reporter: James Pic |Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized | Version: 2.0 Se

[Django] #29211: update_or_create with column named defaults

2018-03-12 Thread Django
#29211: update_or_create with column named defaults -+- Reporter: James Pic | Owner: nobody Type: New| Status: new feature|

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

Re: [Django] #29211: update_or_create with column named defaults

2018-03-12 Thread Django
#29211: update_or_create with column named defaults -+- Reporter: James Pic|Owner: nobody Type: New feature | Status: closed Component: Database

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

Re: [Django] #29210: Include default templates for class-based views (was: Default list.html)

2018-03-12 Thread Django
#29210: Include default templates for class-based views ---+-- Reporter: James Pic |Owner: nobody Type: New feature| Status: closed Component: Generic views |

Re: [Django] #29202: KeyError in django-sites caching (race condition?)

2018-03-12 Thread Django
#29202: KeyError in django-sites caching (race condition?) +-- Reporter: Dominik George |Owner: nobody Type: Bug | Status: new Component: contrib.sites |

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

[Django] #29212: Redirect loop with @permission_required and redirect_authenticated_user

2018-03-12 Thread Django
#29212: Redirect loop with @permission_required and redirect_authenticated_user -+ Reporter: Nick Pope | Owner: nobody Type: Uncategorized | Status: new Compone

Re: [Django] #29209: Cast with TextField crashes on MySQL

2018-03-12 Thread Django
#29209: Cast with TextField crashes on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #29004: Allow inspectdb to create models from database views

2018-03-12 Thread Django
#29004: Allow inspectdb to create models from database views -+- Reporter: Brendan Quinn|Owner: nobody Type: New feature | Status: closed Component:

Re: [Django] #29212: Redirect loop with @permission_required and redirect_authenticated_user

2018-03-12 Thread Django
#29212: Redirect loop with @permission_required and redirect_authenticated_user ---+-- Reporter: Nick Pope |Owner: Nick Pope Type: Bug| Status: assigned Compo

Re: [Django] #28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend

2018-03-12 Thread Django
#28645: AuthenticationForm's inactive user error isn't raised when using ModelBackend -+- Reporter: Guilherme Junqueira |Owner: | shangdahao Type: Bug

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #28668: Add ON CONFLICT support to QuerySet.bulk_create()

2018-03-12 Thread Django
#28668: Add ON CONFLICT support to QuerySet.bulk_create() -+- Reporter: Tom Forbes |Owner: Tom | Forbes Type: New feature |

Re: [Django] #28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added (PostgreSQL)

2018-03-12 Thread Django
#28646: Migration calls "CREATE INDEX" when one already exists when 'unique' field attribute is added (PostgreSQL) -+- Reporter: Hari - 何瑞理|Owner: (none) Type: Bug

Re: [Django] #18468: Add the ability to define comments in table / columns

2018-03-12 Thread Django
#18468: Add the ability to define comments in table / columns -+- Reporter: Marc Rechté |Owner: nobody Type: New feature | Status: new Component: Da

Re: [Django] #28407: Allow inspectdb to introspect db column comments

2018-03-12 Thread Django
#28407: Allow inspectdb to introspect db column comments -+- Reporter: 007gzs |Owner: nobody Type: New feature | Status: closed Component: Data

Re: [Django] #29209: Cast with TextField crashes on MySQL

2018-03-12 Thread Django
#29209: Cast with TextField crashes on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #29203: Cached Session may cause losing a session, when it failed to connect to cache backend

2018-03-12 Thread Django
#29203: Cached Session may cause losing a session, when it failed to connect to cache backend -+- Reporter: Kenial Sookyum Lee |Owner: nobody Type: Bug |

Re: [Django] #29209: Cast with TextField crashes on MySQL

2018-03-12 Thread Django
#29209: Cast with TextField crashes on MySQL -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #28988: Multi-table inheritance breaks GenericRelation querying

2018-03-12 Thread Django
#28988: Multi-table inheritance breaks GenericRelation querying -+- Reporter: robwa|Owner: Tim | Graham Type: Bug |

Re: [Django] #23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment)

2018-03-12 Thread Django
#23406: Migrations not found when only .pyc files are available (e.g. in a frozen environment) -+- Reporter: Daniel Menzel|Owner: Dan | Watson T