On the infrastructure front, I completed pull request integration for the Windows build, so that’s a new status check that runs on all pull requests that also run the tests on Linux.
Sorry about the djangoproject.com outage on Monday -- that was due to some unexpected problems during Rackspace maintenance and out of our hands. Thanks to Florian and Jannis for investigating it while I was asleep. I’m arriving in London on Monday morning for a couple days before traveling to Amsterdam for Django Under the Hood. If you are in London and would like to meet up, shoot me an email. I always enjoy meeting Django users and contributors. I look forward to meeting old and new friends at the conference too! Triaged ------- https://code.djangoproject.com/ticket/25606 - Add support for "__" lookup in RelatedOnlyFieldListFilter (accepted) https://code.djangoproject.com/ticket/18201 - smallint and tinyint fields + auto increment (duplicate) https://code.djangoproject.com/ticket/25613 - Transactional Cache TestCase (duplicate) https://code.djangoproject.com/ticket/25614 - Changing ForeignKey(on_delete=...) unnecessarily drops and recreates constraints (duplicate) https://code.djangoproject.com/ticket/16391 - New URL tag for reversing urls with placeholder args/kwargs (wontfix) https://code.djangoproject.com/ticket/17756 - GeoDjango missing pyspatialite support (wontfix) https://code.djangoproject.com/ticket/25615 - multidb Relation fields do not support nested lookups (invalid) https://code.djangoproject.com/ticket/25618 - Django migration system breaks with unhelpful error message if south migrations accidentally retained (fixed) https://code.djangoproject.com/ticket/25623 - Django always returns a white page along with 400 on latin encoded URLs. (accepted) https://code.djangoproject.com/ticket/25624 - Autoreload fails if jinja2.ModuleLoader used (accepted) https://code.djangoproject.com/ticket/25626 - Storing big strings with special chars fails when using PostgreSQL with SQL_ASCII encoding (invalid) https://code.djangoproject.com/ticket/25627 - Django is swallowing ImportErrors in migrations for modules containing the string 'south' (fixed) https://code.djangoproject.com/ticket/25637 - Add label and hostname length validation in URLValidator (accepted) https://code.djangoproject.com/ticket/25635 - URLValidator regex is not allowing '+' character in scheme (accepted) https://code.djangoproject.com/ticket/25642 - creating a model named "order" cause sqlite database to crash (worksforme) https://code.djangoproject.com/ticket/25644 - Setting a cookie after deletion should not keep 1970 as expiry date (accepted) https://code.djangoproject.com/ticket/25652 - Provide a more generic way to test different browsers in selenium tests (created) https://code.djangoproject.com/ticket/25653 - Provide a way to run only the selenium tests (created) Authored -------- https://github.com/django/django/pull/5482 - Fixed #25611 -- Standardized descriptor signatures. https://github.com/django/django/pull/5484 - Fixed #25596 -- Fixed regression in password change view with custom user model. https://github.com/django/django/pull/5485 - Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value. https://github.com/django/django/pull/5506 - Fixed #25100 -- Documented an upgrade caveat for contenttypes migration. https://github.com/django/django/pull/5507 - Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions. https://github.com/django/django/pull/5508 - Fixed #23985 -- Documented a backwards incompatible change in URLValidator. https://github.com/django/django/pull/5509 - Fixed #25290 -- Warned against modifying objects created in setUpTestData() in tests. https://github.com/django/django/pull/5510 - Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation. https://github.com/django/django/pull/5511 - Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering. Reviewed/committed ------------------ https://github.com/django/django/pull/5481 - Fixed #25610 -- Reverted removal of request.current_app in {% url %} tag. https://github.com/django/django/pull/5475 - Fixed #25441 -- Added support for negative filesize to filesizeformat template filter. https://github.com/django/django/pull/5492 - Fixed #21516 -- Updated imports paths for some formset functions/classes. https://github.com/django/django/pull/5220 - Fixed #20846 -- Increased User.username max_length to 254 characters. https://github.com/django/django/pull/5498 - Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots in the domain section. https://github.com/django/django/pull/5504 - Fixed #25635 -- Made URLValidator allow '+' in scheme. Reviews of core dev work ------------------------ https://code.djangoproject.com/ticket/16734 - Fixed #16734 -- Set script prefix in django.setup() to allow its usage outside of requests. https://github.com/django/django/pull/5496 - Fixed #25622 -- Fixed generic relation crash in the admin to_field validation. -- 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 http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/8ade50b5-3d4a-411a-83d5-d85ccd332bbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
