Re: [Django] #27616: HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt

2016-12-19 Thread Django
#27616: HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt ---+-- Reporter: dhoulder |Owner: nobody Type: Uncategorized | Status: new Component:

[Django] #27616: HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt

2016-12-19 Thread Django
#27616: HTTP_X_REQUESTED_WITH should be X-Requested-With in request-response.txt -+ Reporter: dhoulder | Owner: nobody Type: Uncategorized | Status: new

Re: [Django] #25492: Check deferred foreign key constraints before dropping them

2016-12-19 Thread Django
#25492: Check deferred foreign key constraints before dropping them -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new

Re: [Django] #27615: Use native interval type on Oracle

2016-12-19 Thread Django
#27615: Use native interval type on Oracle -+- Reporter: Tim Graham |Owner: felixxm Type: | Status: assigned Cleanup/optimization

Re: [Django] #25492: Check deferred foreign key constraints before dropping them (was: warn about migrations mixing schema- and data- changing operations)

2016-12-19 Thread Django
#25492: Check deferred foreign key constraints before dropping them -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new

Re: [Django] #25753: Cache formats retrieved from django settings in formats.get_format

2016-12-19 Thread Django
#25753: Cache formats retrieved from django settings in formats.get_format -+- Reporter: Jaap Roes|Owner: nobody Type: | Status: new

Re: [Django] #17561: EmailField does not automatically lower the case in email addresses

2016-12-19 Thread Django
#17561: EmailField does not automatically lower the case in email addresses -+- Reporter: zechs.marquie@… |Owner: nobody Type: Bug | Status: closed

Re: [Django] #25492: warn about migrations mixing schema- and data- changing operations

2016-12-19 Thread Django
#25492: warn about migrations mixing schema- and data- changing operations -+- Reporter: Joey Wilhelm |Owner: nobody Type: New feature | Status: new

Re: [Django] #27611: Remove check that suggests enabling CSRF_COOKIE_HTTPONLY setting

2016-12-19 Thread Django
#27611: Remove check that suggests enabling CSRF_COOKIE_HTTPONLY setting -+- Reporter: Tim Graham |Owner: Tim Type: | Graham Cleanup/optimization

Re: [Django] #25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters.

2016-12-19 Thread Django
#25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters. -+ Reporter: João Miguel Neves|Owner: alix- Type: Bug |

Re: [Django] #25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters.

2016-12-19 Thread Django
#25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters. -+ Reporter: João Miguel Neves|Owner: alix- Type: Bug |

Re: [Django] #19884: Inspectdb on Oracle doesn't produce correct field types

2016-12-19 Thread Django
#19884: Inspectdb on Oracle doesn't produce correct field types -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #19884: Inspectdb on Oracle doesn't produce correct field types

2016-12-19 Thread Django
#19884: Inspectdb on Oracle doesn't produce correct field types -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters.

2016-12-19 Thread Django
#25484: static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters. -+ Reporter: João Miguel Neves|Owner: alix- Type: Bug |

Re: [Django] #21221: Widgets and Admin's Media should use the configured staticfiles storage to create the right path to a file

2016-12-19 Thread Django
#21221: Widgets and Admin's Media should use the configured staticfiles storage to create the right path to a file -+- Reporter: Guilherme Gondim |Owner: Johannes

Re: [Django] #27377: Clarify that prepopulated_fields doesn't work with OneToOneField

2016-12-19 Thread Django
#27377: Clarify that prepopulated_fields doesn't work with OneToOneField -+- Reporter: Malik A. Rumi|Owner: Henry Type: | Dang Cleanup/optimization

Re: [Django] #27606: Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost

2016-12-19 Thread Django
#27606: Error in formatting HttpResponseRedirect when __init__() raises DisallowedHost -+- Reporter: Jerome Leclanche |Owner: Jerome | Leclanche

Re: [Django] #27615: Use native interval type on Oracle

2016-12-19 Thread Django
#27615: Use native interval type on Oracle -+- Reporter: Tim Graham |Owner: nobody Type: | Status: new Cleanup/optimization

Re: [Django] #27615: Use native interval type on Oracle

2016-12-19 Thread Django
#27615: Use native interval type on Oracle -+- Reporter: Tim Graham |Owner: nobody Type: | Status: new Cleanup/optimization

[Django] #27615: Use native interval type on Oracle

2016-12-19 Thread Django
#27615: Use native interval type on Oracle -+- Reporter: Tim| Owner: nobody Graham | Type: | Status: new

Re: [Django] #27377: Clarify that prepopulated_fields doesn't work with OneToOneField

2016-12-19 Thread Django
#27377: Clarify that prepopulated_fields doesn't work with OneToOneField -+- Reporter: Malik A. Rumi|Owner: Henry Type: | Dang Cleanup/optimization

Re: [Django] #19884: Inspectdb on Oracle doesn't produce correct field types

2016-12-19 Thread Django
#19884: Inspectdb on Oracle doesn't produce correct field types -+- Reporter: Anssi Kääriäinen |Owner: nobody Type: Bug | Status: new Component:

Re: [Django] #27550: add version of GEOSGeometry.normalize() that returns new geometry

2016-12-19 Thread Django
#27550: add version of GEOSGeometry.normalize() that returns new geometry -+- Reporter: Sergey Fedoseev |Owner: Sergey | Fedoseev Type: New

Re: [Django] #27614: Storing the DB used in the state before calling `_save_table`

2016-12-19 Thread Django
#27614: Storing the DB used in the state before calling `_save_table` -+- Reporter: Joseph Kahn |Owner: nobody Type: Uncategorized| Status: new

Re: [Django] #27612: Add a check that URL instance namespaces are unique across a project

2016-12-19 Thread Django
#27612: Add a check that URL instance namespaces are unique across a project -+- Reporter: Tim Graham |Owner: Andrew Type: | Nester Cleanup/optimization

Re: [Django] #27612: Add a check that URL instance namespaces are unique across a project

2016-12-19 Thread Django
#27612: Add a check that URL instance namespaces are unique across a project -+- Reporter: Tim Graham |Owner: Andrew Type: | Nester Cleanup/optimization

Re: [Django] #27477: Use QuerySet.select_for_update() in admin change form to fix race condition

2016-12-19 Thread Django
#27477: Use QuerySet.select_for_update() in admin change form to fix race condition ---+-- Reporter: Dave Hall |Owner: nobody Type: New feature| Status: new

Re: [Django] #27477: Use QuerySet.select_for_update() in admin change form to fix race condition

2016-12-19 Thread Django
#27477: Use QuerySet.select_for_update() in admin change form to fix race condition ---+-- Reporter: Dave Hall |Owner: nobody Type: New feature| Status: new