Re: [Django] #30022: Doc how to combine post_save signal with on_commit to alter a m2m relation when saving a model instance

2018-12-09 Thread Django
#30022: Doc how to combine post_save signal with on_commit to alter a m2m relation when saving a model instance -+- Reporter: George Tantiras |Owner: nobody Type:

Re: [Django] #30024: The test client request methods should raise an error when passed None as a data value

2018-12-09 Thread Django
#30024: The test client request methods should raise an error when passed None as a data value ---+-- Reporter: Jon Dufresne |Owner: nobody Type: New feature|

Re: [Django] #29336: No docs for circular inheritance

2018-12-09 Thread Django
#29336: No docs for circular inheritance -+- Reporter: Adrian Turjak|Owner: Adrian Type: | Turjak Cleanup/optimization |

Re: [Django] #29336: No docs for circular inheritance

2018-12-09 Thread Django
#29336: No docs for circular inheritance -+- Reporter: Adrian Turjak|Owner: Adrian Type: | Turjak Cleanup/optimization |

Re: [Django] #21703: `exclude` query with `F` object across relationship fails

2018-12-09 Thread Django
#21703: `exclude` query with `F` object across relationship fails -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: new

[Django] #30024: The test client request methods should raise an error when passed None as a data value

2018-12-09 Thread Django
#30024: The test client request methods should raise an error when passed None as a data value -+ Reporter: Jon Dufresne | Owner: nobody Type: New feature|

Re: [Django] #21703: `exclude` query with `F` object across relationship fails

2018-12-09 Thread Django
#21703: `exclude` query with `F` object across relationship fails -+- Reporter: anonymous|Owner: nobody Type: Bug | Status: new

[Django] #30025: dismiseAddRelatedObjectPopup() not executing change event for select element

2018-12-09 Thread Django
#30025: dismiseAddRelatedObjectPopup() not executing change event for select element -+ Reporter: Alexander Todorov | Owner: nobody Type: Bug| Status: new

[Django] #30026: Using collapse class in ModelAdmin fieldset while using the same media file in ModelAdmin's and its inline's form causes wrong media ordering

2018-12-09 Thread Django
#30026: Using collapse class in ModelAdmin fieldset while using the same media file in ModelAdmin's and its inline's form causes wrong media ordering ---+ Reporter: Krzysztof Socha | Owner: nobody

Re: [Django] #30021: Allow contrib.sites to use the request host and fallback to a SITE_ID

2018-12-09 Thread Django
#30021: Allow contrib.sites to use the request host and fallback to a SITE_ID ---+- Reporter: Ira Abbott |Owner: nobody Type: New feature| Status: new Component:

Re: [Django] #29214: Invalid SQL generated when annotating a subquery with an outerref to an annotated field.

2018-12-09 Thread Django
#29214: Invalid SQL generated when annotating a subquery with an outerref to an annotated field. -+- Reporter: Oskar Persson|Owner: nobody Type: Bug |

Re: [Django] #30023: SQLite schema editor can cause table corruption if used within a transaction since Django 2.0

2018-12-09 Thread Django
#30023: SQLite schema editor can cause table corruption if used within a transaction since Django 2.0 -+- Reporter: Simon Charette |Owner: Simon | Charette