Re: [Django] #26256: JSON serializer for subset of fields. (was: JSON serializer is not working for subset of fields.)

2016-02-21 Thread Django
#26256: JSON serializer for subset of fields. -+- Reporter: sonus21 |Owner: nobody Type: Uncategorized| Status: new Component: Core

[Django] #26256: JSON serializer is not working for subset of fields.

2016-02-21 Thread Django
#26256: JSON serializer is not working for subset of fields. --+ Reporter: sonus21 | Owner: nobody Type: Uncategorized | Status: new Component: Core (Serialization) |Version: 1.8

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24675: Skip "SET SQL_AUTO_IS_NULL = 0" on versions of MySQL that don't need it

2016-02-21 Thread Django
#24675: Skip "SET SQL_AUTO_IS_NULL = 0" on versions of MySQL that don't need it -+- Reporter: ssjunior |Owner: ssjunior Type: | Status:

Re: [Django] #24524: Automatic migrations prevent creation of initial database table layout

2016-02-21 Thread Django
#24524: Automatic migrations prevent creation of initial database table layout -+- Reporter: SimonSteinberger |Owner: nobody Type: | Status:

Re: [Django] #24675: Skip "SET SQL_AUTO_IS_NULL = 0" on versions of MySQL that don't need it

2016-02-21 Thread Django
#24675: Skip "SET SQL_AUTO_IS_NULL = 0" on versions of MySQL that don't need it -+- Reporter: ssjunior |Owner: ssjunior Type: | Status:

Re: [Django] #26248: Make current WSGI request instance available in forms.ModelForm instances.

2016-02-21 Thread Django
#26248: Make current WSGI request instance available in forms.ModelForm instances. +-- Reporter: Dmitri-Sintsov |Owner: nobody Type: New feature | Status: closed

Re: [Django] #14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers

2016-02-21 Thread Django
#14891: use_for_related_fields=False is not honored by reverse FK or M2M related managers -+- Reporter: sdksho@… |Owner: nobody Type: Bug |

Re: [Django] #26248: Make current WSGI request instance available in forms.ModelForm instances.

2016-02-21 Thread Django
#26248: Make current WSGI request instance available in forms.ModelForm instances. +-- Reporter: Dmitri-Sintsov |Owner: nobody Type: New feature | Status: closed

Re: [Django] #26238: confusing error message: django.core.exceptions.FieldError: Unknown field(s) specified when including a BinaryField in ModelForm.Meta.fields

2016-02-21 Thread Django
#26238: confusing error message: django.core.exceptions.FieldError: Unknown field(s) specified when including a BinaryField in ModelForm.Meta.fields -+- Reporter: groovecoder |Owner: nobody

[Django] #26255: In "Writing your first Django app, part 3" in "Writing more views" section it's not clear what include() refers to

2016-02-21 Thread Django
#26255: In "Writing your first Django app, part 3" in "Writing more views" section it's not clear what include() refers to --+ Reporter: ameidatou | Owner: nobody Type: Cleanup/optimization | Status:

Re: [Django] #26244: URLValidator and http/request.py use different validators

2016-02-21 Thread Django
#26244: URLValidator and http/request.py use different validators -+- Reporter: zachborboa |Owner: nobody Type: | Status: new

[Django] #26254: Support for disallowing filter on local fields in ModelAdmin

2016-02-21 Thread Django
#26254: Support for disallowing filter on local fields in ModelAdmin --+ Reporter: DheerendraRathor | Owner: nobody Type: New feature | Status: new Component: contrib.admin |Version: master

Re: [Django] #25759: Add **kwargs to as_sql method of Expressions

2016-02-21 Thread Django
#25759: Add **kwargs to as_sql method of Expressions -+- Reporter: jarshwah |Owner: | kaifeldhoff Type: New feature |