Re: [Django] #30515: Document django.shortcuts.resolve_url.

2019-06-07 Thread Django
#30515: Document django.shortcuts.resolve_url. -+- Reporter: sage |Owner: nobody Type: | Status: closed Cleanup/optimization

Re: [Django] #30521: Default error webpages are not correctly-formed html pages.

2019-06-07 Thread Django
#30521: Default error webpages are not correctly-formed html pages. -+- Reporter: Ruben Garcia |Owner: Alexandre Type: | Varas Cleanup/optimization

Re: [Django] #30521: Default error webpages are not correctly-formed html pages.

2019-06-07 Thread Django
#30521: Default error webpages are not correctly-formed html pages. -+- Reporter: Ruben Garcia |Owner: Alexandre Type: | Varas Cleanup/optimization

Re: [Django] #29379: Add autocomplete attribute to contrib.auth fields

2019-06-07 Thread Django
#29379: Add autocomplete attribute to contrib.auth fields -+- Reporter: CHI Cheng|Owner: Hasan | Ramezani Type: New feature |

Re: [Django] #30551: urlize on URL with incomplete query string adds equal sign. (was: urlize on URL with incomplete query string adds equal sign)

2019-06-07 Thread Django
#30551: urlize on URL with incomplete query string adds equal sign. ---+-- Reporter: jochengcd |Owner: nobody Type: Uncategorized | Status: new Component: Utilities

[Django] #30551: urlize on URL with incomplete query string adds equal sign

2019-06-07 Thread Django
#30551: urlize on URL with incomplete query string adds equal sign -+ Reporter: jochengcd | Owner: nobody Type: Uncategorized | Status: new Component:

Re: [Django] #30551: urlize on URL with incomplete query string adds equal sign.

2019-06-07 Thread Django
#30551: urlize on URL with incomplete query string adds equal sign. ---+-- Reporter: jochengcd |Owner: nobody Type: Bug| Status: closed Component: Utilities |

Re: [Django] #28805: Add a database function for RegexpReplace

2019-06-07 Thread Django
#28805: Add a database function for RegexpReplace -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new Component: Database

Re: [Django] #29379: Add autocomplete attribute to contrib.auth fields

2019-06-07 Thread Django
#29379: Add autocomplete attribute to contrib.auth fields -+- Reporter: CHI Cheng|Owner: Hasan | Ramezani Type: New feature |

Re: [Django] #30552: GEOSGeometry.reverse() loses SRID.

2019-06-07 Thread Django
#30552: GEOSGeometry.reverse() loses SRID. -+ Reporter: ssrebelious |Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #30553: Misleading logging documentation about disable_existing_loggers default value.

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value. -+- Reporter: darthdragon |Owner: nobody Type: |

Re: [Django] #23577: Rename operations should rename indexes, constraints, sequences and triggers named after their former value

2019-06-07 Thread Django
#23577: Rename operations should rename indexes, constraints, sequences and triggers named after their former value -+ Reporter: Chris Woytowitz |Owner: (none) Type: Bug |

[Django] #30552: SRID data on GEOSGeometry is lost after calling `reverse()` method

2019-06-07 Thread Django
#30552: SRID data on GEOSGeometry is lost after calling `reverse()` method -+- Reporter: | Owner: nobody ssrebelious| Type: Bug|

Re: [Django] #30553: Misleading logging documentation about disable_existing_loggers default value. (was: Misleading logging documentation about disable_existing_loggers default value)

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value. -+- Reporter: darthdragon |Owner: nobody Type: |

Re: [Django] #30552: GEOSGeometry.reverse() loses SRID. (was: SRID data on GEOSGeometry is lost after calling `reverse()` method)

2019-06-07 Thread Django
#30552: GEOSGeometry.reverse() loses SRID. -+ Reporter: ssrebelious |Owner: nobody Type: Bug | Status: new Component: GIS

Re: [Django] #29444: Allow fields to be part of the RETURNING clause during INSERT

2019-06-07 Thread Django
#29444: Allow fields to be part of the RETURNING clause during INSERT -+- Reporter: Johannes Hoppe |Owner: Johannes Type: | Hoppe Cleanup/optimization

[Django] #30553: Misleading logging documentation about disable_existing_loggers default value

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value -+- Reporter: | Owner: nobody darthdragon| Type:

Re: [Django] #30553: Misleading logging documentation about disable_existing_loggers default value.

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value. -+- Reporter: darthdragon |Owner: nobody Type: |

Re: [Django] #30553: Misleading logging documentation about disable_existing_loggers default value.

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value. -+- Reporter: darthdragon |Owner: nobody Type: |

Re: [Django] #30553: Misleading logging documentation about disable_existing_loggers default value.

2019-06-07 Thread Django
#30553: Misleading logging documentation about disable_existing_loggers default value. -+- Reporter: darthdragon |Owner: nobody Type: |

Re: [Django] #29087: Impossible to delete pending new inline in admin when invalid (delete button missing)

2019-06-07 Thread Django
#29087: Impossible to delete pending new inline in admin when invalid (delete button missing) ---+ Reporter: Owen Heisler |Owner: (none) Type: Bug| Status: new

Re: [Django] #29834: Union queryset with ordering breaks on ordering with derived querysets

2019-06-07 Thread Django
#29834: Union queryset with ordering breaks on ordering with derived querysets -+- Reporter: Sergei Maertens |Owner: Can | Sarıgöl Type: Bug

[Django] #30554: Excessive logging by autoreload in v 2.2.1 and 2.2.2

2019-06-07 Thread Django
#30554: Excessive logging by autoreload in v 2.2.1 and 2.2.2 -+ Reporter: Phoebe Bright | Owner: nobody Type: Uncategorized | Status: new Component: Uncategorized

Re: [Django] #29087: Impossible to delete pending new inline in admin when invalid (delete button missing)

2019-06-07 Thread Django
#29087: Impossible to delete pending new inline in admin when invalid (delete button missing) ---+ Reporter: Owen Heisler |Owner: frnhr Type: Bug| Status: assigned

Re: [Django] #30066: UserManager.create_superuser doesn't allow for omitting email or password, unlike create_user which does.

2019-06-07 Thread Django
#30066: UserManager.create_superuser doesn't allow for omitting email or password, unlike create_user which does. -+- Reporter: Joshua Cannon|Owner: Daniel Type: