Re: [Django] #28877: Improve humanize’s |ordinal formatting

2017-12-04 Thread Django
#28877: Improve humanize’s |ordinal formatting -+- Reporter: Tzu-ping Chung |Owner: Tzu-ping | Chung Type: New feature |

Re: [Django] #11964: Add the ability to use database-level CHECK CONSTRAINTS

2017-12-04 Thread Django
#11964: Add the ability to use database-level CHECK CONSTRAINTS -+- Reporter: Matthew Schinckel|Owner: Ian Foote Type: New feature | Status: assigned

Re: [Django] #28884: RenameField crashes with AttributeError when renaming a ManyToManyField

2017-12-04 Thread Django
#28884: RenameField crashes with AttributeError when renaming a ManyToManyField -+- Reporter: Emanuele Di Giacomo |Owner: Simon | Charette Type: Bug

Re: [Django] #28883: uuid URL path converter failed if UUID is anything but lowercase

2017-12-04 Thread Django
#28883: uuid URL path converter failed if UUID is anything but lowercase -+- Reporter: Jean-Daniel |Owner: Daniel Leicht Type: Bug | Status: assigned Component:

Re: [Django] #28883: uuid URL path converter failed if UUID is anything but lowercase

2017-12-04 Thread Django
#28883: uuid URL path converter failed if UUID is anything but lowercase -+- Reporter: Jean-Daniel |Owner: daniel-leicht Type: Bug | Status: assigned Component:

Re: [Django] #28883: uuid URL path converter failed if UUID is anything but lowercase

2017-12-04 Thread Django
#28883: uuid URL path converter failed if UUID is anything but lowercase -+- Reporter: Jean-Daniel |Owner: Daniel Leicht Type: Bug | Status: assigned Component:

[Django] #28885: Bottom parts of "Congratulations!" page cut off internationalized content

2017-12-04 Thread Django
#28885: Bottom parts of "Congratulations!" page cut off internationalized content -+- Reporter: Maciej | Owner: nobody Olko | Type: Bug

Re: [Django] #28540: Document changes to file upload permissions in Django 1.11 (was: When you save three or more ImageField in admin file perm = 0o600)

2017-12-04 Thread Django
#28540: Document changes to file upload permissions in Django 1.11 -+- Reporter: Yaroslav Demidenko |Owner: nobody Type: | Status: new

Re: [Django] #28862: Removing a field from index_together/unique_together and from the model generates a migration that crashes (was: Removing a field from index_together and from the model generates

2017-12-04 Thread Django
#28862: Removing a field from index_together/unique_together and from the model generates a migration that crashes ---+ Reporter: Artem Maslovskiy |Owner: nobody Type: Bug|

Re: [Django] #28882: Cannot save disabled MultiValueFields (was: Cannot save disabled SplitDateTimeField)

2017-12-04 Thread Django
#28882: Cannot save disabled MultiValueFields ---+ Reporter: avalanchy |Owner: nobody Type: Bug| Status: new Component: Forms | Version: 1.11

Re: [Django] #28884: RenameField crashes with AttributeError when renaming a ManyToManyField (was: Regression in Django 2.0: RenameField throws AttributeError)

2017-12-04 Thread Django
#28884: RenameField crashes with AttributeError when renaming a ManyToManyField -+- Reporter: Emanuele Di Giacomo |Owner: Simon | Charette Type: Bug

Re: [Django] #28877: Improve humanize’s |ordinal formatting

2017-12-04 Thread Django
#28877: Improve humanize’s |ordinal formatting --+ Reporter: Tzu-ping Chung|Owner: nobody Type: New feature | Status: new Component: contrib.humanize |

Re: [Django] #28884: Regression in Django 2.0: RenameField throws AttributeError

2017-12-04 Thread Django
#28884: Regression in Django 2.0: RenameField throws AttributeError -+- Reporter: Emanuele Di Giacomo |Owner: Simon | Charette Type: Bug

Re: [Django] #28873: Use dict.setdefault() to set model and form field defaults

2017-12-04 Thread Django
#28873: Use dict.setdefault() to set model and form field defaults -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: closed

Re: [Django] #28874: Errors on hidden input fields print out double escaped HTML

2017-12-04 Thread Django
#28874: Errors on hidden input fields print out double escaped HTML -+- Reporter: Kyle Agronick|Owner: Daniil | Ryzhkov Type: Bug

Re: [Django] #28883: uuid URL path converter failed if UUID is anything but lowercase

2017-12-04 Thread Django
#28883: uuid URL path converter failed if UUID is anything but lowercase -+-- Reporter: Jean-Daniel |Owner: nobody Type: Bug | Status: new Component: Core (URLs)

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|

[Django] #28884: Regression in Django 2.0: RenameField throws AttributeError

2017-12-04 Thread Django
#28884: Regression in Django 2.0: RenameField throws AttributeError ---+ Reporter: Emanuele Di Giacomo | Owner: nobody Type: Bug | Status: new

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|

[Django] #28883: uuid URL path converter failed if UUID is anything but lowercase

2017-12-04 Thread Django
#28883: uuid URL path converter failed if UUID is anything but lowercase ---+ Reporter: Jean-Daniel | Owner: nobody Type: Bug | Status: new Component: Core

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|

Re: [Django] #28882: Cannot save disabled SplitDateTimeField

2017-12-04 Thread Django
#28882: Cannot save disabled SplitDateTimeField ---+-- Reporter: avalanchy |Owner: nobody Type: Uncategorized | Status: new Component: Forms |

Re: [Django] #28540: When you save three or more ImageField in admin file perm = 0o600

2017-12-04 Thread Django
#28540: When you save three or more ImageField in admin file perm = 0o600 -+- Reporter: Yaroslav Demidenko |Owner: nobody Type: Bug | Status: new

Re: [Django] #28540: When you save three or more ImageField in admin file perm = 0o600

2017-12-04 Thread Django
#28540: When you save three or more ImageField in admin file perm = 0o600 -+- Reporter: Yaroslav Demidenko |Owner: nobody Type: Bug | Status: new

Re: [Django] #28858: Remove 'else' after 'return' or 'raise'

2017-12-04 Thread Django
#28858: Remove 'else' after 'return' or 'raise' -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #28860: Reduce calls to len()

2017-12-04 Thread Django
#28860: Reduce calls to len() -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #28873: Use dict.setdefault() to set model and form field defaults (was: More of dict.setdefault)

2017-12-04 Thread Django
#28873: Use dict.setdefault() to set model and form field defaults -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: new

Re: [Django] #28882: Cannot save disabled SplitDateTimeField

2017-12-04 Thread Django
#28882: Cannot save disabled SplitDateTimeField ---+-- Reporter: avalanchy |Owner: nobody Type: Uncategorized | Status: new Component: Forms |

Re: [Django] #28860: Reduce calls to len()

2017-12-04 Thread Django
#28860: Reduce calls to len() -+- Reporter: Дилян Палаузов |Owner: nobody Type: | Status: closed Cleanup/optimization |

Re: [Django] #28881: Document that CommonPasswordValidator assumes all words are lower case (was: Common password validator does not handle case correctly)

2017-12-04 Thread Django
#28881: Document that CommonPasswordValidator assumes all words are lower case --+ Reporter: Nick Farrell |Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|

Re: [Django] #28879: Widget NumberInput becomes text if you change size

2017-12-04 Thread Django
#28879: Widget NumberInput becomes text if you change size -+- Reporter: Chris Davies-|Owner: nobody Barnard| Type: Uncategorized|