Fellow Reports -- August 2018

118 views
Skip to first unread message

Carlton Gibson

unread,
Aug 6, 2018, 6:31:16 AM8/6/18
to Django developers (Contributions to Django itself)
Hi all,


Calendar Week 31 -- ending 05 August.


Triaged:

https://code.djangoproject.com/ticket/29632 -- After migrating a Django project from Python 2 to 3, db migration of django.contrib.sites fails with TypeError: attribute name must be string, not bytes (needsinfo)
https://code.djangoproject.com/ticket/29631 -- Feature Request: models.UniqueBooleanField() (wontfix)
https://code.djangoproject.com/ticket/29620 -- Document possible performance benefits from transactions (needsinfo)
https://code.djangoproject.com/ticket/29626 -- cache.backends.db does not implement delete_many() (Accepted)
https://code.djangoproject.com/ticket/29618 -- using query parameters to filter by boolean causes validation error due to lower)ase true/false (Invalid - Usage question.
https://code.djangoproject.com/ticket/22296 -- m2m_changed pk_set value inconsistent between post_add and post_remove (Duplicat) of #29615
https://code.djangoproject.com/ticket/29615 -- Document difference in behaviour between m2m_changed behaviour for add() vs remove() when called multiple times. (Accepted)



Reviewed:

https://code.djangoproject.com/ticket/29623 -- DurationField ValidationError message should use proper gettext variables
https://github.com/django/django/pull/9424 -- Fixed #26974, #28887, #28990, #29614 -- Added support for B-Tree, Hash and SP-Gist indexes; BrinIndex autosummarize parameter.
https://code.djangoproject.com/ticket/25513 -- Refactor the admin paginator customizations to make them reuseable



Authored:

https://github.com/django/django/pull/10250 -- [2.1.x] Updated translations from Transifex



Kind Regards,

Carlton

Carlton Gibson

unread,
Aug 13, 2018, 6:27:42 AM8/13/18
to Django developers (Contributions to Django itself)
Hi all,


Calendar Week 32 -- ending 12 August.


Triaged:

https://code.djangoproject.com/ticket/29649 -- admin readonly_fields with unique_together raises IntegrityError (Duplicate of #13091)
https://code.djangoproject.com/ticket/29643 -- Hashing list in Q objects when using __in lookup (needsinfo)
https://code.djangoproject.com/ticket/29642 -- Add check for signatures of custom error views. (Accepted)
https://code.djangoproject.com/ticket/29641 -- Add support for unique constraints to Meta.constraints (Accepted)
https://code.djangoproject.com/ticket/29640 -- Document (deprecate?) Paginator._get_page (Accepted.)


Reviewed:

https://code.djangoproject.com/ticket/29653 -- Using GenericRelation.related_query_name through an inherited abstract class crashes
https://code.djangoproject.com/ticket/29644 -- String representation of SearchQuery gives inaccurate results
https://code.djangoproject.com/ticket/29612 -- Add prefetch_related() cache invalidation for GenericRelations
https://code.djangoproject.com/ticket/28661 -- Auto-truncate indexes on MySQL when max index size is reached
https://code.djangoproject.com/ticket/28598 -- BCC addresses are ignored in the console and file email backends



Kind Regards,

Carlton

Carlton Gibson

unread,
Aug 30, 2018, 6:26:22 AM8/30/18
to Django developers (Contributions to Django itself)
Hi all,


Calendar Week 33 -- ending 19 August.


Triaged:

https://code.djangoproject.com/ticket/29672 -- Returns an empty model field that is filled with a trigger in the database. (Invalid)
https://code.djangoproject.com/ticket/29656 -- Range Fields do not support blank values via ModelForm (Duplicate of #27039.)
https://code.djangoproject.com/ticket/29671 -- Unable to modify UserAdmin to prevent editing/viewing passwords (invalid)
https://code.djangoproject.com/ticket/29669 -- admin.E033 incorrectly raised when adding a calculated field in the 'ordering' tuple of a ModelAdmin (Accepted)
https://code.djangoproject.com/ticket/29664 -- Need Proper error handling for CBV in urls. (wontfix)
https://code.djangoproject.com/ticket/29667 -- path converters don't handle spaces well. (Accepted)


Reviewed:

https://code.djangoproject.com/ticket/29681 -- Support XHTML5 (XML serialization of HTML5)
https://github.com/django/django/pull/9212 -- Fixed a race condition problem in migrations howto.
https://github.com/django/django/pull/10303 -- close # TODO: why can't I make this ..app2
https://code.djangoproject.com/ticket/29677 -- StaticFilesStorage.post_process does not seem to exist, contrary to documentation
https://code.djangoproject.com/ticket/29646 -- Document the validators that each model and form field uses
https://code.djangoproject.com/ticket/29529 -- Allow FilePathField path to accept a callable.
https://code.djangoproject.com/ticket/29243 -- Refactor migration graph code



Calendar Week 34 -- ending 26 August.


Triaged:

https://code.djangoproject.com/ticket/29707 -- New admin autocomplete widget ignores limit_choices_to filter in referring FK definition (Accepted.)
https://code.djangoproject.com/ticket/29704 -- manage.py test does not always accept test-runner specific command line options (Accepted.)
https://code.djangoproject.com/ticket/29705 -- RuntimeError while saving webp file to Image-Field (Accepted.)
https://code.djangoproject.com/ticket/29700 -- Document ModelAdmin.autocomplete_view() and AutocompleteJsonView (as customisation point). (Accepted.)
https://code.djangoproject.com/ticket/29680 -- Paginate start with last Page (wontfix)
https://code.djangoproject.com/ticket/29691 -- Support ForeignKey based model inheritance (wontfix)
https://code.djangoproject.com/ticket/29694 -- QuerySet.values_list() combined with .extra() or .annotate() may produce wrong .union() (Duplicate of #29229)


Reviewed:

https://code.djangoproject.com/ticket/29688 -- ModelAdmin: Add attribute to override manager used by ModelAdmin.get_queryset()
https://code.djangoproject.com/ticket/29243 -- Improve efficiency of migration graph algorithm



Kind Regards,

Carlton

Carlton Gibson

unread,
Sep 2, 2018, 4:03:49 AM9/2/18
to Django developers (Contributions to Django itself)
Hi all,


Calendar Week 35 -- ending 31 August.


Triaged:

https://code.djangoproject.com/ticket/29723 -- Backwards-incompatible change of has_add_permission in 2.1 (Accepted.)
https://code.djangoproject.com/ticket/29714 -- Option to hide cookies in error reports (Accepted.) 
https://code.djangoproject.com/ticket/29711 -- One can use as actions functions generated only by the first call to another function (Invalid.)


Reviewed:

https://github.com/django/django/pull/10357 -- Fix backwards incompatible release note location
https://github.com/django/django/pull/10356 -- Replace snippet:: with code-block::
https://github.com/django/django/pull/10355 -- Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
https://github.com/django/django/pull/10352 -- converted all single line comments to multiple line comments
https://github.com/django/django/pull/10342 -- Fixed LayerMapping encoding in geodjango tutorial.
https://github.com/django/django/pull/10341 -- Added getattr for profilefield in order to be used as the same model
https://code.djangoproject.com/ticket/29243 -- Improve efficiency of migration graph algorithm


Released v2.1.1



Kind Regards,

Carlton

Reply all
Reply to author
Forward
0 new messages