Re: [Django] #28630: Can't install django dev version when path contains non-ascii characters on Windows10

2017-09-25 Thread Django
#28630: Can't install django dev version when path contains non-ascii characters on Windows10 -+- Reporter: zhaogp |Owner: nobody Type: Bug |

Re: [Django] #27857: Cleanups and features to use when dropping support for Python 3.4

2017-09-25 Thread Django
#27857: Cleanups and features to use when dropping support for Python 3.4 --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #27857: Cleanups and features to use when dropping support for Python 3.4

2017-09-25 Thread Django
#27857: Cleanups and features to use when dropping support for Python 3.4 --+ Reporter: Tim Graham|Owner: nobody Type: Cleanup/optimization | Status: closed

Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-25 Thread Django
#28552: Drop support for MySQL 5.5 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-25 Thread Django
#28552: Drop support for MySQL 5.5 -+- Reporter: Tim Graham |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE

2017-09-25 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization |

Re: [Django] #28633: Migrate BooleanField to IntegerField

2017-09-25 Thread Django
#28633: Migrate BooleanField to IntegerField -+-- Reporter: Dmitriy Sintsov |Owner: nobody Type: Uncategorized| Status: closed Component: Migrations |

Re: [Django] #17498: Add a way to register a model with the admin but prevent it from appearing on the app index page

2017-09-25 Thread Django
#17498: Add a way to register a model with the admin but prevent it from appearing on the app index page ---+ Reporter: kace |Owner: heba1108 Type: New feature| Stat

Re: [Django] #28613: Document that GenericForeignKey returns None when referring to nonexistent pk (was: GenericForeignKey silently returns None when referring to non-existent pk.)

2017-09-25 Thread Django
#28613: Document that GenericForeignKey returns None when referring to nonexistent pk --+ Reporter: Sjoerd Job Postmus|Owner: nobody Type: Cleanup/optimization | Stat

Re: [Django] #28630: Can't install django dev version when path contains non-ascii characters on Windows10

2017-09-25 Thread Django
#28630: Can't install django dev version when path contains non-ascii characters on Windows10 -+- Reporter: zhaogp |Owner: nobody Type: Bug |

Re: [Django] #28627: path-urls documentation implies implicit converter-types

2017-09-25 Thread Django
#28627: path-urls documentation implies implicit converter-types -+- Reporter: Christopher |Owner: nobody Schäpers | Type: Uncategorized|

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE

2017-09-25 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization |

Re: [Django] #28627: path-urls documentation implies implicit converter-types

2017-09-25 Thread Django
#28627: path-urls documentation implies implicit converter-types -+- Reporter: Christopher |Owner: nobody Schäpers | Type: Uncategorized|

Re: [Django] #28634: after install new version 1.11.5 there is an error "No module named 'django.apps'"

2017-09-25 Thread Django
#28634: after install new version 1.11.5 there is an error "No module named 'django.apps'" +-- Reporter: VALDEMAR M PAVESI |Owner: nobody Type: Uncategorized | St

Re: [Django] #28623: Docs: handle_uploaded_file(f) .. what is "f"?

2017-09-25 Thread Django
#28623: Docs: handle_uploaded_file(f) .. what is "f"? -+- Reporter: Thomas Güttler |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #28573: Migrations create a bad index if creating and renaming the same foreign key in one migration

2017-09-25 Thread Django
#28573: Migrations create a bad index if creating and renaming the same foreign key in one migration --+-- Reporter: Jerome Leclanche |Owner: nobody Type: Uncategorized |

Re: [Django] #28604: Prevent ManifestStaticFilesStorage from leaving behind intermediate files (was: Adjust HashedFilesMixin so it doesn't leave intermediate files behind for ManifestStaticFilesStorag

2017-09-25 Thread Django
#28604: Prevent ManifestStaticFilesStorage from leaving behind intermediate files -+- Reporter: Ed Morley|Owner: nobody Type: | Status: n

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE

2017-09-25 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization |

Re: [Django] #28620: Loop on boundfields at init of inline sub-forms breaks the form set

2017-09-25 Thread Django
#28620: Loop on boundfields at init of inline sub-forms breaks the form set -+- Reporter: Jonathan Rossel |Owner: | DmitriySelischev Type: Bug

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

[Django] #28634: after install new version 1.11.5 there is an error "No module named 'django.apps'"

2017-09-25 Thread Django
#28634: after install new version 1.11.5 there is an error "No module named 'django.apps'" -+- Reporter: valdemar | Owner: nobody pavesi | Type:

Re: [Django] #28632: Manager.raw() crashes if the model has GIS fields

2017-09-25 Thread Django
#28632: Manager.raw() crashes if the model has GIS fields -+- Reporter: gcbirzan |Owner: Sergey | Fedoseev Type: Bug |

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

Re: [Django] #28620: Loop on boundfields at init of inline sub-forms breaks the form set

2017-09-25 Thread Django
#28620: Loop on boundfields at init of inline sub-forms breaks the form set -+- Reporter: Jonathan Rossel |Owner: | DmitriySelischev Type: Bug

Re: [Django] #28632: Manager.raw() crashes if the model has GIS fields (was: Models having gis fields cannot be used with Manager.raw())

2017-09-25 Thread Django
#28632: Manager.raw() crashes if the model has GIS fields -+ Reporter: gcbirzan |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #28614: FileBasedCache documentation shouldn't recommend /var/tmp

2017-09-25 Thread Django
#28614: FileBasedCache documentation shouldn't recommend /var/tmp -+- Reporter: Daniel Keller|Owner: nobody Type: | Status: new Cleanup/opti

Re: [Django] #28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE (was: TIME_ZONE documentation is spectacularly unclear)

2017-09-25 Thread Django
#28625: DATABASES TIME_ZONE setting may be confused with TIME_ZONE -+- Reporter: Jon Ribbens |Owner: Jon Type: | Ribbens Cleanup/optimization |

Re: [Django] #28632: Models having gis fields cannot be used with Manager.raw()

2017-09-25 Thread Django
#28632: Models having gis fields cannot be used with Manager.raw() -+ Reporter: gcbirzan |Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

Re: [Django] #28628: Audit for and abolish all use of '\d' in regexes

2017-09-25 Thread Django
#28628: Audit for and abolish all use of '\d' in regexes --+ Reporter: James Bennett |Owner: nobody Type: Cleanup/optimization | Status: new Component: Docum

[Django] #28633: Migrate BooleanField to IntegerField

2017-09-25 Thread Django
#28633: Migrate BooleanField to IntegerField ---+ Reporter: Dmitriy Sintsov | Owner: nobody Type: Uncategorized| Status: new Component: Migrations |

Re: [Django] #28632: Models having gis fields cannot be used with Manager.raw()

2017-09-25 Thread Django
#28632: Models having gis fields cannot be used with Manager.raw() --+-- Reporter: gcbirzan |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #28632: Models having gis fields cannot be used with Manager.raw()

2017-09-25 Thread Django
#28632: Models having gis fields cannot be used with Manager.raw() --+-- Reporter: gcbirzan |Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #28632: Models having gis fields cannot be used with Manager.raw()

2017-09-25 Thread Django
#28632: Models having gis fields cannot be used with Manager.raw() --+-- Reporter: gcbirzan |Owner: nobody Type: Bug | Status: new Component: GIS |

[Django] #28632: Models having gis fields cannot be used with Manager.raw()

2017-09-25 Thread Django
#28632: Models having gis fields cannot be used with Manager.raw() --+ Reporter: gcbirzan| Owner: nobody Type: Bug | Status: new Component: GIS |

Re: [Django] #28490: Descriptors on Models are reported as nonexistent by System Check Framework for ModelAdmin.list_display if they return None

2017-09-25 Thread Django
#28490: Descriptors on Models are reported as nonexistent by System Check Framework for ModelAdmin.list_display if they return None -+- Reporter: Hunter Richards |Owner: nobody Type: B

Re: [Django] #28587: All Generic Views are loosing args when you pass args and kwargs into urlpattern

2017-09-25 Thread Django
#28587: All Generic Views are loosing args when you pass args and kwargs into urlpattern -+- Reporter: Adrian |Owner: nobody Type: Bug | Stat

Re: [Django] #28624: Add attribute to let a ManyToMany field behave like a list instead of a set

2017-09-25 Thread Django
#28624: Add attribute to let a ManyToMany field behave like a list instead of a set -+- Reporter: david simmen |Owner: david | simmen Type: New

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

Re: [Django] #28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS

2017-09-25 Thread Django
#28248: Password resets are allowed for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS -+ Reporter: Nick Zaccardi|Owner: nobody Type: Bug | Status: closed

Re: [Django] #28631: admin.site.urls returns 3-tuple, not 2-tuple.

2017-09-25 Thread Django
#28631: admin.site.urls returns 3-tuple, not 2-tuple. +-- Reporter: Sjoerd Job Postmus |Owner: nobody Type: Uncategorized | Status: closed Component: contrib.a

Re: [Django] #28198: Model attributes shouldn't override deferred fields

2017-09-25 Thread Django
#28198: Model attributes shouldn't override deferred fields -+- Reporter: Ryan Hiebert |Owner: | Denis.Tarykin Type: Bug |

[Django] #28631: admin.site.urls returns 3-tuple, not 2-tuple.

2017-09-25 Thread Django
#28631: admin.site.urls returns 3-tuple, not 2-tuple. --+ Reporter: Sjoerd Job Postmus | Owner: nobody Type: Bug | Status: new Component: contri

Re: [Django] #28630: Can't install django dev version when path contains non-ascii characters on Windows10 (was: Cann't install django when there are chinese-characters in my home directory name on Wi

2017-09-25 Thread Django
#28630: Can't install django dev version when path contains non-ascii characters on Windows10 -+- Reporter: zhaogp |Owner: nobody Type: Bug |