Fellow Report - October 3, 2015

56 views
Skip to first unread message

Tim Graham

unread,
Oct 3, 2015, 7:21:07 PM10/3/15
to Django developers (Contributions to Django itself)

Report for week ending October 3, 2015:


Triaged

-------

https://code.djangoproject.com/ticket/25473 - Consistently use dashes instead of underscores in URL names (accepted)

https://code.djangoproject.com/ticket/25478 - 1.8 migrating doc code sample needs parens (worksforme)

https://code.djangoproject.com/ticket/25484 - static template tag outputs invalid HTML if storage class's url() returns a URI with '&' characters. (accepted)

https://code.djangoproject.com/ticket/25485 - Deprecation notice on GenericRelation is confusing (fixed)

https://code.djangoproject.com/ticket/25486 - ORM generating incorrect query for through-model on <RelatedManager>.all() (duplicate)

https://code.djangoproject.com/ticket/22527 - FK proxy model not properly deferred in syncdb (fixed)

https://code.djangoproject.com/ticket/18501 - Custom fields as foreign keys fix (needsinfo)

https://code.djangoproject.com/ticket/15678 - Different behaviour for DecimalField on MySQL and SQLite (needsinfo)

https://code.djangoproject.com/ticket/20154 - Inconsistent model save behavior when assigning model instances to CharFields (fixed)

https://code.djangoproject.com/ticket/16867 - Validate GenericForeignKey's object_id_field/content_type_field options (fixed)

https://code.djangoproject.com/ticket/25488 - BaseGenericInlineFormSet runs validation methods before linking form instances to their related object (duplicate)

https://code.djangoproject.com/ticket/13637 - Generic Relations don't work correctly on a non-default database alias (fixed)

https://code.djangoproject.com/ticket/9501 - Generic relations to derived models won't allow for deletion of objects those models are attached to. (fixed)

https://code.djangoproject.com/ticket/13203 Deletion error of model with generic relation to inherited model (fixed)

https://code.djangoproject.com/ticket/11018 - Generic foreign keys in custom m2m relationship model (won’t fix)

https://code.djangoproject.com/ticket/20776 - Multi-level Multi-table Inheritance - mismatched PKs / explicit db_columns (invalid)

https://code.djangoproject.com/ticket/17015 - IntegrityError: ORA-01400: cannot insert NULL into (...."AUTH_PERMISSION"."ID")  when running syncdb with Oracle (needsinfo)

https://code.djangoproject.com/ticket/20271 - Filtering over generic relations with TextField/CharField object_id gives PostgreSQL error: No operator matches the given name and argument type(s). You might need to add explicit type casts. (duplicate)

https://code.djangoproject.com/ticket/17520 - write queries on related managers use the db_for_read database (fixed)

https://code.djangoproject.com/ticket/15844 - Filtering by related objects causes unnecessary extra db hits when using model inheritance (fixed)


Authored

--------

https://github.com/django/django/pull/5377 - Fixed #21042 -- Allowed accessing FileDescriptor on the model class.

https://github.com/django/django/pull/5385 - Refs #13203, #9501 -- Added a test for generic relations to child models.

https://github.com/django/django/pull/5386 - Refs #15844 -- Added tests for multi-table inheritance related object filtering efficiency.

https://github.com/django/djangoproject.com/pull/527 - Fixed #510 -- Prevented stackoverflow questions in the aggregator.

https://github.com/django/djangoproject.com/pull/528 - Fixed #512 -- Invalidated cached blog post on save.


Reviewed/committed

------------------

https://github.com/django/django/pull/5363 - Refs #16860 -- Fixed password help text when there aren't any validators.

https://github.com/django/django/pull/5379 - Fixed #25490 -- Made the logout() view send "no-cache" headers.

https://github.com/django/django/pull/5375 - Fixed #22938 -- Allowed clearsessions to remove file-based sessions.

https://github.com/django/django/pull/5276 - Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.


Reviews of core dev work

------------------------

https://github.com/django/django/pull/5388 - Fixed #25483 -- Allowed passing non-string arguments to call_command

https://github.com/django/django/pull/5389 - Added basic JS tests for OLMapWidget.js
Reply all
Reply to author
Forward
0 new messages