Triaged
------- https://code.djangoproject.com/ticket/26024 - ConditionalGetMiddleware's ETag is broken (accepted) https://code.djangoproject.com/ticket/26028 - Improve instructions for overloading Django templates (accepted) https://code.djangoproject.com/ticket/26030 - Password change, not validate if is current user. (worksforme) https://code.djangoproject.com/ticket/26031 - cache.get_or_set isn't available in 1.8 (worksforme) https://code.djangoproject.com/ticket/26034 - Altering CharFields to have both db_index=True and unique=True crashes on postgresql (accepted) https://code.djangoproject.com/ticket/26032 - Where does `manage.py` belong: to Application or to Project? (fixed) https://code.djangoproject.com/ticket/25995 - Add more sophisticated serialization support to JSONField (accepted) https://code.djangoproject.com/ticket/26035 - usertools block in admin console visible after logout (accepted) https://code.djangoproject.com/ticket/26044 - Misleading Warning "HINT: ForeignKey(unique=True) is usually better served by a OneToOneField." (invalid) https://code.djangoproject.com/ticket/26042 - types for GenericForeignKey object_pk? (duplicate) https://code.djangoproject.com/ticket/26047 - ProcessFormView does not pass **kwargs to get_context_data() (wontfix) https://code.djangoproject.com/ticket/26060 - Regression in reverse one-to-one field when in readonly_fields (accepted) https://code.djangoproject.com/ticket/26062 - Adding Http 451 to Django (wontfix) Authored -------- https://github.com/django/django/pull/5932 - Fixed #25878 -- Documented requirement that handler404 return a 404 response. https://github.com/django/django/pull/5934 - Fixed a flaky i18n selenium test: test_javascript_gettext. https://github.com/django/djangoproject.com/pull/610 - Added email validation to contact form. https://github.com/django/djangoproject.com/pull/611 - Fixed #606 -- Added expires and invoiced columnns to corporate members admin. https://github.com/django/djangoproject.com/pull/616 - Fixed #608 -- Added donation interval to donate button. https://github.com/django/django/pull/5947 - Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextField with unique=True and db_index=True. https://github.com/django/django/pull/5955 - Refs #25165 -- Fixed JSON serialization for delete popup in the admin. Reviewed/committed ------------------ https://github.com/django/django/pull/5920 - Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception. https://github.com/django/django/pull/5919 - Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support. https://github.com/django/django/pull/5933 - Fixed #26035 -- Prevented user-tools from appearing on admin logout page. https://github.com/django/django/pull/5937 - Fixed #26039 -- Unwrapped nested partials in URL reversal. https://github.com/django/django/pull/5862 - Refs #22955 -- Added a test for browser refresh clearing ModelAdmin.filter_horizontal items. https://github.com/django/django/pull/5570 - Fixed #25680 -- Added django-admin shell --command option. https://github.com/django/django/pull/5805 - Fixed #25892 -- Optimized SeparateDatabaseAndState.database_backwards(). https://github.com/django/django/pull/5370 - Fixed #24855 -- Allowed using contrib.auth.login() without credentials. https://github.com/django/django/pull/5881 - Fixed #24980 -- Fixed day determination in admin calendar widget. https://github.com/django/django/pull/5921 - Refs #25165 -- Fixed JSON serialization for add/edit using popup in the admin. https://github.com/django/django/pull/5891 - Refs #20846 -- Decreased User.username max_length to 150 characters. Reviews of core dev work ------------------------ https://github.com/django/django/pull/5940 - Fixed #26046 -- Fixed a crash with translations and Django-unknown language code https://github.com/django/django/pull/5943 - Fixed #26038 -- Changed FileSystemStorage defaults on setting change. https://github.com/django/django/pull/5879 - Fixed #21113 -- Made LogEntry.change_message language independent -- 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/ccf64325-377c-4e56-b901-d921765620a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
