Week ending March 9, 2019
Triaged
-------
https://code.djangoproject.com/ticket/30232 - Correct expected format in invalid DurationField error message (fixed)
https://code.djangoproject.com/ticket/30231 - Field's verbose_name is ignored in FilteredSelectMultiple widget for inlines created with "Add another" button (accepted)
https://code.djangoproject.com/ticket/30236 - UsernameField should use autocapitalize="none" (accepted)
Reviewed/committed
------------------
https://github.com/django/django/pull/10390 - Fixed #29754 -- Added is_dst parameter to Trunc database functions.
https://github.com/django/django/pull/11053 - Fixed #30234 -- Disallowed non-upper settings in settings.configure().
https://github.com/django/django/pull/11018 - Doc'd the use of --noinput for test database handling.
https://github.com/django/django/pull/11039 - Fixed #30189 -- Removed transaction from sqlmigrate output if database doesn't use one.
https://github.com/django/django/pull/10997 - Fixed #30186 -- Made showmigrations --list display the applied datetimes at verbosity 2+.Week ending March 16, 2019
Triaged
-------
https://code.djangoproject.com/ticket/30255 - docutils reports an error rendering view docstring when the first line is not empty (accepted)
Reviewed/committed
------------------
https://github.com/django/django/pull/11075 - Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
https://github.com/django/django/pull/11005 - Fixed #30183 -- Added introspection of inline SQLite constraints.
https://github.com/django/django/pull/11057 - Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin checks allow subclasses.
https://github.com/django/django/pull/11085 - Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __init__().Week ending March 23, 2019
Triaged
-------
https://code.djangoproject.com/ticket/30270 - .all() for related manager always returns empty list (invalid)
https://code.djangoproject.com/ticket/30277 - Django Advanced Tutorial Link doesn't lead to the intended page (fixed)
https://code.djangoproject.com/ticket/30276 - reverse DeleteModel migration with a primary key OneToOneField fails in MySQL (fixed)
https://code.djangoproject.com/ticket/29539 - Cannot use Aggregation function in Model.Meta.ordering (wontfix)
https://code.djangoproject.com/ticket/30284 - Redundant is_active check in auth.backends.ModelBackend (wontfix)
Reviewed/committed
------------------
https://code.djangoproject.com/ticket/30172 - Fixed #30172 -- Prevented Meta constraints from being removed in other migration operations.
https://github.com/django/django/pull/11083 - Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
https://github.com/django/django/pull/11093 - Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179).
https://github.com/django/django/pull/11091 - Fixed #28738 -- Added the GeometryDistance function.
https://github.com/django/django/pull/11030 - Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses.
https://github.com/django/django/pull/11030 - Fixed #30158 -- Avoided unnecessary subquery group by on aggregation.
https://github.com/django/django/pull/11109 - Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
https://github.com/django/django/pull/11099 - Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
https://github.com/django/django/pull/11062 - Subquery resolving refactor and bug fixing.
https://github.com/django/django/pull/11112 - Removed redundant model field choices tests.
https://github.com/django/django/pull/11113 - Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion.Week ending March 30, 2019
Triaged
-------
https://code.djangoproject.com/ticket/30288 - PostgreSQL connections forced into UTC if setting.USE_TZ is True (duplicate)
Authored
----------
https://github.com/django/django/pull/11147 - Fixed #30301 -- Removed OutputWrapper.__init__()'s style_func arg.
https://github.com/django/django/pull/11149 - Fixed #30289 -- Prevented admin inlines for auto-created ManyToManyFields from being editable if the user only has the view permission.
Reviewed/committed
------------------
https://github.com/django/django/pull/11115 - Fixed #27360 -- Added app or ModelAdmin details for AreadyRegistered exceptions.
https://github.com/django/django/pull/11119 - Fixed #29791 -- Made Engine.render_to_string() honor autoescape.
https://github.com/django/django/pull/11131 - Removed obsolete or unused javascript.
https://github.com/django/django/pull/11132 - Updated spelling and RFCs in HttpOnly cookie flag docs.
https://github.com/django/django/pull/11133 - Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
https://github.com/django/django/pull/11125 - Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.
https://github.com/django/django/pull/11122 - Made startapp/project's overlaying error message use 'app' or 'project'.