I spent a good chunk of time this week reviewing two of the major features for 1.8 (multiple template engines and _meta refactor), as well as fixing and researching release blockers (more on that in the "status of 1.8 release blockers" thread). With two weeks left until the scheduled alpha, I expect more of the same next week (and finding someone to assist me with the 1.7.2 bug fix release, I hope).
Report for week ending December 26, 2014: Triaged ------- https://code.djangoproject.com/ticket/24048 - only() doesn't override fields included in defer() as documented (accepted) https://code.djangoproject.com/ticket/24045 - Useless calls to mark_safe and mark_for_escaping (accepted) https://code.djangoproject.com/ticket/23994 - ModelFormsets do not check pk fields of deleted forms in validation (duplicate) https://code.djangoproject.com/ticket/24028 - Related instance caching causes abstraction leaks from Field.get_db_prep_save (accepted) https://code.djangoproject.com/ticket/24042 - Custom AutoField fields do not work correctly on postgres (accepted) https://code.djangoproject.com/ticket/24044 - filtering by annotation executes sql function twice (accepted) https://code.djangoproject.com/ticket/24047 - Cannot combine values_list querysets that do subqueries (accepted) https://code.djangoproject.com/ticket/24053 - Drop IE6/7 admin CSS/icons (created) Authored -------- https://github.com/django/django/pull/3782 - Fixed #24037 -- Prevented data loss possibility when changing Meta.managed. https://github.com/django/django/pull/3785 - Fixed #24045 -- Removed useless mark_safe() call in trans_null.py https://github.com/django/django/pull/3795 - Replaced sqlall in some bash_completion/admin_scripts tests. https://github.com/django/django/pull/3792 - Fixed #24054 -- Enabled sqlsequencereset for apps with migrations. https://github.com/django/django/pull/3791 - [WIP] Removed code per deprecation timeline Reviewed/committed ------------------ https://github.com/django/django/pull/3739 - Fixed #23998 -- Added datetime.time support to migrations questioner https://github.com/django/django/pull/3494 - Fixed #23792 -- Added test.utils.freeze_time() context manager. https://github.com/django/django/pull/3780 - Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX https://github.com/django/django/pull/3332 - Fixed #20349 -- Moved setting_changed signal to django.core.signals. https://github.com/django/django/pull/3764 - Fixed #22461 -- Support for if-unmodified-since in condition decorator https://github.com/django/django/pull/2986 - Fixed #10414 -- Made select_related fail on invalid field names. https://github.com/django/django/pull/3787 - Fixed #24041 -- Documented effect of changing a model instance's primary key. https://github.com/django/django/pull/3104 - Fixed lazy() to lookup methods on the real object, not resultclasses. https://github.com/django/django/pull/3799 - Fixed #24000 -- Corrected contrib.sites default site creation in a multiple database setup. Reviews of core dev work ------------------------ https://github.com/django/django/pull/3770 - Multiple template engines https://github.com/django/django/pull/3754 - Fixed #23753 -- Added a suite of SQL Functions https://github.com/django/django/pull/3784 - Fixed #23831 -- Supported strings escaped by third-party libs in Django. https://github.com/django/django/pull/3798 - [1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespaces In progress reviews ------------------- https://github.com/django/django/pull/3762 - Fixed #22295 -- Replaced permission check for displaying user-tools https://github.com/django/django/pull/3677 - Fixed #12118 - Added ability to share sqlite in-memory database in threads. https://github.com/django/django/pull/3153 - Fixed #23359 -- Added showmigrations command to list migrations and show migration plan https://github.com/django/django/pull/3114 - Meta API refactor -- 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/4b0d6892-6c57-40f9-a35a-eda9f9dcb62f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
