I will be mostly offline next week.
Triaged ------- https://code.djangoproject.com/ticket/28881 - Document that CommonPasswordValidator assumes all words are lower case (accepted) https://code.djangoproject.com/ticket/28879 - Widget NumberInput becomes text if you change size (invalid) https://code.djangoproject.com/ticket/28862 - Removing a field from index_together/unique_together and from the model generates a migration that crashes (accepted) https://code.djangoproject.com/ticket/28894 - Invalid migrations caused by incorrect serialization of functools.partial() (wontfix) https://code.djangoproject.com/ticket/28886 - Example included auth urls don't include accounts/ prefix assumed by much of the other documentation (fixed) https://code.djangoproject.com/ticket/28895 - serialized_rollback = True causes an IntgrityError in LiveServerTestCase (duplicate) https://code.djangoproject.com/ticket/28883 - Document that the uuid URL path converter requires lowercase letters (fixed) https://code.djangoproject.com/ticket/28902 - password_validators_help_text_html isn't marked as safe correctly (accepted) https://code.djangoproject.com/ticket/28903 - Wheel files don't include the license properly (invalid) Reviewed/committed ------------------ https://github.com/django/django/pull/9426 - Fixed #28890 -- Removed newlines between MultiWidget's subwidgets. https://github.com/django/django/pull/9412 - Fixed #28876 -- Fixed class-based model indexes and constraints names for models with quoted db_table. https://github.com/django/django/pull/9422 - Fixed #28877 -- Made ordinal template filter results more localizable. https://github.com/django/django/pull/9410 - Fixed #28870 -- Added support for functools.partialmethod serialization in migrations. https://github.com/django/django/pull/9427 - Fixed #28891 -- Documented Origin's loader attribute. https://github.com/django/django/pull/9367 - Fixed #28791 -- Allowed commands that don't require settings to work if the DJANGO_SETTINGS_MODULE doesn't exist. https://github.com/django/django/pull/9432 - Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI. https://github.com/django/django/pull/9435 - Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/695d3214-6ed5-44c1-876f-53698c07283b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
