Re: [Django] #26348: Add a __time lookup for DateTimeField

2016-06-07 Thread Django
#26348: Add a __time lookup for DateTimeField -+- Reporter: charettes|Owner: charettes Type: New feature | Status: assigned Component: Database l

Re: [Django] #12810: Add validation for clashing ManyToManyField.db_table names

2016-06-07 Thread Django
#12810: Add validation for clashing ManyToManyField.db_table names -+- Reporter: strelnikovdmitrij|Owner: | berkerpeksag Type: Bug |

Re: [Django] #12810: Add validation for clashing ManyToManyField.db_table names

2016-06-07 Thread Django
#12810: Add validation for clashing ManyToManyField.db_table names -+- Reporter: strelnikovdmitrij|Owner: | berkerpeksag Type: Bug |

Re: [Django] #26702: Document custom field subclass change requires new custom field class

2016-06-07 Thread Django
#26702: Document custom field subclass change requires new custom field class -+- Reporter: baylee |Owner: baylee Type: | Status: assign

Re: [Django] #21588: "Modifying upload handlers on the fly" documentation doesn't replicate internal magic

2016-06-07 Thread Django
#21588: "Modifying upload handlers on the fly" documentation doesn't replicate internal magic -+- Reporter: Keryn Knight |Owner: | berkerpeksag Type:

Re: [Django] #26717: Allow customizing stream attribute of Serializer for custom serializers

2016-06-07 Thread Django
#26717: Allow customizing stream attribute of Serializer for custom serializers -+- Reporter: berkerpeksag |Owner: | berkerpeksag Type: New featu

Re: [Django] #26717: Allow customizing stream attribute of Serializer for custom serializers

2016-06-07 Thread Django
#26717: Allow customizing stream attribute of Serializer for custom serializers -+- Reporter: berkerpeksag |Owner: | berkerpeksag Type: New featu

Re: [Django] #2361: Filtering on count of ManyToManyField

2016-06-07 Thread Django
#2361: Filtering on count of ManyToManyField -+- Reporter: daniel.tietze@… |Owner: adrian Type: defect | Status: new Component: Database layer

Re: [Django] #26722: Django silently discarding the user-provided on_delete with GenericRelation

2016-06-07 Thread Django
#26722: Django silently discarding the user-provided on_delete with GenericRelation --+ Reporter: delizin |Owner: nobody Type: Bug | Status

Re: [Django] #26704: Document DjangoJSONEncoder

2016-06-07 Thread Django
#26704: Document DjangoJSONEncoder -+- Reporter: willhardy|Owner: tbeadle Type: | Status: closed Cleanup/optimization |

Re: [Django] #26704: Document DjangoJSONEncoder

2016-06-07 Thread Django
#26704: Document DjangoJSONEncoder -+- Reporter: willhardy|Owner: tbeadle Type: | Status: closed Cleanup/optimization |

Re: [Django] #26704: Document DjangoJSONEncoder

2016-06-07 Thread Django
#26704: Document DjangoJSONEncoder -+- Reporter: willhardy|Owner: tbeadle Type: | Status: closed Cleanup/optimization |

Re: [Django] #26704: Document DjangoJSONEncoder

2016-06-07 Thread Django
#26704: Document DjangoJSONEncoder -+- Reporter: willhardy|Owner: tbeadle Type: | Status: assigned Cleanup/optimization |

Re: [Django] #26721: "loaddata" can not load data generated by "dumpdata" due to encoding issues

2016-06-07 Thread Django
#26721: "loaddata" can not load data generated by "dumpdata" due to encoding issues -+- Reporter: OBu |Owner: nobody Type: Bug | Status:

[Django] #26722: Django silently discarding the user-provided on_delete with GenericRelation

2016-06-07 Thread Django
#26722: Django silently discarding the user-provided on_delete with GenericRelation --+ Reporter: delizin | Owner: nobody Type: Bug | Status: new Component: contrib.contenttypes

Re: [Django] #10107: Allow mark_safe() to be used as a decorator

2016-06-07 Thread Django
#10107: Allow mark_safe() to be used as a decorator -+ Reporter: matehat |Owner: svvitale Type: New feature | Status: closed Component: Utilities|

Re: [Django] #26677: Run i18n tests on disposable FS tree instead of source code

2016-06-07 Thread Django
#26677: Run i18n tests on disposable FS tree instead of source code -+- Reporter: ramiro |Owner: ramiro Type: | Status: assigned Clean

[Django] #26721: "loaddata" can not load data generated by "dumpdata" due to encoding issues

2016-06-07 Thread Django
#26721: "loaddata" can not load data generated by "dumpdata" due to encoding issues --+--- Reporter: OBu | Owner: nobody Type: Bug | Status: new Component: Core (Seri

Re: [Django] #26718: add system check for existence of the fields specified by ForeignKey.to_field

2016-06-07 Thread Django
#26718: add system check for existence of the fields specified by ForeignKey.to_field -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimizat

Re: [Django] #26719: UserCreationForm is not calling normalize_email

2016-06-07 Thread Django
#26719: UserCreationForm is not calling normalize_email + Reporter: mitar |Owner: nobody Type: Bug | Status: new Component: Forms | Version: 1.9 Se

Re: [Django] #26720: migration optimizer can produce operations that references removed models under certain circumstances

2016-06-07 Thread Django
#26720: migration optimizer can produce operations that references removed models under certain circumstances +-- Reporter: sir-sigurd |Owner: sir-sigurd Type: Bug | Stat

Re: [Django] #26716: django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin

2016-06-07 Thread Django
#26716: django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin -+ Reporter: bretth |Owner: nobody Type: Bug | Status: closed C

Re: [Django] #26716: django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin

2016-06-07 Thread Django
#26716: django.contrib.sites.CurrentSiteMiddleware needs to inherit MiddlewareMixin -+ Reporter: bretth |Owner: nobody Type: Bug | Status: closed C

Re: [Django] #26705: DjangoTranslation instance has no attribute 'plural'

2016-06-07 Thread Django
#26705: DjangoTranslation instance has no attribute 'plural' --+ Reporter: theju |Owner: nobody Type: Bug | Status: new Component: I

Re: [Django] #26702: Document custom field subclass change requires new custom field class

2016-06-07 Thread Django
#26702: Document custom field subclass change requires new custom field class --+ Reporter: baylee|Owner: baylee Type: Cleanup/optimization | Status: assi

Re: [Django] #24424: Removing a model's last field results in SQL syntax error

2016-06-07 Thread Django
#24424: Removing a model's last field results in SQL syntax error + Reporter: adnam |Owner: Type: Bug | Status: new Component: Migrations | Ver

Re: [Django] #25344: Document that prefetch_related() cache doesn't change unless it's refetched from the database

2016-06-07 Thread Django
#25344: Document that prefetch_related() cache doesn't change unless it's refetched from the database --+ Reporter: TankOs|Owner: nobody Type: Cleanup/optimization |

Re: [Django] #26720: migration optimizer can produce operations that references removed models under certain circumstances

2016-06-07 Thread Django
#26720: migration optimizer can produce operations that references removed models under certain circumstances +-- Reporter: sir-sigurd |Owner: sir-sigurd Type: Bug | Stat

Re: [Django] #26706: Reverse many to one and forward many to many managers's prefetch object cache should be cleared on clear().

2016-06-07 Thread Django
#26706: Reverse many to one and forward many to many managers's prefetch object cache should be cleared on clear(). -+- Reporter: cosmosgenius |Owner: yoongkang Type: Bug

[Django] #26720: migration optimizer can produce operations that references removed models under certain circumstances

2016-06-07 Thread Django
#26720: migration optimizer can produce operations that references removed models under certain circumstances + Reporter: sir-sigurd | Owner: nobody Type: Bug | Status: new Component: Migrations |Version:

Re: [Django] #26720: migration optimizer can produce operations that references removed models under certain circumstances

2016-06-07 Thread Django
#26720: migration optimizer can produce operations that references removed models under certain circumstances +-- Reporter: sir-sigurd |Owner: sir-sigurd Type: Bug | Stat

Re: [Django] #15250: Cannot fill parent model instance in cache

2016-06-07 Thread Django
#15250: Cannot fill parent model instance in cache -+- Reporter: vzima|Owner: czpython Type: Bug | Status: closed Component: Database

Re: [Django] #26717: Allow customizing stream attribute of Serializer for custom serializers

2016-06-07 Thread Django
#26717: Allow customizing stream attribute of Serializer for custom serializers -+- Reporter: berkerpeksag |Owner: | berkerpeksag Type: New featu

Re: [Django] #26690: Add the option in the prefetch_related to have the prefetched results returned as a list or as a queryset

2016-06-07 Thread Django
#26690: Add the option in the prefetch_related to have the prefetched results returned as a list or as a queryset -+- Reporter: Ursidours|Owner: nobody Type: New feature

Re: [Django] #26718: add system check for existence of the fields specified by ForeignKey.to_field

2016-06-07 Thread Django
#26718: add system check for existence of the fields specified by ForeignKey.to_field -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimizat

Re: [Django] #26717: Allow customizing stream attribute of Serializer for custom serializers

2016-06-07 Thread Django
#26717: Allow customizing stream attribute of Serializer for custom serializers --+ Reporter: berkerpeksag |Owner: nobody Type: New feature | Status: ne

[Django] #26719: UserCreationForm is not calling normalize_email

2016-06-07 Thread Django
#26719: UserCreationForm is not calling normalize_email ---+ Reporter: mitar | Owner: nobody Type: Uncategorized | Status: new Component: Forms |Version: 1.9 Severity: Normal | Ke

Re: [Django] #26718: add system check for existence of the fields specified by ForeignKey.to_field

2016-06-07 Thread Django
#26718: add system check for existence of the fields specified by ForeignKey.to_field -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimizat

[Django] #26718: add system check for existence of the fields specified by ForeignKey.to_field

2016-06-07 Thread Django
#26718: add system check for existence of the fields specified by ForeignKey.to_field --+ Reporter: sir-sigurd| Owner: nobody Type: Cleanup/optimization | Status: new Component: Core (System checks)

Re: [Django] #26718: add system check for existence of the fields specified by ForeignKey.to_field

2016-06-07 Thread Django
#26718: add system check for existence of the fields specified by ForeignKey.to_field -+- Reporter: sir-sigurd |Owner: sir- Type: | sigurd Cleanup/optimizat