I’m back to a more normal schedule as of the middle of this week after 
traveling. I’ve been busy trying to clear the “Ready for Checkin” queue. 
It’s great to see more people outside of the core team reviewing patches 
and marking them as RFC.

Yesterday I deployed the Django 1.7 update to djangoproject.org. So far, 
nothing broken has come to our attention as a result of the update.

I also spent some time reviewing the new formtools repo that Jannis has 
worked on (we are moving formtools out of contrib for those who might not 
be aware). I’m sure it could use a few more eyes before we do an initial 
release: https://github.com/django/django-formtools

Finally, I got an initial version of flake8 integration with pull requests 
working. The SQLite/Python 2.7 build will indicate a failure if there are 
any errors, however, you have to click through to see the errors, so it 
would be nice if we can get a better UI, like comment on the PR with the 
errors. I’d think there’s probably a plug-in for this.

Report for week ending November 21, 2014:

Triaged

-------

https://code.djangoproject.com/ticket/23848 -- Creating requirements.txt 
file in default django-admin.py startproject template (won’t fix)

https://code.djangoproject.com/ticket/23830 - Make expired session clearing 
on database backend scale better (works for me)

https://code.djangoproject.com/ticket/23868 - dumpdata options 
documentation isn't correctly formatted for some options (accepted)

https://code.djangoproject.com/ticket/23885 - Docs search view throws an 
exception when accessed via GET (created)

https://code.djangoproject.com/ticket/23886 - Accessing obsolete 
documentation page throws an exception (created)

https://code.djangoproject.com/ticket/23887 - Invalid multipart boundary 
causes internal server error (created)

https://code.djangoproject.com/ticket/23890 - Deprecation warning with 
numpy 1.8+ (created)

https://code.djangoproject.com/ticket/23851 - 'GenericForeignKey' object 
has no attribute 'deconstruct' (works for me)

https://code.djangoproject.com/ticket/23893 - naive dateime warning running 
tests with MySQL (created)


Authored

--------

https://github.com/django/django/pull/3577 - Fixed #23871 -- Removed 
promotion of MySQL warnings to errors in DEBUG mode. 


Reviewed/committed

------------------

https://github.com/django/django/pull/3556 - Reordered condition to avoid 
calling allow_migrate() if unneeded.

https://github.com/django/django/pull/3551 - Avoided unneeded calls to 
state.render() in migrations.

https://github.com/django/django/pull/3519 - Moved bilateral transform 
fetching to models.lookups

https://github.com/django/django/pull/3564 - Cleaned up autodetector tests

https://github.com/django/django/pull/3572 - Fixed 22248 -- Fixed backwards 
model renaming

https://github.com/django/django/pull/3548 - Fixed #21612 -- Made 
QuerySet.update() respect to_field

https://github.com/django/django/pull/3582 - Fixed #12098 -- Simplified 
HttpRequest.__repr__().

https://github.com/django/django/pull/3507 - Fixed #23817 -- updated docs 
on QuerySet evaluation

https://github.com/django/django/pull/3546 - Fixed #23844 -- Used 
topological sort for migration operation dependency resolution

https://github.com/django/django/pull/3323 - Fixed #23605 -- added 
relabeled_clone() method to sql.Query

https://github.com/django/django/pull/3498 - Fixed #23796 -- Reduced 
reduce() usage

https://github.com/django/django/pull/3533 - Fixed #23794 -- Fixed 
migrations crash when removing a field that's part of a 
index/unique_together constraint.

https://github.com/django/django/pull/3571 - Fixed #23863 -- Made runtests 
accept the keepdb option.

https://github.com/django/django/pull/3573 - Fixed #23865 -- documented how 
to assign errors to a field in Model.clean()

https://github.com/django/django/pull/3518 - Fixed #21753 -- Raised 
exception when both `form_class` and `fields` are specified.

https://github.com/django/django/pull/3565 - Fixed #23862 -- Made 
ManyToManyRel.get_related_field() respect to_field.

Reviews of core dev work

------------------------

https://github.com/django/django/pull/3575 - Remove manual caching in 
globals

https://github.com/django/django/pull/3569 - Deprecated calling a 
SQLCompiler instance.

https://github.com/django/django/pull/3562 - Fixed #23410 -- Avoided 
unnecessary rollbacks in related apps when migrating backwards.

https://github.com/django/django/pull/3555 - Cleanup template loaders

In progress reviews

-------------------

https://github.com/django/django/pull/2882 - Fixed #901 -- Added 
Model.refresh_from_db() method
https://github.com/django/django/pull/3597 - Fixed #21587 -- Added a 
deprecation warning for RedirectView.permanent.

-- 
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/c2e3061d-b06c-4e25-8113-6321a29825cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to