Re: [Django] #28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting

2017-08-24 Thread Django
#28473: Consider SCRIPT_NAME for SECURE_REDIRECT_EXEMPT setting ---+ Reporter: Jonas Haag |Owner: nobody Type: Bug| Status: new Component: HTTP handling |

Re: [Django] #28513: LogoutView doesn't support POST, unlike the function-based logout() view

2017-08-24 Thread Django
#28513: LogoutView doesn't support POST, unlike the function-based logout() view -+- Reporter: Paulo|Owner: hui shang Type: Bug | Status:

Re: [Django] #26886: TECHNICAL_404_TEMPLATE logs an "Exception while resolving variable" warning

2017-08-24 Thread Django
#26886: TECHNICAL_404_TEMPLATE logs an "Exception while resolving variable" warning -+- Reporter: None |Owner: None Type: | Status:

Re: [Django] #28516: Admin change_list logs multiple "VariableDoesNotExist" errors.

2017-08-24 Thread Django
#28516: Admin change_list logs multiple "VariableDoesNotExist" errors. -+- Reporter: Samuel Bishop|Owner: nobody Type: | Status: closed

Re: [Django] #28517: admin does not check if a model has default_permissions before raising PermissionDenied

2017-08-24 Thread Django
#28517: admin does not check if a model has default_permissions before raising PermissionDenied --+ Reporter: Paulo |Owner: nobody Type: Cleanup/optimization |

Re: [Django] #28522: Django seems to ignore global DATE_INPUT_FORMATS and TIME_INPUT_FORMATS when set in settings

2017-08-24 Thread Django
#28522: Django seems to ignore global DATE_INPUT_FORMATS and TIME_INPUT_FORMATS when set in settings -+- Reporter: Dan Swain|Owner: nobody Type: Bug |

[Django] #28526: Remedy verbose, often unhelpful undefined tempate variable logging

2017-08-24 Thread Django
#28526: Remedy verbose, often unhelpful undefined tempate variable logging + Reporter: Tim Graham| Owner: nobody Type: Cleanup/optimization | Status: new

Re: [Django] #28525: Document GDAL & GeoIP exceptions (was: Add missing documentation for GDAL & GeoIP exceptions)

2017-08-24 Thread Django
#28525: Document GDAL & GeoIP exceptions -+- Reporter: Nick Pope|Owner: Nick Pope Type: | Status: assigned Cleanup/optimization

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

2017-08-24 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:

Re: [Django] #28524: Improve program name for Django's command-line utility.

2017-08-24 Thread Django
#28524: Improve program name for Django's command-line utility. -+- Reporter: Nick Pope|Owner: Nick Pope Type: | Status: assigned

Re: [Django] #28513: LogoutView doesn't support POST, unlike the function-based logout() view

2017-08-24 Thread Django
#28513: LogoutView doesn't support POST, unlike the function-based logout() view -+- Reporter: Paulo|Owner: hui shang Type: Bug | Status:

Re: [Django] #17962: Add ModelAdmin.get_deleted_objects() hook

2017-08-24 Thread Django
#17962: Add ModelAdmin.get_deleted_objects() hook ---+- Reporter: Chris Wilson |Owner: Rebecca Smith Type: New feature| Status: assigned Component: contrib.admin

Re: [Django] #28380: Wrong handling of NULL values in spatialite geometry comparison functions

2017-08-24 Thread Django
#28380: Wrong handling of NULL values in spatialite geometry comparison functions -+ Reporter: Fabian Schindler |Owner: nobody Type: Bug | Status:

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

2017-08-24 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:

Re: [Django] #28518: improve performance of loading geometries from DB

2017-08-24 Thread Django
#28518: improve performance of loading geometries from DB -+- Reporter: Sergey Fedoseev |Owner: Sergey Type: | Fedoseev Cleanup/optimization |

Re: [Django] #27846: refresh_from_db() doesn't clear reverse OneToOneFields

2017-08-24 Thread Django
#27846: refresh_from_db() doesn't clear reverse OneToOneFields -+- Reporter: Keith Hostetler |Owner: Paulo Type: Bug | Status: assigned

Re: [Django] #28527: How rewrite query in Django ORM?

2017-08-24 Thread Django
#28527: How rewrite query in Django ORM? -+- Reporter: Nikolas |Owner: nobody Type: Uncategorized| Status: closed Component: Database layer

Re: [Django] #28527: How rewrite query in Django ORM?

2017-08-24 Thread Django
#28527: How rewrite query in Django ORM? -+- Reporter: Nikolas |Owner: nobody Type: Uncategorized| Status: closed Component: Database layer

[Django] #28527: How rewrite query in Django ORM?

2017-08-24 Thread Django
#28527: How rewrite query in Django ORM? -+- Reporter: | Owner: nobody mmmcorpsvit| Type: | Status: new Uncategorized

Re: [Django] #24342: Add EnumField model/form fields

2017-08-24 Thread Django
#24342: Add EnumField model/form fields -+- Reporter: Thomas Stephenson|Owner: nobody Type: New feature | Status: new Component: Database layer |

Re: [Django] #28524: Improve program name for Django's command-line utility.

2017-08-24 Thread Django
#28524: Improve program name for Django's command-line utility. -+- Reporter: Nick Pope|Owner: Nick Pope Type: | Status: assigned

Re: [Django] #28034: Update the contributing tutorial to use a more recent patch

2017-08-24 Thread Django
#28034: Update the contributing tutorial to use a more recent patch -+- Reporter: Mateusz Jankowski|Owner: Joe Type: | Krzystan Cleanup/optimization

Re: [Django] #27272: Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones

2017-08-24 Thread Django
#27272: Add a on_delete RESTRICT handler to allow cascading deletions while protecting direct ones -+- Reporter: Daniel Izquierdo |Owner: Daniel | Izquierdo